|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [v4.19.0](https://github.com/auth0/nextjs-auth0/tree/v4.19.0) (2026-04-22) |
| 4 | +[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v4.18.0...v4.19.0) |
| 5 | + |
| 6 | +**Added** |
| 7 | +- feat: add mfa.stepUpWithPopup() for reactive MFA step-up via Universal Login [\#2524](https://github.com/auth0/nextjs-auth0/pull/2524) ([tusharpandey13](https://github.com/tusharpandey13)) |
| 8 | + |
| 9 | +**Fixed** |
| 10 | +- fix: MFA http contract parity fixes [\#2555](https://github.com/auth0/nextjs-auth0/pull/2555) ([tusharpandey13](https://github.com/tusharpandey13)) |
| 11 | +- fix: skip MCD session backfill in static mode [\#2618](https://github.com/auth0/nextjs-auth0/pull/2618) ([tusharpandey13](https://github.com/tusharpandey13)) |
| 12 | + |
| 13 | +## [v4.18.0](https://github.com/auth0/nextjs-auth0/tree/v4.18.0) (2026-04-17) |
| 14 | +[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v4.17.1...v4.18.0) |
| 15 | + |
| 16 | +**Added** |
| 17 | +- Reapply feat: add optional update() to SessionDataStore (#2590) [\#2616](https://github.com/auth0/nextjs-auth0/pull/2616) ([Piyush-85](https://github.com/Piyush-85)) |
| 18 | + |
| 19 | +**Fixed** |
| 20 | +- fix: DPoP nonce retry race issue [\#2580](https://github.com/auth0/nextjs-auth0/pull/2580) ([nandan-bhat](https://github.com/nandan-bhat)) |
| 21 | + |
| 22 | +## [v4.17.1](https://github.com/auth0/nextjs-auth0/tree/v4.17.1) (2026-04-16) |
| 23 | +[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v4.17.0...v4.17.1) |
| 24 | + |
| 25 | +**Fixed** |
| 26 | +- fix: defer `AuthClientProvider` construction when `AUTH0_DOMAIN` not set at build time [\#2604](https://github.com/auth0/nextjs-auth0/pull/2604) ([sleitor](https://github.com/sleitor)) |
| 27 | +- fix: Next.js edge runtime build error for crypto module [\#2564](https://github.com/auth0/nextjs-auth0/pull/2564) ([Piyush-85](https://github.com/Piyush-85)) |
| 28 | + |
| 29 | +## [v4.17.0](https://github.com/auth0/nextjs-auth0/tree/v4.17.0) (2026-04-09) |
| 30 | +[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v4.16.2...v4.17.0) |
| 31 | + |
| 32 | +**Added** |
| 33 | +- feat: MCD (Multiple Custom Domains) Support [\#2545](https://github.com/auth0/nextjs-auth0/pull/2545) ([tusharpandey13](https://github.com/tusharpandey13)) |
| 34 | + |
| 35 | +**Fixed** |
| 36 | +- fix: prevent rolling session from re-creating a deleted session on concurrent logout [\#2530](https://github.com/auth0/nextjs-auth0/pull/2530) ([sleitor](https://github.com/sleitor)) |
| 37 | + |
| 38 | +## [v4.16.2](https://github.com/auth0/nextjs-auth0/tree/v4.16.2) (2026-04-07) |
| 39 | +[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v4.16.1...v4.16.2) |
| 40 | + |
| 41 | +**Fixed** |
| 42 | +- fix: Middleware should not throw ERR_JWE_INVALID [\#2546](https://github.com/auth0/nextjs-auth0/pull/2546) ([crob](https://github.com/crob)) |
| 43 | +- fix: preserve error details from HTTP 5xx OAuth responses [\#2533](https://github.com/auth0/nextjs-auth0/pull/2533) ([sleitor](https://github.com/sleitor)) |
| 44 | + |
| 45 | +**Security** |
| 46 | +- chore(deps): update eslint to fix flatted vulnerability [\#2575](https://github.com/auth0/nextjs-auth0/pull/2575) ([Piyush-85](https://github.com/Piyush-85)) |
| 47 | + |
| 48 | +## [v4.16.1](https://github.com/auth0/nextjs-auth0/tree/v4.16.1) (2026-03-25) |
| 49 | +[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v4.16.0...v4.16.1) |
| 50 | + |
| 51 | +**Fixed** |
| 52 | +- fix: make withPageAuthRequired generic to support PageProps/LayoutProps types [\#2529](https://github.com/auth0/nextjs-auth0/pull/2529) ([sleitor](https://github.com/sleitor)) |
| 53 | +- fix: enable full generic type inference for withPageAuthRequired to correctly propagate PageProps and LayoutProps [\#2550](https://github.com/auth0/nextjs-auth0/pull/2550) ([Piyush-85](https://github.com/Piyush-85)) |
| 54 | + |
| 55 | +## [v4.16.0](https://github.com/auth0/nextjs-auth0/tree/v4.16.0) (2026-02-27) |
| 56 | +[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v4.15.0...v4.16.0) |
| 57 | + |
| 58 | +**Added** |
| 59 | +- feat: added tokenRefreshBuffer for early access‑token refreshes [\#2508](https://github.com/auth0/nextjs-auth0/pull/2508) ([nandan-bhat](https://github.com/nandan-bhat)) |
| 60 | +- feat: support allow list for dynamic APP_BASE_URL configuration [\#2538](https://github.com/auth0/nextjs-auth0/pull/2538) ([frederikprijck](https://github.com/frederikprijck)) |
| 61 | +- feat: Add dynamic app base URL handling [\#2528](https://github.com/auth0/nextjs-auth0/pull/2528) ([nandan-bhat](https://github.com/nandan-bhat)) |
| 62 | + |
| 63 | +**Fixed** |
| 64 | +- fix: do not strip falsey values from authorization params [\#2526](https://github.com/auth0/nextjs-auth0/pull/2526) ([frederikprijck](https://github.com/frederikprijck)) |
| 65 | + |
| 66 | +## [v4.15.0](https://github.com/auth0/nextjs-auth0/tree/v4.15.0) (2026-02-09) |
| 67 | +[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v4.14.1...v4.15.0) |
| 68 | + |
| 69 | +**Added** |
| 70 | +- feat: MFA APIs [\#2502](https://github.com/auth0/nextjs-auth0/pull/2502) ([tusharpandey13](https://github.com/tusharpandey13)) |
| 71 | +- feat: Base MFA support [\#2480](https://github.com/auth0/nextjs-auth0/pull/2480) ([tusharpandey13](https://github.com/tusharpandey13)) |
| 72 | +- Add TTL to /auth/access-token and optional full client response [\#2505](https://github.com/auth0/nextjs-auth0/pull/2505) ([nandan-bhat](https://github.com/nandan-bhat)) |
| 73 | + |
| 74 | +## [v4.14.1](https://github.com/auth0/nextjs-auth0/tree/v4.14.1) (2026-01-24) |
| 75 | +[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v4.14.0...v4.14.1) |
| 76 | + |
| 77 | +**Fixed** |
| 78 | +- fix: do not throw ERR_JWE_DECRYPTION_FAILED, but catch it and ignore the cookie. [\#2487](https://github.com/auth0/nextjs-auth0/pull/2487) ([frederikprijck](https://github.com/frederikprijck)) |
| 79 | +- fix: avoid headers.append error when using getAccessToken with refresh in Next.js 16 proxy [\#2495](https://github.com/auth0/nextjs-auth0/pull/2495) ([nandan-bhat](https://github.com/nandan-bhat)) |
| 80 | +- fix: removed un-intended class/type exports from the SDK [\#2475](https://github.com/auth0/nextjs-auth0/pull/2475) ([nandan-bhat](https://github.com/nandan-bhat)) |
| 81 | + |
3 | 82 | ## [v4.14.0](https://github.com/auth0/nextjs-auth0/tree/v4.14.0) (2025-12-15) |
4 | 83 | [Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v4.13.3...v4.14.0) |
5 | 84 |
|
|
0 commit comments