|
1 | 1 | Changes |
2 | 2 | ======= |
| 3 | +v3.5.7 |
| 4 | +- global |
| 5 | + - Update deprecated boost::asio APIs |
| 6 | + - Update documentation regarding the vsomeip configurations |
| 7 | + - Addresses most shadowing variables |
| 8 | + - Fixes some old style C-casts |
| 9 | + |
| 10 | +- routing_manager_base |
| 11 | + - Always send initial event on subscription |
| 12 | + |
| 13 | +- routing_manager_impl |
| 14 | + - The rule vsomeip_sec_policy_is_client_allowed_to_access_member, was considered to be redundant, |
| 15 | + therefore it is now removed. |
| 16 | + - Consistently execute/schedule the action (sending, processing a received message), before trace |
| 17 | + the message. |
| 18 | + - Ensure to unsubscribe non selective events. |
| 19 | + - Clear multicast only for last subscriber |
| 20 | + |
| 21 | +- routing_manager_stub |
| 22 | + - Fix SIGSEGV on application register that cna happen if an application sends |
| 23 | + REGISTER_APPLICATION_ID without giving a non-zero port, when using local TCP. |
| 24 | + - Fix client registration thread names. |
| 25 | + - Enforce a client reconnect by dropping the connection client->routingd |
| 26 | + |
| 27 | +- routing_manager_client |
| 28 | + - Replace an erase from know_clients map call with the appropriate function. |
| 29 | + - Make client id show as hex value, in logs |
| 30 | + - Consistently execute/schedule the action (sending, processing a received message), before trace |
| 31 | + the message. |
| 32 | + - Close all connections on "client error". |
| 33 | + - Drop use of netlink and use IP_FREEBIND, for linux and android platforms |
| 34 | + - Ensure client process only once the registration |
| 35 | + - Update security offer rule for messages |
| 36 | + |
| 37 | +- endpoints |
| 38 | + - local communication |
| 39 | + - Added missing timeout handling on connection timeout. |
| 40 | + - Fix use of bound client |
| 41 | + - Change the order how a connection is cleaned-up. |
| 42 | + - external communication |
| 43 | + - Add predicate to condition variables. |
| 44 | + - udp_server_endpoint_impl refactoring |
| 45 | + - local and external communication |
| 46 | + - Set TCP_USER_TIMEOUT on connections, which causes a connection to timeout when data |
| 47 | + remains unacknowledged for more than a certain amount of time. |
| 48 | + - Remove the exponential timer increase from connection. |
| 49 | + - Handle not_socket error on send_cbk. |
| 50 | + - Set was_not_connected to true if not established or connected when send_cbk is called. |
| 51 | + - Close all connections on "client error". |
| 52 | + - netlink |
| 53 | + - optimize get link request by filtering the output |
| 54 | + - optimize bind parameters to the data really needed |
| 55 | + - fix IPv6 handling |
| 56 | + - improve error handling |
| 57 | + - reduce buffer size |
| 58 | + |
| 59 | +- service_discovery |
| 60 | + - Rename IPV3 to IPV4 |
| 61 | + |
| 62 | +- application |
| 63 | + - GCC 15 requires stdint.h to be explicitly imported. |
| 64 | + - Add logs to registering of subscription handlers. |
| 65 | + - Add predicate to condition variables. |
| 66 | + |
| 67 | +- configurations |
| 68 | + - Allow to set any service/instance on supress missing events. |
| 69 | + - Use application name instead of client identifier for specific debouncing configurations. |
| 70 | + |
| 71 | +- plugin |
| 72 | + - Remove unused load_plugins |
| 73 | + |
| 74 | +- tests |
| 75 | + - network_tests |
| 76 | + - Enables Valgrind (massif and memcheck) and removes Valgrind Helgrind. |
| 77 | + - Fix issues with certain Valgrind memcheck tests where Valgrind can't follow TLS memory until |
| 78 | + the thread is completely destroyed, therefore can't confirm whether the thread cleans it up |
| 79 | + after exit, hence it marks it "possibly lost". |
| 80 | + - Fix security tests false positives, in tests that have the missing check for the exit codes in |
| 81 | + the .sh starter script. |
| 82 | + - Added new test to verify if the availability handler is working correctly. |
| 83 | + - Added new test to validate local tcp client registration sequence. |
| 84 | + - Added tests for local tcp communication with fault injection |
| 85 | + - Fix offer_stop_offer_test by leaving the trigger if the (Un)Available to the end of the process |
| 86 | + - unit_tests |
| 87 | + - Fix unit tests failling on Windows |
| 88 | + |
| 89 | +- examples |
| 90 | + - Fix examples on Windows and set them as voting |
| 91 | + |
| 92 | +- documentation |
| 93 | + - Add extra documentation for routing info command |
| 94 | + |
3 | 95 | v3.5.6 |
4 | 96 | - routing_manager_client |
5 | 97 | - Forcing the ON_AVAILABLE log and send subscription of requested services even if availability was |
|
0 commit comments