You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rclcpp/CHANGELOG.rst
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
Changelog for package rclcpp
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
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
+
5
14
29.5.7 (2026-02-09)
6
15
-------------------
7
16
* 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>`_)
0 commit comments