Skip to content

Commit

Permalink
6.2.4
Browse files Browse the repository at this point in the history
Signed-off-by: Audrow Nash <audrow@intrinsic.ai>
  • Loading branch information
audrow committed Sep 19, 2023
1 parent 7cde7fb commit 4b0f30f
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 3 deletions.
6 changes: 6 additions & 0 deletions rmw_fastrtps_cpp/CHANGELOG.rst
Expand Up @@ -2,6 +2,12 @@
Changelog for package rmw_fastrtps_cpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

6.2.4 (2023-09-19)
------------------
* Fix incoherent dissociate_writer to dissociate_reader (`#647 <https://github.com/ros2/rmw_fastrtps/issues/647>`_) (`#649 <https://github.com/ros2/rmw_fastrtps/issues/649>`_) (`#651 <https://github.com/ros2/rmw_fastrtps/issues/651>`_)
* update fast-dds version into 2.6.2. (`#702 <https://github.com/ros2/rmw_fastrtps/issues/702>`_)
* Contributors: Tomoya Fujita, mergify[bot]

6.2.3 (2023-07-18)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rmw_fastrtps_cpp/package.xml
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rmw_fastrtps_cpp</name>
<version>6.2.3</version>
<version>6.2.4</version>
<description>Implement the ROS middleware interface using eProsima FastRTPS static code generation in C++.</description>
<maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
Expand Down
6 changes: 6 additions & 0 deletions rmw_fastrtps_dynamic_cpp/CHANGELOG.rst
Expand Up @@ -2,6 +2,12 @@
Changelog for package rmw_fastrtps_dynamic_cpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

6.2.4 (2023-09-19)
------------------
* Fix incoherent dissociate_writer to dissociate_reader (`#647 <https://github.com/ros2/rmw_fastrtps/issues/647>`_) (`#649 <https://github.com/ros2/rmw_fastrtps/issues/649>`_) (`#651 <https://github.com/ros2/rmw_fastrtps/issues/651>`_)
* update fast-dds version into 2.6.2. (`#702 <https://github.com/ros2/rmw_fastrtps/issues/702>`_)
* Contributors: Tomoya Fujita, mergify[bot]

6.2.3 (2023-07-18)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rmw_fastrtps_dynamic_cpp/package.xml
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rmw_fastrtps_dynamic_cpp</name>
<version>6.2.3</version>
<version>6.2.4</version>
<description>Implement the ROS middleware interface using introspection type support.</description>
<maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
Expand Down
9 changes: 9 additions & 0 deletions rmw_fastrtps_shared_cpp/CHANGELOG.rst
Expand Up @@ -2,6 +2,15 @@
Changelog for package rmw_fastrtps_shared_cpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

6.2.4 (2023-09-19)
------------------
* Delay lock on message callback setters (`#657 <https://github.com/ros2/rmw_fastrtps/issues/657>`_) (`#661 <https://github.com/ros2/rmw_fastrtps/issues/661>`_)
* Fix incoherent dissociate_writer to dissociate_reader (`#647 <https://github.com/ros2/rmw_fastrtps/issues/647>`_) (`#649 <https://github.com/ros2/rmw_fastrtps/issues/649>`_) (`#651 <https://github.com/ros2/rmw_fastrtps/issues/651>`_)
* Call callbacks only if unread count > 0 (`#634 <https://github.com/ros2/rmw_fastrtps/issues/634>`_) (`#638 <https://github.com/ros2/rmw_fastrtps/issues/638>`_)
* Use DataWriter Qos to configure max_blocking_time on rmw_send_response (`#704 <https://github.com/ros2/rmw_fastrtps/issues/704>`_) (`#707 <https://github.com/ros2/rmw_fastrtps/issues/707>`_)
* update fast-dds version into 2.6.2. (`#702 <https://github.com/ros2/rmw_fastrtps/issues/702>`_)
* Contributors: Tomoya Fujita, mergify[bot]

6.2.3 (2023-07-18)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rmw_fastrtps_shared_cpp/package.xml
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rmw_fastrtps_shared_cpp</name>
<version>6.2.3</version>
<version>6.2.4</version>
<description>Code shared on static and dynamic type support of rmw_fastrtps_cpp.</description>
<maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
Expand Down

0 comments on commit 4b0f30f

Please sign in to comment.