From 626d9bc51b1e19f310fdcdc0490fb4936562dc70 Mon Sep 17 00:00:00 2001 From: Till Steinbach Date: Mon, 26 Jul 2021 22:46:00 +0200 Subject: [PATCH] improved error messages and server error handling --- CHANGELOG.md | 9 ++++++++- requirements.txt | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b3907c..b9c3f42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - No unreleased changes so far +## [0.12.2] - 2021-07-26 +### Changed +- Improved error message when user consent is missing +- More robust against server side errors when refreshing the tokens +- API updated to version 0.13.2 + ## [0.12.1] - 2021-07-26 ### Fixed - Import of subpackages @@ -150,7 +156,8 @@ All notable changes to this project will be documented in this file. ## [0.1.0] - 2021-05-26 Initial release -[unreleased]: https://github.com/tillsteinbach/WeConnect-cli/compare/v0.12.1..HEAD +[unreleased]: https://github.com/tillsteinbach/WeConnect-cli/compare/v0.12.2..HEAD +[0.12.2]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.12.2 [0.12.1]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.12.1 [0.12.0]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.12.0 [0.11.4]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.11.4 diff --git a/requirements.txt b/requirements.txt index ebe17d9..132c430 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -weconnect==0.13.1 +weconnect==0.13.2 ascii_magic>=1.5.5