Skip to content

Commit

Permalink
update release note for Jazzy, rclcpp type support handles. (#4102)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com>
(cherry picked from commit d3adff0)
  • Loading branch information
fujitatomoya authored and mergify[bot] committed Jan 16, 2024
1 parent 2ad57f2 commit e63a50c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions source/Releases/Release-Jazzy-Jalisco.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,24 @@ Release Timeline
New features in this ROS 2 release
----------------------------------

``rclcpp``
^^^^^^^^^^

``rclcpp::get_typesupport_handle`` is deprecated
""""""""""""""""""""""""""""""""""""""""""""""""

The ``rclcpp::get_typesupport_handle`` that extracts message type support handle is deprecated, and will be removed in a future release.
Instead, ``rclcpp::get_message_typesupport_handle`` should be used.

See https://github.com/ros2/rclcpp/pull/2209 for more details.

Type support helper for services
""""""""""""""""""""""""""""""""

New type support helper for services ``rclcpp::get_service_typesupport_handle`` is added to extract service type support handle.

See https://github.com/ros2/rclcpp/pull/2209 for more details.

``ros2cli``
^^^^^^^^^^^

Expand Down

0 comments on commit e63a50c

Please sign in to comment.