Skip to content

Releases: eProsima/Fast-DDS-docs

v2.10.5

26 Sep 13:51
5519b29
Compare
Choose a tag to compare

Fast DDS Docs v2.10.5

This release includes the following features:

  1. Documentation for XML configuration of flow controllers (#803, #829)

This release includes the following improvements:

  1. Improve build steps in the installation from sources sections (#815)
  2. Add python optional step in binary installation sections (#863)
  3. Include v2.6.9 release notes and 2.6.x maintenance flag (#851)
  4. Add default subscriber profile in ROS 2 XML configuration (#914)
  5. Improve mutation_tries documentation (#905)

CI improvements:

  1. Migrate Fast DDS Docs CI to Github (#835)
  2. Fix issue with Fast DDS and Fast DDS python deduced branches (#841)
  3. Check suprocess return codes on RDT generation (#798)
  4. paths-ignore only ignores modification in markdown files (#878)
  5. Update apt dependencies in ubuntu github CI (#888)

This release includes the following fixes:

  1. Fix code block not been colored after sphinx upgrade (#860)

PRs in merge order:
#815, #835, #841, #798, #851, #863, #860, #878, #888, #905, #803, #829, #914, #919

v3.0.1

13 Sep 11:04
dde11ca
Compare
Choose a tag to compare

Fast DDS Docs v3.0.1

This release includes the following improvements:

  • Improve mutation tries documentation (#768)
  • Bump setuptools from 67.6.0 to 70.0.0 in /docs (#872)
  • Add warning about idls extensibility for Vulcanexus Jazzy (#906)

This release includes the following fixes:

  • Fix bug in initial peers documentation (#896)
  • Fix typo in fastdds discovery section (#894)

PRs in merged order:
#896, #894, #768, #872, #906, #908, #909

v3.0.0

26 Aug 08:44
5b0ee33
Compare
Choose a tag to compare

Fast DDS Docs v3.0.0

This release includes the following features:

  1. Branch-out for fastdds v3.0.0 (#660)(#750)
  2. Update xtypes 1.3 (#730)
  3. New max_message_size property to limit output datagrams size (#770)
  4. Create Participant with default profile using environment XML configuration (#725)
  5. Automatic TypeObject representation registration for DynamicTypes (#778)
  6. Add documentation of netmask filter and max_msg_size_no_frag in TransportConfigQos (#788)
  7. Add XML configuration for FlowControllerDescriptor (#782)
  8. New Api DomainParticipantExtendedQos (#805)
  9. Added test_shared_mem_transport_descriptor to api_reference (#820)
  10. GUIDLess Discovery Server (#751)
  11. Type propagation policy (#880)
  12. Serialize DynamicData to JSON (#844)
  13. Serialize DynamicTypes to IDL (#865)

This release includes the following improvements:

  1. RTPS reader APIs refactor (#791)
  2. RTPS writer APIs refactor (#847)
  3. IPayloadPool refactor (#800)
  4. Gather-send implementation (#724)
  5. TypeObjectRegistry refactor (#792)
  6. RTPS WriterHistory refactor (#826)
  7. Participant discovery data refactor (#874)
  8. TopicDataType refactor (#875)
  9. Remove WriterProxyData from public APIs (#866)
  10. Remove ReaderProxyData from public APIs (#873)
  11. Remove fastrtps fixed_size_string.hpp references and move to fastcdr (#695)
  12. Remove private XML parser APIs (#701)
  13. Rename DLL API exporter FASTDDS_EXPORTED_API (#718)
  14. Migrate classes from include/fastrtps to include/fastdds (#726)
  15. Remove LivelinessData from API reference (#736)
  16. Upgrade python requirements and remove all warnings (#747)
  17. Remove reference to removed constant (#771)
  18. Adjust for removing all redundant headers from include/fastrtps (#737)
  19. Remove RTPSMessageGroup from aliases-api includes (#744)
  20. Move DR TypeConsistencyEnforcement & DataRepresentation from TypeConsistency to DataReaderQos (#779)
  21. Remove Exception api (#785)
  22. Adjust BuiltinEndpoints migration (#784)
  23. Change default logconsumer value to StdoutErr (#790)
  24. Check suprocess return codes on RDT generation (#795)
  25. Remove public ChangeForReader from api reference (#809)
  26. Migrate fastrtps namespace (#813)
  27. Removal of ParameterTypes.h (#810)
  28. Update Fast DDS QoS examples (#781)
  29. Enumerations are traslated to C++ signed integer enumerations (#821)
  30. Adjust for const qualification of all data related inputs in DataWriter APIs (#817)
  31. Complete flow_controller_descriptor references in xml sections (#824)
  32. Adjust for Fast DDS public headers migration to .hpp (#825)
  33. Adjust type in get_dynamic_type_builder_from_xml_by_name to return DynamicTypeBuilder (#818)
  34. Improve build steps in the installation from sources sections (#811)
  35. Update to doxygen 1.9.8 used in Ubuntu 24.04 (#837)
  36. Move Time_t to dds namespace and some Attributes to xmlparser docs (#870)
  37. Remove all code related to FAST CDR v1 (#882)
  38. Github improvements:
    • Update mirror job (#772)
    • Migrate Fast DDS Docs CI to Github (#831)
    • Fix nightly job and move 2.6.x to weekly CI (#845)
    • Fix weekly CI cron expression (#852)
    • Change back Ubuntu versions for CI and RTD (#857)
    • Add python optional step in binary installation sections (#853)
    • CI: paths-ignore only ignores modification in markdown files (#876)
    • Set update apt dependencies to true in ubuntu github ci (#886)

This release includes the following fixes:

  1. Fix issue with Fast DDS and Fast DDS python deduced branches (#838)
  2. Fix spelling due to new class introduced in Fast DDS (#854)
  3. Fix code block not been colored after sphinx upgrade (#846)
  4. Fix Large data usecase flowcontrollers XML snippet (#794)
  5. Misspell DataReaderHistory Update architecture.rst (#864)
  6. Fix README and standardQosPolicies (#881)
  7. Fix example links (#895)

PRs in merged order:
#660, #695, #701, #718, #726, #736, #725, #730, #747, #750, #772, #771, #770, #778, #737, #744, #779, #783, #788, #785, #782, #784, #790, #795, #809, #791, #800, #724, #792, #813, #810, #781, #821, #817, #805, #820, #823, #824, #825, #826, #831, #838, #751, #818, #811, #807, #845, #837, #848, #852, #854, #857, #846, #847, #853, #844, #865, #869, #871, #866, #876, #875, #873, #870, #874, #794, #864, #882, #880, #881, #886, #890, #893, #895, #884

v2.13.6

12 Jul 08:40
9ce89d1
Compare
Choose a tag to compare

Fast DDS Docs v2.13.6

This release includes the following improvements:

  • Add XML configuration for FlowControllerDescriptor (#802)
  • Complete FlowControllerDescriptor references in xml sections (#828)
  • Improve build steps in the installation from sources sections (#814)
  • Add python optional step in binary installation sections (#862)
  • Check subprocess return codes on RDT generation (#797)
  • Include v2.6.9 release notes and 2.6.x maintenance flag (#850)
  • Github CI management:
    • Migrate Fast DDS Docs CI to Github (#834)
    • Fix issue with Fast DDS and Fast DDS python deduced branches (#840)

This release includes the following fixes:

  • Fix code block not been colored after sphinx upgrade (#859)

PRs in merged order:
#814, #834, #840, #797, #850, #862, #859, #802, #828, #868

v2.14.3

11 Jul 13:18
781693d
Compare
Choose a tag to compare

Fast DDS Docs v2.14.3

This release includes the following improvements:

  1. Include v2.6.9 release notes and mark 2.6.x under maintenance support (#849)
  2. Add python optional step in binary installation sections (#861)

This release includes the following fixes:

  1. Fix master references in stable version (#855)
  2. Fix code block not been colored after sphinx upgrade (#858)

PRs in merged order:
#849, #855, #858, #861, #867

v2.6.9

04 Jul 13:20
e7fe9bf
Compare
Choose a tag to compare

Fast DDS Docs v2.6.9

This release includes the following features:

  1. New max_message_size property to limit output datagrams size (#777)
  2. Add XML configuration for FlowControllerDescriptor to 2.x (#804)

This release includes the following improvements:

  1. Improve python bindings documentation (#766)
  2. Clarify DomainParticipant deletion (#761)
  3. Improve build steps in the installation from sources sections (#816)
  4. Document how to annotate members as key in XML types (#757)
  5. Migrate Fast DDS Docs CI to Github (#836)

This release includes the following fixes:

  1. Fix issue with Fast DDS and Fast DDS python deduced branches (#842)

PRs in merged order:
#766, #761, #816, #757, #777, #804, #836, #842, #843

v2.14.2

03 Jul 10:30
c3c595b
Compare
Choose a tag to compare

Fast DDS Docs v2.14.2

This release includes the following features:

  1. Add XML configuration for FlowControllerDescriptor (#793, #827)
  2. New max_message_size property to limit output datagrams size (#774)

This release includes the following improvements:

  1. Improve build steps in the installation from sources sections (#812)
  2. Make explicit the need to keep alive the FlowControllerDescriptor name (#806)
  3. Add missing documentation of NetmaskFilter and max_msg_size_no_frag in TransportConfigQos (#789)
  4. Add notes from v2.10.4 (#786)
  5. Update mirror job (#773)
  6. CI improvements (#833, #839)
  7. Improve RTD API reference generation process (#796)

PRs in merged order:

#773, #774, #786, #789, #793, #806, #812, #819, #833, #796, #839, #827

v2.13.5

06 Jun 14:51
c466f99
Compare
Choose a tag to compare

Fast DDS Docs v2.13.5

This release includes the following features in an ABI compatible manner:

  1. New max_message_size property to limit output datagrams size (#775)

This release includes the following improvements:

  1. Improve python bindings documentation (#764)
  2. Update docs to force unlimited ResourceLimits if lower or equal to zero (#740)
  3. Document how to annotate members as key in XML types (#755)
  4. Clarify DomainParticipant deletion (#759)
  5. Remove ddsentitystatus from docs (#748)
  6. Add notes from v2.10.4 (#787)
  7. Include v2.6.8 release notes (#762)

PRs in merged order:

#740, #759, #762, #764, #755, #748, #775, #787, #801

v2.10.4

23 May 08:59
6c76171
Compare
Choose a tag to compare

Fast DDS Docs v2.10.4

This release includes the following features:

  1. Authentication Handshake Properties documentation (#704)
  2. New max_message_size property documentation (#776)

This release includes the following improvements:

  1. Improve History QoS documentation and compatibility rules (#676, #680)
  2. Improve TCP documentation (#666)
  3. Improve LARGE_DATA documentation (#707)
  4. Improve large data docs (#711)
  5. Rearrange use cases list (#715)
  6. Improve resource limits documentation (#741)
  7. Improve python bindings documentation (#765)
  8. Added release notes from v2.6.8 (#763)
  9. Document how to annotate members as @key in XML types (#756)
  10. Clarify DomainParticipant deletion (#760)

This release includes the following fixes:

  1. TCP socket send buffer limit (#657)
  2. Predefine FASTDDS_TODO_BEFORE to empty so it is ignored on doxygen generation (#693)
  3. 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

13 May 06:44
2c1cad4
Compare
Choose a tag to compare

Fast DDS Docs v2.14.1

This release includes the following features:

  1. Add DATAREADER_QOS_USE_TOPIC_QOS and DATAWRITER_QOS_USE_TOPIC_QOS doc (#752)
  2. Add Reception threads configuration example (#754)
  3. Document how to annotate member as key in XML types (#746)

This release includes the following improvements:

  1. Improve python bindings documentation (#728)
  2. Include and update notes with v2.6.8 release (#753)
  3. Clarify DomainParticipant deletion (#758)
  4. Remove ddsentitystatus from docs (#745)
  5. Update docs to force unlimited ResourceLimits if lower or equal to zero (#738)
  6. Update release notes for previous versions:
    1. Include v2.13.4 release notes (#743)
    2. Remove latest mark from 2.13.3 (#734)
    3. Set 2.12.x as EOL (#733)
    4. Include Fast DDS v2.12.2 release notes (#735)

PRs in merged order:

#734, #733, #735, #738, #745, #746, #758, #754, #752, #743, #753, #728, #769