Releases: auth0/nextjs-auth0
Releases · auth0/nextjs-auth0
v4.0.0-beta.2
Version bump-up
- The previous NPM publish missed including the build files. We are now bumping the version and releasing an updated version with the latest build.
v4.0.0-beta.1
Bug fix
- ESM imports for Pages router
v4.0.0-beta.0
⚠️ Breaking Changes
- Expands unit test coverage
- Implements Back-Channel Logout
- Adds sample with shadcn
- Refer README.md for more details.
v4.0.0-alpha.0
⚠️ Breaking Changes
- This is an experimental alpha release, and we encourage users to test it thoroughly in their development environments before upgrading in production.
- Review the breaking changes carefully to ensure a smooth transition.
- Refer README.md for more details.
v3.5.0
Added
- Add Pushed Authorization Requests #1598 (ewanharris)
v3.4.0
Added
- [SDK-4719] Back-Channel Logout #1590 (adamjmcgrath)
Fixed
- Should get instance of Session in RSCs #1565 (adamjmcgrath)
v3.3.0
v3.2.0
Added
- Add support for passing a custom http agent #1447 (ryanolson-aumni)
- fix: add missing touchSession for exported function #1461 (benevbright)
Fixed
- withApiAuthRequired callback can return just Response #1476 (adamjmcgrath)
v3.1.0
Added
- Add option to override transaction cookie name and config #1346 (adamjmcgrath)
- Add support for customizing returnTo in middleware #1342 (adamjmcgrath)
Changed
- Move state cookies to under a single cookie #1343 (adamjmcgrath)
Fixed
- Fix for edge cookies delete not supporting domain or path #1341 (adamjmcgrath)