Releases: auth0/nextjs-auth0
Releases · auth0/nextjs-auth0
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)
v3.0.1
v3.0.0
Added
- Support for the App Router
- Support for Edge Runtime
- Support for Responses in Middleware
- Support for EOL Node versions 12 and 14 has been removed. See the V3_MIGRATION_GUIDE.md for more details.
v2.7.0
Added
- Support Organization Name #1291 (frederikprijck)
Fixed
- Clean up erroneous cookies when chunk size decreases #1300 (adamjmcgrath)
v3.0.0-beta.3
Added
- SDK-4319 Add support for Edge runtime #1269 (adamjmcgrath)
- SDK-4318 Enable responses from custom middleware #1265 (adamjmcgrath)
v2.6.3
v3.0.0-beta.2
Fixed
- Fix issue where api wrapper was overwriting session update in api #1255 (adamjmcgrath)