Skip to content

Releases: eProsima/Fast-DDS-docs

v2.3.5

24 Nov 08:50
fd1053d
Compare
Choose a tag to compare

This release includes the following features:

  • Update of release notes according to improvements and bug fixes introduced since the Fast DDS release v2.3.4.

v2.1.2

28 Jul 05:25
f5e11d4
Compare
Choose a tag to compare

This release includes the following features:

  1. Update of release notes according to improvements and bug fixes introduced since the Fast DDS release v2.1.1.

v2.7.0

05 Jul 09:43
efffe9f
Compare
Choose a tag to compare

This release adds the following features:

  • Add documentation for DDS SampleRejectedStatus API (#372)
  • Add SNI configuration to TLSConfig (#375)

It also includes the following improvements:

  • Change to use CMake instead of make on installation guides. (#376)
  • Clarify SHM usage when other transports are enabled (#374)
  • Address for renamings in examples directories (#369)

PRs in merge order:
#372, #375, #376, #374, #369

v2.6.1

09 Jun 14:51
a63c778
Compare
Choose a tag to compare

This release adds the following features:

  1. Content Filter Topic documentation (#361)
  2. DDS Router description in Fast DDS Suite (#364)
  3. Mark v2.4 as EOL (#365)
  4. SampleLostStatus and on_sample_lost documentation (#370)

It also includes the following improvements:

  1. Clarify -python option in Fast DDS-Gen (#366)
  2. API reference improvements (#367)
  3. Clarify Fast DDS-Gen builtin annotations support (#368)
  4. Impove Linux installation from sources guide (#325)
  5. Clarify Fast DDS-Python dependency from SWIG (#371)

PRs in merge order:
#361, #364, #363, #365, #366, #367, #371, #368, #370, #325, #373

v2.6.0

17 Mar 08:37
5a21502
Compare
Choose a tag to compare

This release adds the following features:

  1. Add disable_positive_acks to Static Discovery XML (#2355)
  2. Add physical information in DATA[P] using properties (#349)
  3. Content filter allocation limits QoS (#353)
  4. Transmit Queue Length configuration on Linux platforms (#341)
  5. New CMake option: APPEND_PROJECT_NAME_TO_INCLUDEDIR (#355)
  6. XML support for Fast DDS CLI (#351)
  7. New exchange format to reduce bandwidth in Static Discovery (#358)
  8. Add Transport Layer API reference (#356)

It also includes the following improvements:

  1. Add mirror workflow to keep master and current branch synchronized (#347)
  2. Add tabs (#349, #354)
  3. Support for octet vectors on XML parser (#357)
  4. Update ROS 2 information (#359)

PRs in merge order:
#347, #310, #352, #349, #353, #354, #357, #341, #355, #351, #358, #359, #356, #360, #348

v2.5.1

28 Feb 14:07
a99bc8c
Compare
Choose a tag to compare

This release includes the following improvements:

  1. Instances conceptual explanation (#324, #327, #331)
  2. eProsima DDS Record and Replay (#326, #328)
  3. Release lifecycle (#321)
  4. Add Python API reference and example (#318, #344, #320)

This release includes the following bugfixes:

  1. Support for IDL maps clarification (#316)
  2. Several Doxygen fixes (#317, #345, #329)
  3. Relocate specifying locator addresses using names (#319)
  4. Scope and caveats of dynamic network interfaces (#322)
  5. Fix source installation instructions (#343, #339, #342, #332)

PRs in merge order:
#316, #317, #319, #324, #327, #326, #321, #322, #318, #328, #343, #339, #344, #342, #320, #332, #345, #331, #329

v2.5.0

23 Dec 13:41
91900a9
Compare
Choose a tag to compare

This release adds the following features:

  1. Chaining transports (#300)
  2. Load XML from string (#303)
  3. Add section about disable_heartbeat_piggyback (#306)
  4. Add python bindings section to Fast DDS-Gen documentation (#314)
  5. Add PKCS#11 support section and dependencies installation (#296)
  6. Add dynamic network interfaces use case (#301)

This release includes the following improvements:

  1. Add listener hierarchy notice to DataReader and Subscriber listeners (#305)
  2. Add a note about the relationship between DurabilityQosPolicy and ReliabilityQosPolicy (#308)
  3. Generate ReadTheDocs documentation on Ubuntu focal (#311)
  4. Add support for PlantUML diagrams (#300, #312)
  5. Upgrade dependencies (#302, #304)

This release includes the following bugfixes:

  1. Fix instructions for installing locally from sources in Windows (#307)
  2. Remove old CMake options (#309)

PRs in merge order:
#302, #304, #305, #300, #308, #309, #306, #301, #311, #312, #303, #307, #296, #314

v2.4.1

29 Nov 09:00
a57d972
Compare
Choose a tag to compare

This release includes the following improvements:

  1. Update mutable DomainParticipant QoS policies (#289)
  2. Add docker image documentation (#290)
  3. Add documentation for delete_contained_entities (#291)
  4. Partitions on DataWriterQoS and DataReaderQoS (#294)

This release includes the following bugfixes:

  1. Fix linux environmental variable quotes (#287)
  2. Clarify dynamic addition of servers usage (#292)
  3. Clarifications on xml profiles' documentation (#293)
  4. Clarifications on Initial Peers without port (#295)

PRs in merge order:
#289, #291, #290, #287, #292, #294, #293, #295, #297

v2.4.0

21 Sep 12:00
f39df94
Compare
Choose a tag to compare

This release adds the following features:

  1. Conditions and waitsets (#279)
  2. Dynamic addition of discovery servers (#281)
  3. Using DNS names for discovery servers (#282)
  4. FASTDDS_ENVIRONMENT_FILE (#283)
  5. New flow controllers (#284)

This release includes the following improvements:

  1. Documentation on listener callbacks conflicts (#280)
  2. Add Fast DDS Gen -cs argument documentation (#278)
  3. Changes on recommended statistics DataWriterQoS (#285)

This release includes the following bugfixes:

  1. Fixed some typos (#276)

PRs in merge order:

#280, #281, #282, #279, #278, #276, #284, #285, #283, #286

v2.3.4

02 Aug 08:13
94b8c6e
Compare
Choose a tag to compare

This release includes the following improvements:

  1. Explain a limitation with datasharing and Datareader's history depth [11846] (#270)
  2. Clarify behaviour of logInfo depending on defines and cmake options (#274)

This release includes the following bugfixes:

  1. Fix Liveliness lease duration compatibility rule (#272)
  2. Fixed documentation about how to build tests (#273)
  3. Remove unsupported warning on deadline statuses (#271)

PRs in merge order:

#270, #272, #273, #274, #271