Releases: eProsima/Fast-DDS-docs
v2.10.4
Fast DDS Docs v2.10.4
This release includes the following features:
- Authentication Handshake Properties documentation (#704)
- New
max_message_size
property documentation (#776)
This release includes the following improvements:
- Improve History QoS documentation and compatibility rules (#676, #680)
- Improve TCP documentation (#666)
- Improve LARGE_DATA documentation (#707)
- Improve large data docs (#711)
- Rearrange use cases list (#715)
- Improve resource limits documentation (#741)
- Improve python bindings documentation (#765)
- Added release notes from v2.6.8 (#763)
- Document how to annotate members as
@key
in XML types (#756) - Clarify
DomainParticipant
deletion (#760)
This release includes the following fixes:
- TCP socket send buffer limit (#657)
- Predefine
FASTDDS_TODO_BEFORE
to empty so it is ignored on doxygen generation (#693) - Fix statistics data writer profile name (#723)
PRs in merged order:
#657, #676, #666, #693, #707, #711, #715, #704, #723, #680, #741, #765, #763, #756, #760, #776, #780
v2.14.1
Fast DDS Docs v2.14.1
This release includes the following features:
- Add
DATAREADER_QOS_USE_TOPIC_QOS
andDATAWRITER_QOS_USE_TOPIC_QOS
doc (#752) - Add Reception threads configuration example (#754)
- Document how to annotate member as key in XML types (#746)
This release includes the following improvements:
- Improve python bindings documentation (#728)
- Include and update notes with v2.6.8 release (#753)
- Clarify
DomainParticipant
deletion (#758) - Remove ddsentitystatus from docs (#745)
- Update docs to force unlimited
ResourceLimits
if lower or equal to zero (#738) - Update release notes for previous versions:
PRs in merged order:
#734, #733, #735, #738, #745, #746, #758, #754, #752, #743, #753, #728, #769
v2.6.8
Fast DDS Docs v2.6.8
This release includes the following features:
- Authentication Handshake Properties documentation (#705)
This release includes the following improvements:
- Improve TCP documentation (#665)
- Rearrange use cases list (#716)
- Improve large data docs (#712)
- Improve History QoS documentation and compatibility rules (#677)
- Improve LARGE_DATA documentation (#708)
This release includes the following fixes:
- Predefine
FASTDDS_TODO_BEFORE
to empty so it is ignored on doxygen generation (#694) - TCP socket send buffer limit (#658)
PRs in merged order:
#705, #694, #677, #665, #658, #716, #712, #708, #749
v2.13.4
Fast DDS Docs v2.13.4
This release includes the following features:
- Authentication Handshake Properties documentation (#702)
This release includes the following improvements:
- Rearrange use cases list (#713)
- Improve large data docs (#709)
- Predefine
FASTDDS_TODO_BEFORE
to empty so it is ignored on doxygen generation (#691)
This release includes the following fixes:
- Fix release notes typos (#686, #687)
- Fix the statistic data writer profile name in the xml example (#721)
PRs in merged order:
#686, #687, #691, #709, #702, #713, #721, #739
v2.12.2
Fast DDS docs v2.12.2
This release includes the following features:
- Methods to configure transport scenario (#630)
- Define a super client by environment variable (#600)
- Support
Autofill port
(automatic assignation of the port) for TCP transport (#604) - Support TCP for Discovery server CLI and enviroment variable and example (#615)
- TCP socket send buffer limit (#655)
- Authentication Handshake Properties documentation (#703)
- Instruct to install openssl with chocolatey on windows (#626)
- Set 2.11.x as EOL (#672)
This release includes the following improvements:
- Improve
LARGE_DATA
documentation (#706, #710, #668) - Improve History QoS documentation and compatibility rules (#674)
- Rearrange use cases list (#714)
- Bump version to 2.12.2 (#620)
This release includes the following fixes:
- Update requirements.txt dependencies for Sphinx 4.3.1 (#642)
- Fix typo in release notes (#688)
- Predefine
FASTDDS_TODO_BEFORE
to empty so it is ignored on doxygen generation (#692) - Fix Python API generation (#648)
- Modify statistic data writer profile name in the xml file (#722)
- Downgrade cmake version to 3.20 (#727)
- Remove duplicated dependency (#611)
PRs in merged order:
#611, #600, #604, #615, #642, #688, #626, #672, #692, #630, #706, #710, #714, #655, #648, #674, #703, #722, #727, #668, #620
v2.14.0
Fast DDS Docs v2.14.0
This release includes the following new features:
- Add netmask filter transport configuration + interface allowlist and blocklist (#659)
- Extend LARGE_DATA configuration options (#696)
- Allow single listening port on TCP (#717)
- Authentication Handshake Properties documentation (#681)
- Documentation of FASTDDS_EXAMPLE_TESTS CMake option (#697)
- Bump version to 2.14.0 (#683)
- Add 2.14.x to versions.rst (#731)
- Add Fast DDS v2.14.0 release notes (#732)
This release includes the following improvements:
- Clarify how sockets_size affects SHM segment size (#729)
- Squash version release notes (#719)
- Add related versions table (#652)
- Regenerate docs types: Fast DDS Gen v3.3.0 (#689)
- Rearrange use cases list (#700)
- Improve large data docs (#698)
- TCP non_blocking_send moved to TCPTransportDescriptor (#678)
This release includes the following fixes:
- Modify the statistic data writer profile name in the xml file with the right one (#720)
- TCP first message loss (#699)
- Predefine FASTDDS_TODO_BEFORE to empty so it is ignored on doxygen generation (#690)
- Fix release notes typo (#685)
- Fix release notes title (#684)
PRs in merged order:
#683, #684, #685, #690, #678, #697, #698, #681, #700, #717, #699, #652, #689, #696, #719, #720, #659, #729, #731, #732
v2.13.3
v2.11.3
Fast DDS Docs v2.11.3
This release includes the following features:
- Add IDL modules (#572)
- Define a super client by environment variable (#601)
- New tutorial for Multicast PDP + TCP data use case (#608)
- Support
Autofill port
(automatic assignment of a port) for TCP Transport (#605) - TCP support for Discovery server CLI and environment variable and example (#616)
- Expose PayloadPool in DDSDataWriter and
DDSDataReader
(#650) - Methods to configure transport scenarios (#631)
This release also includes the following improvements:
- Clarify custom template usage (#554)
- Fast DDS Python bindings installation in Windows (#563)
- Updatable
disable_positive_acks
period (#568) - Add
is_sample_valid()
checks, references and emphasis (#585) - Instruct to install openssl with chocolatey on windows (#627)
- Improve TCP documentation (#667)
This release includes the following fixes:
- Fix documentation on immutable DataWriterQos (#576)
- Fix GTest version (#582)
- Remove duplicated dependency (#612)
- Update requirements.txt dependencies for sphinx 4.3.1 (#643)
- TCP socket send buffer limit (#656)
PRs in merged order:
#554, #563, #568, #572, #576, #582, #585, #601, #608, #612, #605, #616, #643, #627, #650, #656, #631, #667, #621
v2.13.2
Fast DDS docs v2.13.2
This patch release includes the following improvements:
- Fast DDS v2.13.2 release notes (#669)
- Update TCP documentation (#654)
- TCP socket send buffer limit (#646)
- Update LARGE_DATA
non-blocking-send
documentation (#670) - Fast DDS Gen flat-output-dir option usage (#653)
- Clarify Fast DDS Gen generated files with python bindings (#639)
- Update requirements.txt dependencies for sphinx 4.3.1 (#640)
- Bump git python from 3.1.37 to 3.1.41 in /docs (#637)
- Fix Python API generation (#647)
- Include v2.6.7 & v2.10.3 release notes in master (#651)
PRs in merged order:
#640, #637, #647, #639, #653, #646, #654, #651, #670, #669
v2.10.3
Fast DDS Docs v2.10.3
This release includes the following features:
- User configuration for SHM metatraffic (#536)
- Add IDL modules (#573)
- Multicast PDP + TCP data use case (#609)
- Define a super client by environment variable (#602)
- Support
Autofill port
(automatic assignment of a port) for TCP Transport (#606) - Support TCP for Discovery server CLI and environment variable (#617)
- Methods to configure transport scenarios (#632)
- Expose PayloadPool in DDSDataWriter and DDSDataReader (#649)
This release also includes the following improvements:
- Fast DDS Python bindings installation in Windows (#564)
- Updatable disable_positive_acks period (#567)
- Add
is_sample_valid()
checks, references and emphasis (#586) - Instruct to install openssl with chocolatey on windows (#628)
This release includes the following fixes:
- Fix data type on
bitfield
example (#542) - Fix documentation on immutable DataWriterQos (#577)
- Fix GTest version (#581)
- Remove duplicated dependency (#613)
- Update requirements.txt dependencies for sphinx 4.3.1 (#644)
PRs in merged order:
#542, #536, #564, #567, #573, #577, #581, #586, #613, #609, #602, #606, #617, #628, #644, #632, #649, #622