Skip to content

Commit 6ee3a55

Browse files
committed
Changelog
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
1 parent 1e95407 commit 6ee3a55

File tree

4 files changed

+35
-0
lines changed

4 files changed

+35
-0
lines changed

rclcpp/CHANGELOG.rst

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

5+
29.6.1 (2025-06-23)
6+
-------------------
7+
* Fix for memory leaks in rclcpp::SerializedMessage (`#2861 <https://github.com/ros2/rclcpp/issues/2861>`_)
8+
* Removed warning test_qos (`#2859 <https://github.com/ros2/rclcpp/issues/2859>`_)
9+
* Added missing chrono includes (`#2854 <https://github.com/ros2/rclcpp/issues/2854>`_)
10+
* get_all_data_impl() does not handle null pointers properly, causing segmentation fault (`#2840 <https://github.com/ros2/rclcpp/issues/2840>`_)
11+
* QoSInitialization::from_rmw does not validate invalid history policy values, leading to silent failures (`#2841 <https://github.com/ros2/rclcpp/issues/2841>`_)
12+
* remove get_notify_guard_condition from NodeBaseInterface. (`#2839 <https://github.com/ros2/rclcpp/issues/2839>`_)
13+
* Removed deprecated StaticSingleThreadedExecutor (`#2835 <https://github.com/ros2/rclcpp/issues/2835>`_)
14+
* Removed deprecated rcpputils Path (`#2834 <https://github.com/ros2/rclcpp/issues/2834>`_)
15+
* Add range constraints for applicable array parameters (`#2828 <https://github.com/ros2/rclcpp/issues/2828>`_)
16+
* Update RingBufferImplementation to clear internal data. (`#2837 <https://github.com/ros2/rclcpp/issues/2837>`_)
17+
* Removed deprecated cancel_sleep_or_wait (`#2836 <https://github.com/ros2/rclcpp/issues/2836>`_)
18+
* Add missing 's' to 'NodeParametersInterface' in doc/comment (`#2831 <https://github.com/ros2/rclcpp/issues/2831>`_)
19+
* subordinate node consistent behavior and update docstring. (`#2822 <https://github.com/ros2/rclcpp/issues/2822>`_)
20+
* Contributors: Alejandro Hernández Cordero, Alex Youngs, Christophe Bedard, Michael Carlstrom, Michael Orlov, Tomoya Fujita
21+
522
29.6.0 (2025-04-25)
623
-------------------
724
* throws std::invalid_argument if ParameterEvent is NULL. (`#2814 <https://github.com/ros2/rclcpp/issues/2814>`_)

rclcpp_action/CHANGELOG.rst

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

55

6+
29.6.1 (2025-06-23)
7+
-------------------
8+
* Replace std::default_random_engine with std::mt19937 (rolling) (`#2843 <https://github.com/ros2/rclcpp/issues/2843>`_)
9+
* Added missing chrono includes (`#2854 <https://github.com/ros2/rclcpp/issues/2854>`_)
10+
* Contributors: Alejandro Hernández Cordero, keeponoiro
11+
612
29.6.0 (2025-04-25)
713
-------------------
814

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.6.1 (2025-06-23)
6+
-------------------
7+
* set thread names by node in component container isolated (`#2871 <https://github.com/ros2/rclcpp/issues/2871>`_)
8+
* Added missing chrono includes (`#2854 <https://github.com/ros2/rclcpp/issues/2854>`_)
9+
* Contributors: Adam Aposhian, Alejandro Hernández Cordero
10+
511
29.6.0 (2025-04-25)
612
-------------------
713

rclcpp_lifecycle/CHANGELOG.rst

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

55

6+
29.6.1 (2025-06-23)
7+
-------------------
8+
* Added missing chrono includes (`#2854 <https://github.com/ros2/rclcpp/issues/2854>`_)
9+
* introduce rcl_lifecycle_get_transition_label_by_id(). (`#2827 <https://github.com/ros2/rclcpp/issues/2827>`_)
10+
* Contributors: Alejandro Hernández Cordero, Tomoya Fujita
11+
612
29.6.0 (2025-04-25)
713
-------------------
814

0 commit comments

Comments
 (0)