From 3a4c5b4ef149091a2a2f8846f4ff220859472754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20H=C3=BCbner?= Date: Fri, 10 Jun 2022 09:05:27 +0200 Subject: [PATCH] Version 5.3.0 * Updated CHANGELOG.md and VERSION. --- CHANGELOG.md | 11 +++++++++++ src/hiro_graph_client/VERSION | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c615b62..597ff2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# v5.3.0 + +* 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. + # v5.2.5 * [bugfix] Calculation within *clientlib.TokenInfo.expired()* now returns *False* as expected when no *expires_at* diff --git a/src/hiro_graph_client/VERSION b/src/hiro_graph_client/VERSION index e60200b..e230c83 100644 --- a/src/hiro_graph_client/VERSION +++ b/src/hiro_graph_client/VERSION @@ -1 +1 @@ -5.2.5 \ No newline at end of file +5.3.0 \ No newline at end of file