- Fixed erroneous interpretation of server response in ``register_base_uri`` and ``update_permissions``. - Fixed parsing of text to JSON in ``aggregate``. - Made all synchronous methods available at top-level via imports in ``__init__.py``
0.5.0
--------------
- Automatically create ``synchronous`` and ``asynchronous`` modules. - Detect server errors (in particular if a token expires) and raise exceptions.
0.4.1
--------------
- Removed obsolete prompting for username and password when valid access token available
0.4.0
---------------
- Added ``user_info`` method for accessing server route ``/user/info``.