Skip to content

v3.3.1

Compare
Choose a tag to compare
@dulnan dulnan released this 29 Jul 15:15
· 11 commits to main since this release

The 3.3.0 release introduced a more robust way to hook into the nitro event lifecycle to handle route caching. Unfortunately it also introduced a bug where API routes were cached as well, even if not requested, if the page that made the API request was marked as cacheable.

What's Changed

  • fix: don't set cache context on event.context (#64) by @dulnan in #65

Full Changelog: v3.3.0...v3.3.1