All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Initial release.
- Add basic Python wrapper for HTTP clients.
- Improve overall project documentation.
- Align project boilerplate with Noos conventions.
- Add
typing-extensions
Python dependency.
- Bump Python version to v3.8.6.
- Add basic Python wrapper for TCP clients.
- Align HTTP and WebSocket base clients.
- Allow non-Json body in POST/PUT/PATCH HTTP requests.
- Upgrade python version to 3.11.4.
- Remove deprecated library: cgi.
- Bump poetry to v1.5.1.
- Update Websocket send method signature.