Releases: COVESA/vsomeip
Releases · COVESA/vsomeip
2.10.20
- Add security config (i.e. vsomeip_security.json) to mandatory config files
- Enable local_routing_test_starter.sh to use externally defined configuration files
- Reject malformed subscriptions with SubscribeEventgroupNACK if multiple endpoint options are referenced
- Use CMake define or environment variable to find gtest
- Quit vsomeipd when Service Discovery is configured but module cannot be loaded
- Added error message when Configuration module cannot be loaded
- Export payload_impl to enable compilation with newer GCC versions
- Avoid printing the same warning twice. Ensure all error paths are identifiable
- Fixed security checks for policies without configured client ID
- Fixed crash on auto config load in case of EOWNERDEAD caused by previous crashed/exited application
2.10.19
- Catch exceptions on shutdown (especially from boost::log)
- Fixed handling of malformed packets in TCP client endpoint in conjunction with magic cookies
2.10.18
- Fix restarting of TCP connection on connection reset by the server and mark services reachable through it as unavailable until connection is established again.
- Fix bug which prevented restarting of TCP connections if the peer instantly send a RST after the connection had been established.
- Fix bug which could cause missing initial events in conjunction with service discovery messages containing new subscriptions and resubscriptions.
2.10.17
- Speedup initial subscriptions to unreliable remote services
- Fix deadlock in conjunction with configured client ports
- Fix bug leading to usage of client port outside of configured range
2.10.16
- Only map shared memory for client IDs once per process
2.10.15
- Fix remote event caching
2.10.14
- Bugfix for pending subscriptions when same port is used
for TCP and UDP endpoint option.
2.10.12
- Fix exception handling for boost logger
2.10.11
- Fix client ID handling for remote selective subscriptions
- Add handling for EDESTADDRREQ in endpoints
2.10.10
- Fix concurrency issue leading to a crash