Skip to content

v1.9.0

Choose a tag to compare

@arthurfiorette arthurfiorette released this 08 Dec 18:25
· 63 commits to main since this release
468a2e0

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 enabled flag 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

Full Changelog: v1.8.3...v1.9.0