8.5.2. What’s Fixed in 4.1.0¶
The following are fixes since Connext Micro 4.0.1.
[Critical]: System-stopping issue, such as a crash or data loss.
[Major]: Significant issue with no easy workaround.
[Minor]: Issue that usually has a workaround.
[Trivial]: Small issue, such as a typo in a log.
- 8.5.2.1. Discovery
- 8.5.2.2. Usability
- 8.5.2.3. Transports
- 8.5.2.4. Reliability Protocol and Wire Representation
- 8.5.2.5. APIs (C or Traditional C++)
- 8.5.2.5.1. [Major] DDS_DomainParticipantFactory_delete_participant was not thread-safe
- 8.5.2.5.2. [Minor] C++ constructor did not allocate memory for Topic and Type names
- 8.5.2.5.3. [Trivial] C++ API Reference contained incorrect <<cert>> references
- 8.5.2.5.4. [Trivial] Non-descriptive API failure messages
- 8.5.2.6. XML Configuration
- 8.5.2.7. Crashes
- 8.5.2.7.1. [Critical] Segmentation fault occurred when an asynchronous publisher tried to send a missing data fragment
- 8.5.2.7.2. [Critical] Segmentation fault occurred when creating or finalizing a DataWriter or DataReader while using asynchronous publication
- 8.5.2.7.3. [Critical] Potential race condition and crash occurred when a DataWriter waited for resources
- 8.5.2.7.4. [Critical] Potential race condition and crash occurred when a DataWriter unmatched with a remote entity
- 8.5.2.7.5. [Minor] Integer overflow when setting MTU lower than 448 bytes
- 8.5.2.8. Hangs
- 8.5.2.9. Memory Leaks/Growth
- 8.5.2.10. Data Corruption
- 8.5.2.11. Interoperability
- 8.5.2.12. Other
- 8.5.2.12.1. [Critical] Lost samples or fragments not repaired when using a flow controller
- 8.5.2.12.2. [Major] Enabling asynchronous publication on DataWriter caused RTPS messages to fail
- 8.5.2.12.3. [Major] Finalizing a participant might have failed when using DPSE
- 8.5.2.12.4. [Major] Samples with meta-information were not delivered to the user if they arrived when history cache was full
- 8.5.2.12.5. [Minor] Flow controllers incorrectly delayed sending packets
- 8.5.2.12.6. [Minor] DataWriters with KEEP_ALL History may not have sent all historical samples
- 8.5.2.12.7. [Trivial] Illegal reflective access warning when running MAG with OpenJDK™ 11
- 8.5.2.12.8. [Trivial] Incorrect example instructions in the User’s Manual
- 8.5.2.12.9. [Trivial] Micro transformation example failed to compile