Skip to content

Commit 7bd8398

Browse files
Release v4.6.0 (#2108)
1 parent 9388534 commit 7bd8398

File tree

60 files changed

+205
-166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+205
-166
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v4.5.1
1+
v4.6.0

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Change Log
22

3+
## [v4.6.0](https://github.com/auth0/nextjs-auth0/tree/v4.6.0) (2025-05-21)
4+
[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v4.5.1...v4.6.0)
5+
6+
**Added**
7+
- feature/conditionally update session handleAccessToken [\#2054](https://github.com/auth0/nextjs-auth0/pull/2054) ([tusharpandey13](https://github.com/tusharpandey13))
8+
- Add missing support for legacy chunked cookies [\#2071](https://github.com/auth0/nextjs-auth0/pull/2071) ([tusharpandey13](https://github.com/tusharpandey13))
9+
10+
**Changed**
11+
- Update middleware combination example to prevent unintended backend execution [\#2076](https://github.com/auth0/nextjs-auth0/pull/2076) ([tusharpandey13](https://github.com/tusharpandey13))
12+
- Bump eslint-plugin-react from 7.37.4 to 7.37.5 [\#2091](https://github.com/auth0/nextjs-auth0/pull/2091) ([dependabot[bot]](https://github.com/apps/dependabot))
13+
- Bump @playwright/test from 1.50.1 to 1.52.0 [\#2092](https://github.com/auth0/nextjs-auth0/pull/2092) ([dependabot[bot]](https://github.com/apps/dependabot))
14+
- Bump @vitest/coverage-v8 from 2.1.4 to 2.1.9 [\#2093](https://github.com/auth0/nextjs-auth0/pull/2093) ([dependabot[bot]](https://github.com/apps/dependabot))
15+
- Bump typescript-eslint from 8.32.0 to 8.32.1 [\#2094](https://github.com/auth0/nextjs-auth0/pull/2094) ([dependabot[bot]](https://github.com/apps/dependabot))
16+
- Bump eslint-config-prettier from 10.0.1 to 10.1.5 [\#2090](https://github.com/auth0/nextjs-auth0/pull/2090) ([dependabot[bot]](https://github.com/apps/dependabot))
17+
- Bump oauth4webapi from 3.1.4 to 3.5.1 [\#2085](https://github.com/auth0/nextjs-auth0/pull/2085) ([dependabot[bot]](https://github.com/apps/dependabot))
18+
- chore(deps): bump @eslint/plugin-kit from 0.2.2 to 0.2.7 in /examples/with-shadcn [\#1995](https://github.com/auth0/nextjs-auth0/pull/1995) ([dependabot[bot]](https://github.com/apps/dependabot))
19+
- build(deps): bump jose from 5.9.6 to 5.10.0 [\#1956](https://github.com/auth0/nextjs-auth0/pull/1956) ([dependabot[bot]](https://github.com/apps/dependabot))
20+
- Bump codecov/codecov-action from 5.3.1 to 5.4.2 [\#2058](https://github.com/auth0/nextjs-auth0/pull/2058) ([dependabot[bot]](https://github.com/apps/dependabot))
21+
- Bump swr from 2.3.2 to 2.3.3 [\#2086](https://github.com/auth0/nextjs-auth0/pull/2086) ([dependabot[bot]](https://github.com/apps/dependabot))
22+
- Bump typescript-eslint from 8.24.0 to 8.32.0 [\#2084](https://github.com/auth0/nextjs-auth0/pull/2084) ([dependabot[bot]](https://github.com/apps/dependabot))
23+
- chore(deps): bump next from 15.0.2 to 15.2.3 in /examples/with-shadcn [\#1986](https://github.com/auth0/nextjs-auth0/pull/1986) ([dependabot[bot]](https://github.com/apps/dependabot))
24+
- Bump next from 15.0.3 to 15.2.4 in /examples/with-next-intl [\#2029](https://github.com/auth0/nextjs-auth0/pull/2029) ([dependabot[bot]](https://github.com/apps/dependabot))
25+
- Update deleteByLogoutToken arg type in EXAMPLES.md [\#2067](https://github.com/auth0/nextjs-auth0/pull/2067) ([ammubhave](https://github.com/ammubhave))
26+
- Bump @auth0/nextjs-auth0 from 4.0.1 to 4.5.1 in /examples/with-shadcn [\#2073](https://github.com/auth0/nextjs-auth0/pull/2073) ([dependabot[bot]](https://github.com/apps/dependabot))
27+
- Bump @eslint/js from 9.20.0 to 9.26.0 [\#2078](https://github.com/auth0/nextjs-auth0/pull/2078) ([dependabot[bot]](https://github.com/apps/dependabot))
28+
- Bump vite from 5.4.14 to 5.4.19 [\#2075](https://github.com/auth0/nextjs-auth0/pull/2075) ([dependabot[bot]](https://github.com/apps/dependabot))
29+
- Bump typedoc from 0.27.7 to 0.28.4 [\#2079](https://github.com/auth0/nextjs-auth0/pull/2079) ([dependabot[bot]](https://github.com/apps/dependabot))
30+
- chore(deps-dev): bump globals from 15.14.0 to 15.15.0 [\#1969](https://github.com/auth0/nextjs-auth0/pull/1969) ([dependabot[bot]](https://github.com/apps/dependabot))
31+
- chore(deps-dev): bump prettier from 3.4.2 to 3.5.3 [\#1967](https://github.com/auth0/nextjs-auth0/pull/1967) ([dependabot[bot]](https://github.com/apps/dependabot))
32+
33+
**Fixed**
34+
- Usability upgrades to V4 Migration Guide [\#2095](https://github.com/auth0/nextjs-auth0/pull/2095) ([nandan-bhat](https://github.com/nandan-bhat))
35+
- Bugfix: Add clockTolerance to cookie decryption [\#2097](https://github.com/auth0/nextjs-auth0/pull/2097) ([tusharpandey13](https://github.com/tusharpandey13))
36+
- Fix stacking transaction cookies [\#2077](https://github.com/auth0/nextjs-auth0/pull/2077) ([tusharpandey13](https://github.com/tusharpandey13))
37+
338
## [v4.5.1](https://github.com/auth0/nextjs-auth0/tree/v4.5.1) (2025-04-29)
439
[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v4.5.0...v4.5.1)
540

docs/assets/highlight.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
--dark-hl-6: #C586C0;
1616
--light-hl-7: #001080;
1717
--dark-hl-7: #9CDCFE;
18-
--light-hl-8: #267F99;
19-
--dark-hl-8: #4EC9B0;
20-
--light-hl-9: #008000;
21-
--dark-hl-9: #6A9955;
18+
--light-hl-8: #008000;
19+
--dark-hl-8: #6A9955;
20+
--light-hl-9: #267F99;
21+
--dark-hl-9: #4EC9B0;
2222
--light-hl-10: #800000;
2323
--dark-hl-10: #808080;
2424
--light-hl-11: #800000;

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/errors.AccessTokenError.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/classes/errors.AccessTokenForConnectionError.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

docs/classes/errors.AuthorizationCodeGrantError.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/classes/errors.AuthorizationError.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/classes/errors.BackchannelLogoutError.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/classes/errors.DiscoveryError.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)