v2.13.2
Fast DDS v2.13.2
This patch release includes the following fixes and improvements:
- Improve environment variable substitution algorithm (#4236)
- Add large data to the Advanced Configuration example (#4233)
- Discard already processed samples on
PDPListener
(#4268) - Ignore
0x8007
if coming from other vendor (#4291) - TCP unique client announced local port (#4216)
- TCP non-blocking send (#4237)
- TCP Client&Server Participant Decision-Making (#4277)
- Add non-throwing getters for socket info (#4319)
- Add a keyed fragmented change to the reader data instance only when it is completed (#4261)
- Include a variety of terminate process signals handlers in the discovery server (#4278)
- Make DataWriters always send the key hash on keyed topics (#4238)
- Update Fast DDS types with Fast DDS Gen to include
<cstdint>
in v1 types (#4340) - Add serialization for Log::Kind to ostream (#4292)
- Fix wrong log info messages on TCP (#4258)
- Return const reference in
get_log_resources
(#4271) - Remove unnecessary warning (#4217)
- Avoid a maybe-uninitialized warning (#4342)
- Add static cast to an unused variable (#4210)
- Prepare for v3.0.0 branch out (#4294, #4322, #4323)
- Windows CI fixes (#4248, #4356, #4366, #4383)
PRs in merged order:
#4236, #4210, #4233, #4248, #4217, #4258, #4268, #4216, #4291, #4271, #4261, #4294, #4237, #4322, #4323, #4278, #4238, #4356, #4319, #4340, #4342, #4366, #4292, #4277, #4383, #4346