v2.17.0
github-actions
released this
07 Mar 00:17
·
149 commits
to master
since this release
v2.17.0
- Revert integer values representation as integer pointers
- Original change was too agreesive for a minor release
- All integer fields have a parallel pointer field that can be used as an alternative to deal with 0 values during JSON marshaling
- Example
PasswordPolicy
model has fields int64Priority
and *int64PriorityPtr
- This change will not break code from release v2.15.0 and earlier
- Example
- New models
MultifactorEnrollmentPolicy
MultifactorEnrollmentPolicyAuthenticatorSettings
MultifactorEnrollmentPolicyAuthenticatorStatus
MultifactorEnrollmentPolicyAuthenticatorType
MultifactorEnrollmentPolicySettings
MultifactorEnrollmentPolicySettingsType
- New methods / endpoints
Application
hasPreviewSAMLAppMetadata
method forGET /api/v1/apps/{applicationId}/sso/saml/metadata
endpoint.
- Added parameters
Default
bool onAuthorizationServer
model