Skip to content

Releases: ionos-cloud/sdk-go-auth

v1.0.10

05 Nov 12:34
Compare
Choose a tag to compare

Fixed

  • Fixes #5: empty DefaultIonosBasePath

Full Changelog: v1.0.9...v1.0.10

v1.0.9

21 Oct 15:05
Compare
Choose a tag to compare
  • fix security issues

v1.0.7

29 Sep 11:10
Compare
Choose a tag to compare

Full Changelog: v1.0.6...v1.0.7

Release v1.0.6

28 Sep 11:37
Compare
Choose a tag to compare

Release v1.0.5

24 Aug 10:17
Compare
Choose a tag to compare

Features

  • Logger interface with log levels for the sdk. Allows user to inject it's own logger that implements Printf. More information here
  • Added helper function HttpNotFound in response.go

Release v1.0.4

23 May 08:56
Compare
Choose a tag to compare

Code Enhancements:

  • added utility functions to easily convert pointers to values of basic types in utils.go
  • improved error handling while decoding API Response
  • fixed value for Version constant defined in client.go

Release v1.0.3

26 Jan 11:21
Compare
Choose a tag to compare

Documentation:

  • updated description for TokensGenerate() function

Release v1.0.2

26 Jan 09:04
Compare
Choose a tag to compare

Code Enhancements:

  • renamed APIClient's field TokenApi to TokensApi, pointer to TokensApiService
  • renamed function GetAllTokens() to TokensGet()
  • renamed function GetAllTokensExecute() to TokensGetExecute()
  • renamed function GetTokenById() to TokensFindById()
  • renamed function GetTokenByIdExecute() to TokensFindByIdExecute()
  • renamed function CreateToken() to TokensGenerate()
  • renamed function CreateTokenExecute() to TokensGenerateExecute()
  • renamed function DeleteTokenById() to TokensDeleteById()
  • renamed function DeleteTokenByIdExecute() to TokensDeleteByIdExecute()
  • renamed function DeleteTokenByCriteria() to TokensDeleteByCriteria()
  • renamed function DeleteTokenByCriteriaExecute() to TokensDeleteByCriteriaExecute()

Fixes:

  • fixed bug to support both https and http schemas

Dependency-updates:

  • updated golang.org/x/oauth2 go import to the latest version

Release v1.0.1

24 Nov 11:03
Compare
Choose a tag to compare

Code Enhancements:

  • sorted imports
  • removed git_push.sh script

Release v1.0.0

24 Nov 07:47
Compare
Choose a tag to compare

Features:

  • first release 🎉
  • added api(TokenApi) and models(Jwt, Token, Tokens, etc.) for Auth API