All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
netorcai-client-python adheres to Semantic Versioning.
Its public API includes:
- the API of the public functions of the netorcai-client Python library.
- modifications due to netorcai's metaprotocol.
2.0.0 - 2019-02-24 - netorcai-2.0.0
- Message header is now 32-bit (netorcai metaprotocol update).
- License is now LGPL-3.0 — goal is to allow client programs to be non-GPL.
- Support for special players (netorcai metaprotocol update).
TCP_NODELAY
was not set, which caused a very high latency (x200 locally).
1.0.1 - 2019-01-02
- Multi-part TCP messages were not read/sent correctly. These operations should now be more robust.
- Initial release.