Skip to content

Releases: arago/hiro-client-python

Version 4.6.0

11 Nov 15:56
233eeed
Compare
Choose a tag to compare
  • Added the following APIS:
    • KI
    • AuthZ
    • Variables
  • Adjust return value typing with API methods that return lists of dicts.

Version 4.5.2

11 Oct 13:40
e23f6bf
Compare
Choose a tag to compare
  • Previous versions incorrectly translated True and False into "True" and
    "False" whereas "true" and "false" (lowercase) are needed. Fixed.

Version 4.5.1

30 Sep 09:49
a0baa24
Compare
Choose a tag to compare
  • Add decode_token() to decode the information embedded in a HIRO token.
  • Updated documentation.

Version 4.5.0

28 Sep 12:06
fddd858
Compare
Choose a tag to compare

v4.5.0

  • GitHub repository got renamed from python-hiro-clients to hiro-client-python.
  • Documentation update.

No other technical changes.

Version 4.4.0

27 Sep 12:23
0fa4f6a
Compare
Choose a tag to compare
  • 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