Skip to content

Releases: okta/okta-sdk-golang

Version 2.6.1

17 Aug 19:50
2e7612a

Choose a tag to compare

Released 08/17/2021

Bug fixes

Version 2.6.0

17 Aug 16:52
dd82255

Choose a tag to compare

Released 08/17/2021

Updates

  • Corrected UserSchemaBase properties field as UserSchemaAttribute #248 @bogdanprodan-okta
  • Added ApplicationSettingsNotes to all apps

Version 2.5.2

12 Aug 16:02
c954cb6

Choose a tag to compare

Released 08/12/2021

Updates

  • Added more fields to the error struct for different error response patterns from API #246 @bogdanprodan-okta

Bug fixes

  • Fixed error handling for 400/401/403 errors

Version 2.5.1

10 Aug 20:09
8a90442

Choose a tag to compare

Released 08/10/2021

Updates

Bug fixes

Version 2.5.0

02 Aug 22:24
8807017

Choose a tag to compare

Released August 8, 2021

Updates

Version 2.3.1

06 Jul 18:34
a5b26e8

Choose a tag to compare

Released July 7, 2021

Updates

Bug fixes

  • Fixed typo in error message of "too many requests" #230 @halmai

Version 2.3.0

05 Feb 15:38
6ce39e5

Choose a tag to compare

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 include SingleLogout and SpCertificate
  • Update InlineHookChannelConfig properties to include Method
  • Update OpenIdConnectApplicationSettingsClient properties to include IdpInitiatedLogin

Version 2.2.2

15 Jan 19:17
0f3120d

Choose a tag to compare

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

15 Jan 19:16
3d98f0e

Choose a tag to compare

Released November 14, 2020

Bug Fixes

  • Update default connection Timeout to 60 seconds (#185)
  • Http Client now uses Timeout setting for connection timeout (#185)
  • SDK no longer cancels context (#185)

Version 2.2.0

12 Nov 18:50
9cb804f

Choose a tag to compare

Released November 12, 2020

New Structs

  • OpenIdConnectApplicationSettingsClientKeys
  • OpenIdConnectApplicationSettingsRefreshToken
  • OpenIdConnectRefreshTokenRotationType

Bug Fixes

  • Updates okta/OpenIdConnectApplicationSettingsClient properties to include jwks []JsonWebKey (Resolves #176)
  • NewCustomHotpUserFactor sets factor type to token:htop

Updates

  • Removes vendor directory
  • Updates OpenIdConnectApplicationSettingsClient properties to include RefreshToken *OpenIdConnectApplicationSettingsRefreshToken