v1.9.0
Notable Changes
- Changed web and memory storage default values to eliminate memory leaks in setups using default configuration.
- Introduced an opt-in mechanism for caching.
- Fixed an issue where Safari cache takeover was not functioning correctly.
- Improved and expanded documentation across multiple areas.
What's Changed
- fixed docs typo seconds -> milliseconds by @viktorkalajo in #1109
- Fix interceptor documentation: replace FILO with LIFO and improve clarity by @Copilot in #1139
- Add max-age=0 to Cache-Control header for Safari compatibility by @Copilot in #1138
- Fix: Skip conditional headers when cache.override is true by @Copilot in #1137
- Add
enabledflag for opt-in cache control by @Copilot in #1141 - Fix memory leak in axios.waiting and improve storage handling by @Copilot in #1140
New Contributors
- @viktorkalajo made their first contribution in #1109
- @Copilot made their first contribution in #1139
Full Changelog: v1.8.3...v1.9.0