summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJuergen Gehring <juergen.gehring@bmw.de>2018-01-25 00:40:07 -0800
committerJuergen Gehring <juergen.gehring@bmw.de>2018-01-25 00:40:07 -0800
commit8bb2ed134d75803e8e6e3c4f4baa253e4d74edf4 (patch)
tree64cfea7bda038f1fe7b8fd79370104284af0fcea /CHANGES
parentca8af4e6da0eb1f5c268ace102c0ac6aa5545b5c (diff)
downloadvSomeIP-8bb2ed134d75803e8e6e3c4f4baa253e4d74edf4.tar.gz
vsomeip 2.10.52.10.5
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES28
1 files changed, 28 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1fa9a5f..6f3f91d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,34 @@
Changes
=======
+v2.10.5
+- Fix possible deadlock on application shutdown
+- Try to reestablish TCP connection on resubscription if the remote
+ closed the connection
+- Introduce new configuration file parameters to control
+ interpretation of TTL field of incoming remote offers and
+ subscriptions:
+ - service-discovery > ttl_factor_offers (optional array of
+ service/instance/TTL factor tuples)
+ - service-discovery > ttl_factor_subscriptions (optional array of
+ service/instance/TTL factor tuples)
+- Added possibility to debounce external events/fields
+ based on time or change of data in the payload (maskable) via new
+ configuration file parameter:
+ - debounce (optional array)
+ For more information see the vsomeipUserGuide.
+- Added possibility to limit amount of memory used to cache outgoing
+ messages on IP port basis or globally via configuration file
+ parameter:
+ - endpoint-queue-limits (array): to limit on IP:Port (endpoint)
+ level
+ - endpoint-queue-limit-external: to generally limit all external
+ endpoints.
+ - endpoint-queue-limit-local: to limit queue sizes for local
+ communication
+ For more information see the vsomeipUserGuide.
+
+
v2.10.4
- Extended diagnosis plugin to handle requests for
"disableRxAndEnableTx" and "disableRxAndTx".