Skip to content

Releases: okta/okta-sdk-golang

Version 2.0.0-rc.4

14 May 19:01
f273a5b
Compare
Choose a tag to compare
Version 2.0.0-rc.4 Pre-release
Pre-release

Released May 15, 2020

  • Updated Resource Executor to handle nil pointer dereference (#125, fix suggested by @johanbrandhorst)
  • Updates JWT Signer Package issues (#121, fix suggested by @Jmainguy)

Version 2.0.0-rc.1

07 Apr 18:33
2d06cbb
Compare
Choose a tag to compare
Version 2.0.0-rc.1 Pre-release
Pre-release

Released April 7, 2020

This is a major breaking change release. A lot of updates have been made to method names and signatures. We are working on changelog and/or upgrading guide for this release.

This SDK now supports ALL endpoints that are documented at developer.okta.com

This is a PRE-RELEASE and should be used for testing your current applications for the upgrade. We welcome feedback and PR's into this branch.

Version 1.1.0

05 Mar 22:00
3536e4d
Compare
Choose a tag to compare

Released March 5, 2020

  • Implements OAuth for Okta functionality (#112)
  • Handle Rate Limit by default

Version 1.0.1

23 Aug 18:33
7258003
Compare
Choose a tag to compare

Released August 23, 2019

  • Updates generation when obj.commonType is array (Fixes #81)
  • Updates SMS Factor Test to use correct phone number to prevent errors

Version 1.0.0

05 Aug 19:49
da407cb
Compare
Choose a tag to compare

Released August 5, 2018

WE'RE OUT OF BETA!

This is our initial non-beta release of the Golang SDK.

Readme has been updated to current usages.

Biggest change is with the config and client settings. You no longer have to create a new config object to pass into the client. You create a new client via:

client, _ := okta.NewClient(context, okta.WithOrgUrl("https://{yourOktaDomain}"), okta.WithToken("{apiToken}"))

Version 0.1.0

25 Aug 00:46
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

Released August 24, 2018

Initial Beta Release of the Okta Management SDK for Golang