Releases: arago/hiro-client-python
Releases · arago/hiro-client-python
Version 4.6.0
- Added the following APIS:
- KI
- AuthZ
- Variables
- Adjust return value typing with API methods that return lists of dicts.
Version 4.5.2
- Previous versions incorrectly translated True and False into "True" and
"False" whereas "true" and "false" (lowercase) are needed. Fixed.
Version 4.5.1
- Add
decode_token()
to decode the information embedded in a HIRO token. - Updated documentation.
Version 4.5.0
v4.5.0
- GitHub repository got renamed from
python-hiro-clients
tohiro-client-python
. - Documentation update.
No other technical changes.
Version 4.4.0
- Added IAM client
- Updated Graph client and Auth client
- put_binary is allowed to return simple strings now. (i.e. for avatar image updates).
See also CHANGELOG.md