|
1 | 1 | Changes |
2 | 2 | ======= |
| 3 | +v3.5.11 |
| 4 | +- global |
| 5 | + - Add basic watchdog to track if stop offers are sent to the |
| 6 | + network for externally offered services. |
| 7 | + - Fixed issue of cached values not being properly updated. |
| 8 | + - Add predicate to condition variables. |
| 9 | + - Minor code clean-ups. |
| 10 | + - Minor logging improvements. |
| 11 | + |
| 12 | +- endpoint |
| 13 | + - Stop servers during suspend to avoid dangling connections. |
| 14 | + - set SO_LINGER to 0 on local tcp client endpoints to avoid |
| 15 | + sockets in TIME_WAIT state. |
| 16 | + - Adapted condition variable for multicast operations. |
| 17 | + - Wait for unacknowledged data on all TCP endpoints. |
| 18 | + - Update the error handling for local communication to synchronize |
| 19 | + IO operations errors and state. |
| 20 | + |
| 21 | +- routing |
| 22 | + - Only check ACL and process messages if the address is specified. |
| 23 | + - Force client to go to "Initial Wait Phase" when TTL expires. |
| 24 | + - Return when receiving a message on an invalid port/instance. |
| 25 | + - Prevent race condition on insert_subscription. |
| 26 | + |
| 27 | +- tests |
| 28 | + - network tests |
| 29 | + - Fix and/or document subscribe_notify_test_one tests, |
| 30 | + restart_routing, subscribe_notify_test_diff_clients, |
| 31 | + security_test, offered_services_info, multigroup test |
| 32 | + - Add boardnet_initial_event test, cached_event test |
| 33 | + - Fix reuse address issues in tests |
| 34 | + |
3 | 35 | v3.5.10 |
4 | 36 | - global |
5 | 37 | - Resolve build error when compiling using gcc 9. |
|
0 commit comments