Skip to content

Releases: almatoai/hiro-client-python

v5.3.3

09 Apr 14:42
eeb06f5

Choose a tag to compare

  • Fixes bug in HiroGraph.escaped_query

v5.3.2

08 Apr 17:25

Choose a tag to compare

Add HiroGraph.escaped_query method.

v5.3.1

12 Jun 07:49
348a644

Choose a tag to compare

Set default proxy type to "http"

reveal secrets

12 Jun 07:57

Choose a tag to compare

v0.0.1

Reveal secrets

Version 5.3.0

10 Jun 07:12
30ab1a7

Choose a tag to compare

  • Decode any token via static decode_token_ext().

Changes for /api/auth/6.6:

  • Ability to revoke a token.
  • Recognize access_token and _TOKEN in token results.
  • Remove obsolete method fresh() from class TokenInfo because each token refresh issues a new refresh_token by default
    now.

Version 5.2.5

08 Mar 07:53
16cb584

Choose a tag to compare

  • [bugfix] Calculation within clientlib.TokenInfo.expired() now returns False as expected when no expires_at
    is available for a token. Previous versions would raise an exception.

Version 5.2.4

08 Feb 17:14
c20a6e0

Choose a tag to compare

  • Merge headers in AbstractAPI instead of replacing them.

Version 5.2.3

07 Feb 13:38
21de77f

Choose a tag to compare

  • Remove accept_all_certs for good. Directly use the flag in SSLConfig.

Version 5.2.2

04 Feb 14:41

Choose a tag to compare

  • Debugged python code documentation.
  • Fixed copyright notices.

Version 5.2.1

04 Feb 12:06

Choose a tag to compare

  • Updated Documentation

Also redeployment because https://pypi.org/project/hiro-graph-client/
received the wrong README.md