Skip to content

Commit

Permalink
Merge pull request #366 from okta/revert_int64_pointers
Browse files Browse the repository at this point in the history
Revert int64 pointers
  • Loading branch information
monde authored Mar 7, 2023
2 parents 3bb2eb5 + c9f10b7 commit 056faf9
Show file tree
Hide file tree
Showing 60 changed files with 1,975 additions and 131 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Changelog
Running changelog of releases since `2.0.0-rc.4`

## 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 int64 `Priority` and *int64 `PriorityPtr`
- This change will not break code from release v2.15.0 and earlier
- New models
- `MultifactorEnrollmentPolicy`
- `MultifactorEnrollmentPolicyAuthenticatorSettings`
- `MultifactorEnrollmentPolicyAuthenticatorStatus`
- `MultifactorEnrollmentPolicyAuthenticatorType`
- `MultifactorEnrollmentPolicySettings`
- `MultifactorEnrollmentPolicySettingsType`
- New methods / endpoints
- `Application` has `PreviewSAMLAppMetadata` method for `GET /api/v1/apps/{applicationId}/sso/saml/metadata` endpoint.
- Added parameters
- `Default` bool on `AuthorizationServer` model

## v2.16.0

- All API integers, which previously had been typed as `int64`, are now typed
Expand Down
34 changes: 33 additions & 1 deletion okta/accessPolicy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 33 additions & 1 deletion okta/accessPolicyRule.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 35 additions & 2 deletions okta/acsEndpoint.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 34 additions & 1 deletion okta/appLink.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions okta/application.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 33 additions & 1 deletion okta/applicationGroupAssignment.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 34 additions & 1 deletion okta/applicationLicensing.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 34 additions & 1 deletion okta/authenticatorProviderConfiguration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 056faf9

Please sign in to comment.