Skip to content

Commit 056faf9

Browse files
authored
Merge pull request #366 from okta/revert_int64_pointers
Revert int64 pointers
2 parents 3bb2eb5 + c9f10b7 commit 056faf9

60 files changed

Lines changed: 1975 additions & 131 deletions

File tree

Some content is hidden

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

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# Changelog
22
Running changelog of releases since `2.0.0-rc.4`
33

4+
## v2.17.0
5+
6+
- Revert integer values representation as integer pointers
7+
- Original change was too agreesive for a minor release
8+
- All integer fields have a parallel pointer field that can be used as an alternative to deal with 0 values during JSON marshaling
9+
- Example `PasswordPolicy` model has fields int64 `Priority` and *int64 `PriorityPtr`
10+
- This change will not break code from release v2.15.0 and earlier
11+
- New models
12+
- `MultifactorEnrollmentPolicy`
13+
- `MultifactorEnrollmentPolicyAuthenticatorSettings`
14+
- `MultifactorEnrollmentPolicyAuthenticatorStatus`
15+
- `MultifactorEnrollmentPolicyAuthenticatorType`
16+
- `MultifactorEnrollmentPolicySettings`
17+
- `MultifactorEnrollmentPolicySettingsType`
18+
- New methods / endpoints
19+
- `Application` has `PreviewSAMLAppMetadata` method for `GET /api/v1/apps/{applicationId}/sso/saml/metadata` endpoint.
20+
- Added parameters
21+
- `Default` bool on `AuthorizationServer` model
22+
423
## v2.16.0
524

625
- All API integers, which previously had been typed as `int64`, are now typed

okta/accessPolicy.go

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

okta/accessPolicyRule.go

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

okta/acsEndpoint.go

Lines changed: 35 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

okta/appLink.go

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

okta/application.go

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

okta/applicationGroupAssignment.go

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

okta/applicationLicensing.go

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

okta/authenticatorProviderConfiguration.go

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

0 commit comments

Comments
 (0)