View Source CHANGELOG
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0-4-1-2025-06-29
[0.4.1] - 2025-06-29
fixed
Fixed
- [
PlugHTTPCache
] URLs with RFC3986 non-conforming characters (such as[
,]
) no longer makehttp_cache
crash
0-4-0-2025-05-17
[0.4.0] - 2025-05-17
added
Added
- [
PlugHTTPCache
] Thestale-while-revalidate
cache-control directive is now supported - [
PlugHTTPCache
] The conn was added to telemetry events' metadata
changed
Changed
- [
PlugHTTPCache
] Elixir 1.18+ is required - [
PlugHTTPCache.StaleIfError
]stale-if-error
is now supported only through the use of this cache-control directive. See the update module's documentation
0-3-1-2023-09-10
[0.3.1] - 2023-09-10
added-1
Added
- [
PlugHTTPCache
] Theconn
is added to telemetry events' metadata
changed-1
Changed
- [
PlugHTTPCache
] When the request body is parsed and there are no parameters, it is set to the empty string""
0-3-0-2023-06-22
[0.3.0] - 2023-06-22
changed-2
Changed
- [
PlugHTTPCache
] Makehttp_cache
an optional depedency
0-2-0-2023-04-25
[0.2.0] - 2023-04-25
changed-3
Changed
- [
PlugHTTPCache
] Update to usehttp_cache
0.2.0
- [
PlugHTTPCache
] Options are now a map (was previously a keyword list)
0-1-0-2022-08-21
[0.1.0] - 2022-08-21
Initial release