Releases: eProsima/Fast-CDR
Releases · eProsima/Fast-CDR
v2.2.6
Fast CDR v2.2.6
This patch release includes the following fixes:
- Do not inline DLL exported methods (#210)
- Fail when trying to serialize
std::string
with null characters on its content (#245, #249) - Fix build error with Visual Studio 2015 in
optional_storage
template (#234) - Fix
cmake
generator evaluation (#251)
It also has the following improvements:
- Support informing of ending padding by setting encoding options' least significant bits (#244)
- Use assign for deserialize instead of temporary
std::string
(#241) - Update commercial support section in project README (#243)
- Changes related with EOL of 2.1.x, 2.0.x, and 1.1.x (#242, #248, #256)
Improvements on CI:
- Fix windows default version and vs-toolset default input (#250)
- Allow to run CI on external contributions (#254)
PRs in merged order:
#242, #243, #244, #245, #210, #249, #234, #250, #251, #248, #254, #241, #256, #258
v2.2.5
v2.2.4
v2.2.3
v2.2.2
v2.2.1
v2.2.0
Fast CDR v2.2.0
This minor release includes the following new features:
This minor release includes the following fixes and improvements:
- Fix warning on Windows (#191)
- Migrate Github actions to eProsima-CI (#195)
- Add macOS to Github actions testing (#197)
- Fix wchar deserialize error when swaping the bytes (#186)
- Add doxygen_modules.h header file (#194)
- Add support for building tests within an ament context (#200)
PRs in merged order:
#191, #195, #192, #197, #199, #186, #194, #200, #201