Released: 2021-09-15
Added
- Added test server
python -m cats.v2.server -h
- Added test client
python -m cats.v2.client -h
- Added
Handler.conn
shortcut forHandler.action.conn
typed withserver.Connection
- Added
Auth
module fixtures totest_utils
Changed
- Exceptions thrown by
cats
internally replaced with subclasses ofCatsError
Fixed
- Fixed
StreamClosedError
passed throughServer.handle_stream
- Fixed error propagation