- Fix client session so it stores the refreshed access token in the configuration. This prevents the server from refreshing the access token sent by the client in case it was already expired.
0.12.1
===================
- Removed the redundant printed error JSON from the error message, only the message is provided. When the message is not available, the full error JSON is then printed.
0.12.0
===================
- Updated the API calls from the deprecated ``v1`` to ``v2``.
- Make the ``config get`` commands respect the output format option.
0.11.1
===================
- Fixed API redirect and error response bug for ``monitoring grafana`` command.
0.11.0
===================
- Added the commands ``monitoring grafana`` that can enable and disable Grafana dashboards for a project.
0.10.0
===================
- Added the commands ``consumers deploy``, ``consumers list`` and ``consumers edit``. The ``deploy`` command deploys a new consumer, the ``edit`` command edits an existing consumer and the ``list`` command lists existing consumers.
- [Breaking] Removed the commands ``product deploy``, ``consumer-sets list`` and ``consumer-sets edit``.