- [Java] Fix Archive regression where sending descriptors (i.e. AeronArchive#listRecording, AeronArchive#listRecordings, AeronArchive#listRecordingsForUri, AeronArchive#listRecordingSubscriptions) could result in corrupted or duplicate data to be returned.
- [C] Fix incorrect aeron_array_fast_unordered_remove usages in the client conductor. (#1728)
- [Java/C] Send a new NAK if the gap length changes. (#1729)
- [Java] Update the archiveId in the mark file if it is set when concluding the context. (#1726)
- [Java] Fix java system test on Alpine (musl libc). (#1734)
- [C] Fix var-args bug in error reporting.
- [C++] add aeronDir() method for context. (#1725)
- [C++] Fix the issue with .h file imports in aeron-client cpp_wrapper. (#1727)
- [Java] Upgrade to ByteBuddy 1.16.1.