Skip to content

Releases: COVESA/vsomeip

2.10.20

22 May 11:03
Compare
Choose a tag to compare
  • 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

22 May 11:02
Compare
Choose a tag to compare
  • 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

22 May 11:01
Compare
Choose a tag to compare
  • 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

22 May 11:00
Compare
Choose a tag to compare
  • 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

22 May 11:00
Compare
Choose a tag to compare
  • Only map shared memory for client IDs once per process

2.10.15

22 May 10:59
Compare
Choose a tag to compare
  • Fix remote event caching

2.10.14

22 May 10:58
Compare
Choose a tag to compare
  • Bugfix for pending subscriptions when same port is used
    for TCP and UDP endpoint option.

2.10.12

22 May 10:57
Compare
Choose a tag to compare
  • Fix exception handling for boost logger

2.10.11

22 May 10:55
Compare
Choose a tag to compare
  • Fix client ID handling for remote selective subscriptions
  • Add handling for EDESTADDRREQ in endpoints

2.10.10

25 Jan 11:40
Compare
Choose a tag to compare
  • Fix concurrency issue leading to a crash