|
1 | 1 | Changes |
2 | 2 | ======= |
| 3 | +v3.5.9 |
| 4 | +- global |
| 5 | + - Add vsomeip version to cmake log |
| 6 | + - Add support for VSOMEIP_ABORT_ON_CRIT_SYSCALL_ERROR |
| 7 | + - Remove use of strerror |
| 8 | + - React on Bad File Descriptor (EOBADF) for epoll_wait |
| 9 | + - Remove leftover configurations |
| 10 | + - Improve logger performance, turn it almost lock-free |
| 11 | + - Fix use of boost non-asio error codes |
| 12 | + - Fix compile with GCC < 10 again |
| 13 | + - Mark all DLT log messages as public |
| 14 | + |
| 15 | +- tests |
| 16 | + - network tests |
| 17 | + - Fix and/or document debounce_callback_test, |
| 18 | + cyclic_event_tests, debounce_filter_test, |
| 19 | + suspend_resume_test_initial, event_test, |
| 20 | + offer_stop_offer_test, allow_reconnects, |
| 21 | + subscribe_notify_test_one_event_two_eventgroups_tcp, |
| 22 | + offer_test_local, debounce_frequency_test, |
| 23 | + test_restart_client_in_loop, offer_test_service |
| 24 | + - Create multicast group test |
| 25 | + |
| 26 | + - unit tests |
| 27 | + - Created udp_server_endpoint_impl unit tests |
| 28 | + - Fix unit tests with boost 1.87+ |
| 29 | + |
| 30 | +- endpoint |
| 31 | + - Fix get_local_port, remove set_local_port |
| 32 | + - Fix multicast leave, add repeat delay |
| 33 | + - Ensure socket closure on dtor |
| 34 | + - Remove duplicate shutdown closure of sockets |
| 35 | + - Add SO_REUSEPORT option to mitigate Address already used issues |
| 36 | + |
| 37 | + - local communication |
| 38 | + - Fix race condition on accept_cbk |
| 39 | + - Improve logs |
| 40 | + - Fix client connect logic due to netlink removal |
| 41 | + |
| 42 | + - external communication |
| 43 | + - Fix race condition usei with on_message_received_unlocked |
| 44 | + - Remove duplicate shutdown closure of sockets on tcp_client_endpoint_impl |
| 45 | + |
| 46 | +- routing |
| 47 | + - Remove remote subscription on connection lost towards host |
| 48 | + |
| 49 | + - routing manager client |
| 50 | + - Remove sender start on init |
| 51 | + - Fix client-side-logging crash |
| 52 | + |
| 53 | +- android |
| 54 | + - Cleanup ifdef ANDROID |
| 55 | + |
3 | 56 | v3.5.8 |
4 | 57 | - android |
5 | 58 | - Possibility to build vsomeip with android NDK |
|
0 commit comments