Releases: ionos-cloud/sdk-go-auth
Releases · ionos-cloud/sdk-go-auth
v1.0.10
v1.0.9
- fix security issues
v1.0.7
Full Changelog: v1.0.6...v1.0.7
Release v1.0.6
Full Changelog: v1.0.5...v1.0.6
Release v1.0.5
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
inresponse.go
Release v1.0.4
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 inclient.go
Release v1.0.3
Documentation:
- updated description for
TokensGenerate()
function
Release v1.0.2
Code Enhancements:
- renamed APIClient's field
TokenApi
toTokensApi
, pointer toTokensApiService
- renamed function
GetAllTokens()
toTokensGet()
- renamed function
GetAllTokensExecute()
toTokensGetExecute()
- renamed function
GetTokenById()
toTokensFindById()
- renamed function
GetTokenByIdExecute()
toTokensFindByIdExecute()
- renamed function
CreateToken()
toTokensGenerate()
- renamed function
CreateTokenExecute()
toTokensGenerateExecute()
- renamed function
DeleteTokenById()
toTokensDeleteById()
- renamed function
DeleteTokenByIdExecute()
toTokensDeleteByIdExecute()
- renamed function
DeleteTokenByCriteria()
toTokensDeleteByCriteria()
- renamed function
DeleteTokenByCriteriaExecute()
toTokensDeleteByCriteriaExecute()
Fixes:
- fixed bug to support both
https
andhttp
schemas
Dependency-updates:
- updated
golang.org/x/oauth2
go import to the latest version
Release v1.0.1
Code Enhancements:
- sorted imports
- removed
git_push.sh
script
Release v1.0.0
Features:
- first release 🎉
- added api(
TokenApi
) and models(Jwt
,Token
,Tokens
, etc.) for Auth API