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-3-1-2023-12-20
[0.3.1] - 2023-12-20
added
Added
- [
http_cache
] Addedprevent_set_cookie
option. Caching a response in a shared cache withset-cookie
header now raises
0-3-0-2023-06-22
[0.3.0] - 2023-06-22
changed
Changed
- [
http_cache
] Use external libraryhttp_cache_store_behaviour
0-2-0-2023-04-25
[0.2.0] - 2023-04-25
added-1
Added
- [
http_cache
] Exportnotifying_downloading/2
for future support of HTTP request collapsing
changed-1
Changed
- [
http_cache
] Options are now a map (was previously a proplist)