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}"))