Releases: chrizog/someipy
Releases · chrizog/someipy
Release 2.1.2
Release 2.1.1
- Fix Python import issue
Release 2.1.0
- Support Windows: Use tcp socket for daemon communication on Windows systems.
- Add support for broadcasting SOME/IP SD messages over UDP.
- Implement stop subscribe functionality in the someipyd daemon.
Release 2.0.0
- Introduced a new architecture with a someipyd daemon for centralized network handling.
- Refined application API for easier service definition and instantiation.
- Moved docs to sphinx and readthedocs
Release 1.0.0
- Support dynamically sized arrays
- Support fixed size strings
- Support dynamically sized strings
- Implement timeouts (ttl checks) for SD messages
Release 0.0.10
- Fix Python3.8 issue from version 0.0.9 (Set of asyncio.Task typing)
- Properly handle the major version (interface version) of services
- Handle session ids and client ids
- Allow multiple asynchronous method calls from a client and handle out of order method responses
Release 0.0.9
- Enable asynchronous method handlers
v0.0.8
Release 0.0.7
- Improved integration testing
- Bugfix: Handle subscribe acknowledge correctly
Release 0.0.6
- Pack together service offers in a single Service Discovery message (this requires the offers to be sent in between max. 20ms)
- Send SD stop offer entries when a service instance is shutdown