Skip to content

Commit 5fc40fa

Browse files
Release v1.21.0 (#558)
1 parent 3ba057c commit 5fc40fa

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.20.0
1+
v1.21.0

CHANGELOG.md

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

3+
## [v1.21.0](https://github.com/auth0/go-auth0/tree/v1.21.0) (2025-05-20)
4+
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.20.0...v1.21.0)
5+
6+
**⚠️ BREAKING CHANGES**
7+
- Fix: Correct `CustomHeaders` type and JSON tag in `ConnectionOptionsOAuth2` within `ConnectionManager` [\#554](https://github.com/auth0/go-auth0/pull/554) ([developerkunal](https://github.com/developerkunal))
8+
9+
**Added**
10+
- Add support for `FlexibleMappings` SAML2 mappings in SAML2ClientAddon and enhance serialization tests [\#555](https://github.com/auth0/go-auth0/pull/555) ([developerkunal](https://github.com/developerkunal))
11+
- Add `ReadEnabledClients` and `UpdateEnabledClients` methods; deprecate `EnabledClients` field in `Connection` struct of `ConnectionManager` [\#556](https://github.com/auth0/go-auth0/pull/556) ([ErwinSteffens](https://github.com/ErwinSteffens))
12+
- Add Support for `ListRendering` method and associated tests for `PromptManager` [\#552](https://github.com/auth0/go-auth0/pull/552) ([developerkunal](https://github.com/developerkunal))
13+
- Add `AllowRefreshToken` support to `SessionTransfer` in `ClientManager` [\#557](https://github.com/auth0/go-auth0/pull/557) ([nelsonmaia](https://github.com/nelsonmaia))
14+
315
## [v1.20.0](https://github.com/auth0/go-auth0/tree/v1.20.0) (2025-05-05)
416
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.19.0...v1.20.0)
517

meta.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package auth0
22

33
// Version is the package version.
4-
var Version = "1.20.0"
4+
var Version = "1.21.0"

0 commit comments

Comments
 (0)