Skip to content
v0.0.79
=======

  * RPCClient: add response attribute to RemoteException
  * RPCClent: rename and refactor check_status (now raise_for_status)
  * RPCClient: check HTTP status code for errors also when streaming
  * cli: Add support for loading a logging configuration file
  * cli: Allow adding a Notes section between Options and Commands
  * Add trailing dot to help texts for consistency
  * logger: only flatten dicts if all keys are strings
  * Move to @pytest.fixture from yield_fixture
  * test_rpc_client_server.py: fix typo in docstring