|
1 | 1 | Changes
|
2 | 2 | =======
|
3 | 3 |
|
| 4 | +v3.5.1 |
| 5 | +- Restructure Network Tests CMakeLists |
| 6 | +- policy.cpp unit test |
| 7 | +- Remove deprecated usage of byteorder and use bithelper |
| 8 | +- unblock endpoint when closing it |
| 9 | +- Find_Debounce_Time made configurable |
| 10 | +- Check if configuration_ pointer exists before using |
| 11 | +- Initialize routing_state_ |
| 12 | +- Solved data race in configuration_impl class |
| 13 | +- utility.cpp unit tests |
| 14 | +- unit tests payload_impl |
| 15 | +- unit tests serializer |
| 16 | +- unit tests deserializer |
| 17 | +- Unit Tests for policy_manager_impl.cpp |
| 18 | +- Unit Test - Routing Manager set_routing_state |
| 19 | +- Move documentation to markdown |
| 20 | +- clang-format to verify the code vsomeip-lib |
| 21 | +- fix deadlock with event and message debounce feature |
| 22 | +- disabled some groups of tests |
| 23 | +- Try to force connection reset on suspend |
| 24 | +- Call availability handler on request service instance |
| 25 | +- Handle endpoint queue size underflow |
| 26 | +- Add Valgrind massif tool |
| 27 | +- Create new train after scheduling to avoid duplicate messages |
| 28 | +- Re-Added offer_tests group in all sanitizers tests |
| 29 | +- removed extra DLT logs of the policies print |
| 30 | +- COVESA-615: vsomeip.lck file not removed upon application termination |
| 31 | +- COVESA-527: Locally switch off -Wstringop-overflow |
| 32 | +- Create network regression test for specific issue |
| 33 | +- Change IndentPPDirectives rule in clang-format |
| 34 | +- applied auto in some identified lines by sonarqube |
| 35 | +- Add Valgrind memcheck |
| 36 | +- Ensure buffer is valid before de-referencing pointer |
| 37 | +- Renaming folder test and fixing typos |
| 38 | +- Fix minor formatting issues from some commits |
| 39 | +- Adds interger overflow check |
| 40 | +- Adds application name on cout logs |
| 41 | +- Adding helgrind, to test output |
| 42 | +- Boost 1.65 cleanup |
| 43 | +- network_test - Offer Stop Offer test |
| 44 | +- Support host name (env) for internal TCP communication |
| 45 | +- Remove cached configuration after app stops |
| 46 | +- Optimize tests/network-tests/CMakeLists.txt |
| 47 | +- Check if pointer exists before dereferencing it |
| 48 | +- avoid requiring valgrind locally |
| 49 | +- Fix Lock-Order-Inversion in policy_manager_impl |
| 50 | +- Revert "Fix to not ignore stop offers when sd acceptance is not required" |
| 51 | +- Fix timeout on offer_stop_offer test |
| 52 | +- Restore config_plugin_impl mutex |
| 53 | +- Rework [STOP_]OFFER command handling |
| 54 | +- some-tp memory consumption increasing fast |
| 55 | +- Remove dlt traces from memory_test |
| 56 | +- restart_routing_test enabled |
| 57 | +- Fix cyclic events |
| 58 | +- Tracing LOI |
| 59 | +- improve connection log on error path |
| 60 | +- added subscribe_notify groups to non-leak verification |
| 61 | +- Relocate hostname config command |
| 62 | +- allow subscribeACK if at least one offer was sent by SD |
| 63 | +- Improve "end of file" error handling |
| 64 | +- Update Clang-Format to Version 18 |
| 65 | +- Debounce tests fix |
| 66 | +- Wireshark dissector for vsomeip protocol |
| 67 | +- Remove logging on operation cancel in connect_cbk |
| 68 | +- Add additional info on failure to open TCP port |
| 69 | +- Implementation of SOMEIPSD_00577 |
| 70 | +- Refactor how niceness values are applied to threads |
| 71 | +- prevent race between event expiration/forwarding |
| 72 | +- Fix subscribe_notify_one tests |
| 73 | +- Fix missing/blocked subscription requests |
| 74 | +- change references to C++14 into C++17 |
| 75 | +- Explicitly check whether an endpoint is in use |
| 76 | +- Enabled all network tests with whitelist |
| 77 | +- Fix target client id in local_send |
| 78 | +- remove redundants package import definitions |
| 79 | +- run unit tests on windows |
| 80 | +- Fix debounce network tests |
| 81 | +- type upgrade and temporary disable of test for QNX build |
| 82 | +- Force abort hanging detached threads |
| 83 | +- Application tests fix |
| 84 | +- Remove behavior from catch block in ~message |
| 85 | +- Stop/Start (network) endpoints on suspend/resume |
| 86 | +- Reduce the number of copy operations on event payloads |
| 87 | +- Sets linger to 0 in local tcp clients |
| 88 | +- Prevent exception re-throw in ~message |
| 89 | +- remove linger on local_tcp |
| 90 | +- Fix android traces build |
| 91 | +- Introduce stateful availability handler |
| 92 | +- Update the availability state |
| 93 | +- Reintroduces the TIME_WAIT for ltcei |
| 94 | +- Faster handlers lookup |
| 95 | +- Increase app registration timeout |
| 96 | +- Force endpoint restart if re registering |
| 97 | +- fix semaphore logs |
| 98 | +- fix compile issue with pthreads in android |
| 99 | +- Disabling set routing state unit test |
| 100 | +- Fixing get_policy_manager error with security disabled |
| 101 | + |
4 | 102 | v3.5.0
|
5 | 103 | - Load Policies Lazy Load
|
6 | 104 | - Test - Processing SD messages with unknown type option
|
|
0 commit comments