Releases: okta/okta-sdk-golang
Releases · okta/okta-sdk-golang
Version 2.5.0
Released August 8, 2021
Updates
- Update generated code to version 2.5.0 of Okta's openapi spec https://github.com/okta/okta-management-openapi-spec
- Refine Makefile's flexibility
Version 2.3.1
Released July 7, 2021
Updates
- Support opaque private keys (#225) @aborrello
- Improve OAuth 2.0 servapp doc (#221) @juanmatias
- Removed omitempty from ApplicationGroupAssignment priority field (#218) @bogdanprodan-okta
- Added
WithHttpClientPtr
,WithHttpClientPtr
(#214) @bogdanprodan-okta - Remove omitempty of 'default_scope' field (#212) @bogdanprodan-okta
- Add exported OKTA_ACCESS_TOKEN constant (#213) @bretterer
- Adds Stalebot workflow (#210) @bretterer
Bug fixes
Version 2.3.0
Released February 5, 2021
New Structs
- AuthorizationServerPolicy
- AuthorizationServerPolicyRule
Bug fixes
- Fixed response body parsing
- Fix error handling for 401 error
- Retry on EOF errors from HTTP client
Updates
- Update
SamlApplicationSettingsSignOn
properties to includeSingleLogout
andSpCertificate
- Update
InlineHookChannelConfig
properties to includeMethod
- Update
OpenIdConnectApplicationSettingsClient
properties to includeIdpInitiatedLogin
Version 2.2.2
Released January 15, 2021
Bug fixes
- Remove
omitempty
from some of the struct fields - Add support for
privateKey
config property to be a file path
Version 2.2.1
Version 2.2.0
Released November 12, 2020
New Structs
OpenIdConnectApplicationSettingsClientKeys
OpenIdConnectApplicationSettingsRefreshToken
OpenIdConnectRefreshTokenRotationType
Bug Fixes
- Updates
okta/OpenIdConnectApplicationSettingsClient
properties to includejwks []JsonWebKey
(Resolves #176) NewCustomHotpUserFactor
sets factor type totoken:htop
Updates
- Removes vendor directory
- Updates
OpenIdConnectApplicationSettingsClient
properties to includeRefreshToken *OpenIdConnectApplicationSettingsRefreshToken
Version 2.1.0
Released October 26, 2020
New Structs
AcsEndpoint
CatalogApplication
CatalogApplicationStatus
CustomHotpUserFactor
CustomHotpUserFactorProfile
InlineHookStatus
InlineHookType
WebAuthnUserFactor
WebAuthnUserFactorProfile
Bug Fixes
- Updates
okta/config.go
to usegithub.com/okta/okta-sdk-golang/v2/okta/cache
(#167, Resolves #149) - Updates
okta/config.go
to useint64
forConnectionTimeout
andRequestTimeout
(#166) ListApplicationTargetsForApplicationAdministratorRoleForGroup
now returns correct[]CatalogApplication
ListApplicationTargetsForApplicationAdministratorRoleForUser
now returns correct[]CatalogApplication
JsonWebKey.ExpiresAt
changed to correctly use*time.Time
verifyUserFactorResponse.ExpiresAt
changed to correctly use*time.Time
- Correctly reads
.okta.yaml
from project root directory - Updated typo in
PasswordCredentialHash
struct and changedWorkerFactor
to the correctWorkFactor
Updates
- Updates to @okta/openapi 2.1.1 (And associated Generator Updates)
- Added
UserId
toOAuth2ScopeConsentGrant
struct - Now Returns error instead of panic from config in
okta.go
(Resolves #122) RequestExecutor
returns error ifprivPem
is null when using PrivateKey authentication- Added
AcsEndpoints
andAllowMultipleAcsEndpoints
properties toSamlApplicationSettingsSignOn
- Added
FilterType
andFilterValue
toSamlAttributeStatement
(Resolves #76) - Generated file header in line with Go standard (Resolves #118)
Version 2.0.0
Released June 5, 2020
Official Release of v2.0 of the Okta Golang SDK
Version 2.0.0-rc.5
Released June 2, 2020
- Remove
PreviewSamlMetadataForApplication
method fromApplicationResource
Kid
Query Param removedKeepCurrent
Query Param removedActivateFactorRequest
struct added- New Method
GenerateApplicationKey
added toApplicationResource
FactorResultType
struct addedOpenIdConnectApplicationIssuerMode
struct addedInitiateLoginUri
property (type string) added toOpenIdConnectApplicationSettingsClient
structIssuerMode
property (type string) added toOpenIdConnectApplicationSettingsClient
structFormat
property (type []string) added toPolicySubject
structExpiresAt
property (type *time.Time) added toPushUserFactor
structFactorResult
property (type string) added toPushUserFactor
struct- Remove
ClearCurrentUserSession
fromUserResource
UserFactorResource
methodActivateFactor
now takesActivateFactorRequest
as thebody
param instead ofVerifyFactorRequest
NextPassCode
property (type string) added toVerifyFactorRequest
struct- Update Readme to show how to access
RequestExecutor
(Fixes #83) - Fixes Cache EOF (Fixes #103 and Fixes #36)
- Update all enum objects to
type string
(Fixes #95) - Implement Pagination
Version 2.0.0-rc.3
Released April 28, 2020
- Ability to pass
context
to each method that is sent into the request - Update with latest spec version