Skip to content

Commit 91f47b3

Browse files
committed
Changelog
Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com>
1 parent 376e273 commit 91f47b3

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed

rclcpp/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Changelog for package rclcpp
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
29.5.8 (2026-03-25)
6+
-------------------
7+
* Remove duplicate test cases in TestAnySubscriptionCallback::is_serialized_message_callback (backport `#3104 <https://github.com/ros2/rclcpp/issues/3104>`_) (`#3106 <https://github.com/ros2/rclcpp/issues/3106>`_)
8+
* keep the event alive throught the assertion, preveiting the race. (`#3099 <https://github.com/ros2/rclcpp/issues/3099>`_) (`#3102 <https://github.com/ros2/rclcpp/issues/3102>`_)
9+
* fix: Use default rcl allocator if allocator is std::allocator (`#3069 <https://github.com/ros2/rclcpp/issues/3069>`_) (`#3071 <https://github.com/ros2/rclcpp/issues/3071>`_)
10+
* fix: Various data races in test cases (`#3057 <https://github.com/ros2/rclcpp/issues/3057>`_) (`#3061 <https://github.com/ros2/rclcpp/issues/3061>`_)
11+
* fix: Fix data race in CallbackGroup::size() (`#3056 <https://github.com/ros2/rclcpp/issues/3056>`_) (`#3059 <https://github.com/ros2/rclcpp/issues/3059>`_)
12+
* Contributors: mergify[bot]
13+
514
29.5.7 (2026-02-09)
615
-------------------
716
* include the 1st spin that might throw the exception. (`#3042 <https://github.com/ros2/rclcpp/issues/3042>`_) (`#3044 <https://github.com/ros2/rclcpp/issues/3044>`_)

rclcpp_action/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Changelog for package rclcpp_action
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

55

6+
29.5.8 (2026-03-25)
7+
-------------------
8+
69
29.5.7 (2026-02-09)
710
-------------------
811
* Update exception documentation for goal cancellation in ServerGoalHandle (`#3019 <https://github.com/ros2/rclcpp/issues/3019>`_) (`#3022 <https://github.com/ros2/rclcpp/issues/3022>`_)

rclcpp_components/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package rclcpp_components
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
29.5.8 (2026-03-25)
6+
-------------------
7+
* Avoid unecessary creation of MultiThreadedExecutor (`#3090 <https://github.com/ros2/rclcpp/issues/3090>`_) (`#3094 <https://github.com/ros2/rclcpp/issues/3094>`_)
8+
* Fix component registering in subdirectories (`#3064 <https://github.com/ros2/rclcpp/issues/3064>`_) (`#3074 <https://github.com/ros2/rclcpp/issues/3074>`_)
9+
* Contributors: mergify[bot]
10+
511
29.5.7 (2026-02-09)
612
-------------------
713

rclcpp_lifecycle/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Changelog for package rclcpp_lifecycle
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

55

6+
29.5.8 (2026-03-25)
7+
-------------------
8+
69
29.5.7 (2026-02-09)
710
-------------------
811

0 commit comments

Comments
 (0)