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.
- Added TCP Client and Server support for OSC 1.0 and OSC 1.1 formats, with support for sending responses to the client
- Added response support to the existing UDP Client and Server code
- Using trusted publisher setup to publish to pypi
- Changed packaging method to pypa/build
- Removed pygame example to simplify dependencies
-
Add options to UdpClient to force the use of IPv4 when IPv6 is available and vice versa
-
Add support for arguments with Nil type
- Support for sending and receiving Int64 datatype (
h
).
Flaky NTP test
-
Support for python 3.7 and 3.8.
-
Releasing wheel on top of source package.
-
Support for sending nil values.
-
IPV6 support to UDPClient.
Timestamp parsing