Releases: auth0/go-auth0
Releases · auth0/go-auth0
v1.11.2
Fixed
- PATCH: Rename
user_id_attribute
touserid_attribute
in Azure Connection Options #454 (duedares-rvj)
v1.11.1
Added
- Add missing support for
Custom
email provider in EmailProviderManager #452 (duedares-rvj)
v1.11.0
Added
- Add support for
Form
,Flow
, andFlow Vault Connection
Managers #444 (kushalshit27) - Add support for MFA Authentication Endpoints: Add, List, and Delete Authenticators #447 (developerkunal)
- Add
user_id_attribute
support to AzureAD connection options in Connection Manager #445 (acwest) - Add
strategy_version
support to required connections in Connection Manager #443 (acwest)
v1.10.0
Added
- Add support for new Prompts and Screens for Prompt Partial #437 (developerkunal)
- Add Organizations for Client Credentials #432 (duedares-rvj)
- Add Support for Control Your Own Key (CYOK) and Bring Your Own Key (BYOK) Features with New
EncryptionKeyManager
#435 (developerkunal)
Note
The methodsReadPartials
,CreatePartials
, andUpdatePartials
are deprecated. Please useGetPartials
andSetPartials
instead for managing Prompt Partials.
v1.9.0
Added
- Add Support for Self Service Profiles #431 (duedares-rvj)
- Add Support for HRI Features #429 (developerkunal)
- Add Support for Flexible Identifiers on ConnectionOptions &
phone_number
to SignupRequest Struct #421 (developerkunal)
v1.8.0
Added
- Add support for managing a connection's SCIM (System for Cross-domain Identity Management) configuration #419 (developerkunal)
v1.7.0
Added
- Add
is_signup_enabled
field toOrganizationConnection
#413 (developerkunal)
v1.6.0
Added
- [GH-380] - Add User Refresh Token Management Functionality to SDK #404 (developerkunal)
- [GH-366] - Add support for enabled_connections field in CreateOrganizationConnections #394 (developerkunal)
Fixed
- [GH-372] Fix unmarshaling issue with Wordpress strategy connections #398 (developerkunal)
- [GH-336] - Fix Unmarshal JSON error as string #393 (developerkunal)
v1.5.0
Added
- Send extra parameters with client credentials request #354 (weirdian2k3)
- Add support for
oidc_logout
parameters #384 (developerkunal) - Add
show_as_button
field to Organization Enabled Connection #386 (developerkunal)
Fixed
- Fix sending unnecessary
null
body in requests #387 (developerkunal)
v1.4.1
Added
- feat: Add Custom Prompt Support #341 (m3talsmith)