Releases: bookernath/cached-middleware-fetch-next
Release v0.7.0
Changes in v0.7.0
- chore: bump version to v0.7.0 and update version prefix in cache key (174c577)
- Replace deprecated actions/create-release@v1 with GitHub CLI (b02e38f)
- Initial plan (8e0a5dc)
Installation
npm install [email protected]
What's Changed
Full Changelog: https://github.com/bookernath/cached-middleware-fetch-next/compare/7c5403be9cc42f67790af43ab49d6577185bd68f..v0.7.0
Release v0.6.6
Changes in v0.6.6
- chore: bump version to v0.6.6 and update @vercel/functions dependency (ba93530)
Installation
npm install [email protected]
What's Changed
Full Changelog: https://github.com/bookernath/cached-middleware-fetch-next/compare/cc2d138674d8bb896abdcabc95ad48dea17d78a1..v0.6.6
Release v0.6.5
Changes in v0.6.5
- 0.6.5 (cc2d138)
- Add NPM package link and improve badge styling in README (ae9e566)
- Initial plan (8e2c56b)
Installation
npm install [email protected]
What's Changed
Full Changelog: https://github.com/bookernath/cached-middleware-fetch-next/compare/cee1a21e75500c919eae726fb61ab333a471b553..v0.6.5
Release v0.6.4
Changes in v0.6.4
- chore: bump version to v0.6.4 (8adc267)
- docs: update website URL to cached-middleware-fetch-next.dev (22a7527)
- Initial plan (fc612c3)
- Update README to include demo code repository link (115822e)
- Update DeepWiki badge in README to reflect new URL (88184d4)
- Add deepwiki badge to README (da6b1f2)
- Initial plan (e96e385)
Installation
npm install [email protected]
What's Changed
Full Changelog: https://github.com/bookernath/cached-middleware-fetch-next/compare/115822e5b0c3e706effaa0f8f9032fed2e9764df..v0.6.4
Release v0.6.3
Changes in v0.6.3
- Update version to 0.6.3 and clone responses in cachedFetch to prevent body consumption issues (e0482ba)
Installation
npm install [email protected]
What's Changed
Full Changelog: https://github.com/bookernath/cached-middleware-fetch-next/compare/2dac10a5b6c1925d56988dcd9c27ccd12677ceac..v0.6.3
Release v0.6.2
Changes in v0.6.2
- Enhance middleware example with comprehensive caching strategies and user-specific handling (2dac10a)
Installation
npm install [email protected]
What's Changed
Full Changelog: https://github.com/bookernath/cached-middleware-fetch-next/compare/e745355174bfac98d2ecdb0d93c8a6a3c02684b1..v0.6.2
Release v0.6.1
Changes in v0.6.1
- Bump to 0.6.1 with a README update (e745355)
Installation
npm install [email protected]
What's Changed
Full Changelog: https://github.com/bookernath/cached-middleware-fetch-next/compare/2008545463156bc184f9485ee4a97d7c60a37742..v0.6.1
Release v0.6.0
Changes in v0.6.0
- feat: add cache status headers to responses and update documentation (2008545)
- docs: update README to reflect new version of @vercel/functions and clarify Edge Runtime compatibility (e8cc092)
Installation
npm install [email protected]
What's Changed
Full Changelog: https://github.com/bookernath/cached-middleware-fetch-next/compare/e8cc092457d72195cac5bf906b211074653c7bcf..v0.6.0
Release v0.5.0
Changes in v0.5.0
- chore: bump version to v0.5.0 (eeaeef1)
- feat: normalize headers/methods, preserve bodies, binary-safe cache, TTL clamp; docs & package metadata updates (1634abd)
- feat(middleware): add example middleware for cached-fetch integration (3c40cbe)
- chore: add repository field to package.json for better project visibility (a2248d8)
Installation
npm install [email protected]
What's Changed
Full Changelog: https://github.com/bookernath/cached-middleware-fetch-next/compare/1634abdf7e24e8e8d23ef13e45d796908626e2a6..v0.5.0
Release v0.4.1
Changes in v0.4.1
- 0.4.1 (31a70d1)
- Fix TypeScript compilation errors with Vercel cache API (fc7dc9a)
- chore(deps): update @types/node and undici-types to latest versions (86d37ee)
- Release version 0.4.0, updating dependencies including @vercel/functions to 2.2.13 (ecd3933)
- ci(deps): bump actions/checkout from 4 to 5 (b4d8e99)
- Add release scripts and enhance testing commands in package.json (dd660c2)
- Update README to clarify library's purpose and link to Next.js limitation on Vercel. Added context on how the library addresses caching issues in Next.js edge middleware. (3eb24b2)
- Release version 0.3.1 with added support for caching POST and PUT requests, including GraphQL query caching. Updated cache logic to handle these methods and enhanced documentation with examples highlighting GraphQL support. (f2110d4)
- Release version 0.3.0 with SWR caching strategy. Added support for separate revalidation and expiry times, improved cache management, and updated documentation with examples. Enhanced cache entry structure to include revalidate and expiry timestamps. (c14cde9)
- Update version to 0.2.0 and enhance caching features. Added support for custom cache key prefixes in CachedFetchOptions and updated cache key generation to align with Next.js behavior. Improved README with examples and clarified cache key processing in the codebase. (020c84e)
Installation
npm install [email protected]
What's Changed
Full Changelog: https://github.com/bookernath/cached-middleware-fetch-next/compare/86d37ee5e8025a6056e3110d94f07fc89b92e46d..v0.4.1