Skip to content

Releases: COVESA/vsomeip

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

2.10.9

25 Jan 11:40
Compare
Choose a tag to compare
  • Improve handling of service discovery messages with entries
    referencing too many options.
  • Prevent sending of duplicate remote subscriptions to local clients
    if the local client processes incoming subscriptions too slow.
  • Remote (un)subscriptions to the same eventgroup are now queued in
    the routing manager until the local client has processed the
    previous (un)subscription for this eventgroup.
  • Introduce new json configuration parameter 'diagnosis_mask' to
    control the number of bits in the client ID used for the diagnosis
    address. This can be used to enable more than 254 concurrent clients
    on a node. For more information see the vsomeipUserGuide.
  • If the service discovery is enabled it is is only started if a
    matching multicast route for the configured service discovery
    multicast group is present in the system. This applies only to
    Linux.
  • Rework security configuration:
    • Allow policy specifications without client specification.
    • Allow policies to be specified for ranges of uids/gids.
      For more information see the vsomeipUserGuide.