Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions rosapi/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosapi
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.5 (2026-03-02)
------------------

2.0.4 (2025-11-20)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rosapi/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>rosapi</name>
<version>2.0.4</version>
<version>2.0.5</version>
<description>
Provides services for getting various ROS meta-information, including ROS topic, services, interfaces or
action servers and managing ROS parameters.
Expand Down
3 changes: 3 additions & 0 deletions rosapi_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosapi_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.5 (2026-03-02)
------------------

2.0.4 (2025-11-20)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rosapi_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>rosapi_msgs</name>
<version>2.0.4</version>
<version>2.0.5</version>
<description>Interface definitions for rosapi package.</description>

<license>BSD</license>
Expand Down
7 changes: 7 additions & 0 deletions rosbridge_library/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package rosbridge_library
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.5 (2026-03-02)
------------------
* fix: numpy.ndarray not handled in CBOR serialization (backport `#1161 <https://github.com/RobotWebTools/rosbridge_suite/issues/1161>`_) (`#1163 <https://github.com/RobotWebTools/rosbridge_suite/issues/1163>`_)
* fix: Handle action rejection and server timeout (backport `#1139 <https://github.com/RobotWebTools/rosbridge_suite/issues/1139>`_) (`#1156 <https://github.com/RobotWebTools/rosbridge_suite/issues/1156>`_)
* fix: Failing service and subscription tests (backport `#1147 <https://github.com/RobotWebTools/rosbridge_suite/issues/1147>`_) (`#1155 <https://github.com/RobotWebTools/rosbridge_suite/issues/1155>`_)
* Contributors: Błażej Sowa, Spir0u, atofetti-botbot

2.0.4 (2025-11-20)
------------------
* fix: Apply service timeout parameter correctly (backport `#1125 <https://github.com/RobotWebTools/rosbridge_suite/issues/1125>`_) (`#1130 <https://github.com/RobotWebTools/rosbridge_suite/issues/1130>`_)
Expand Down
2 changes: 1 addition & 1 deletion rosbridge_library/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>rosbridge_library</name>
<version>2.0.4</version>
<version>2.0.5</version>
<description>
The core rosbridge package, responsible for interpreting JSON and performing the appropriate
ROS action, like subscribe, publish, call service, and interact with params.
Expand Down
3 changes: 3 additions & 0 deletions rosbridge_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosbridge_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.5 (2026-03-02)
------------------

2.0.4 (2025-11-20)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rosbridge_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>rosbridge_msgs</name>
<version>2.0.4</version>
<version>2.0.5</version>
<description>Interface definitions for the rosbridge library.</description>

<author email="achim@intermodalics.eu">Hans-Joachim Krauch</author>
Expand Down
3 changes: 3 additions & 0 deletions rosbridge_server/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosbridge_server
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.5 (2026-03-02)
------------------

2.0.4 (2025-11-20)
------------------
* fix: Use correct type for delay_between_messages parameter in launch file (backport `#1126 <https://github.com/RobotWebTools/rosbridge_suite/issues/1126>`_) (`#1132 <https://github.com/RobotWebTools/rosbridge_suite/issues/1132>`_)
Expand Down
2 changes: 1 addition & 1 deletion rosbridge_server/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>rosbridge_server</name>
<version>2.0.4</version>
<version>2.0.5</version>
<description>A WebSocket interface to rosbridge.</description>

<license>BSD</license>
Expand Down
3 changes: 3 additions & 0 deletions rosbridge_suite/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosbridge_suite
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.5 (2026-03-02)
------------------

2.0.4 (2025-11-20)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rosbridge_suite/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>rosbridge_suite</name>
<version>2.0.4</version>
<version>2.0.5</version>
<description>
Rosbridge provides a JSON API to ROS functionality for non-ROS programs.
There are a variety of front ends that interface with rosbridge, including
Expand Down
3 changes: 3 additions & 0 deletions rosbridge_test_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosbridge_test_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.5 (2026-03-02)
------------------

2.0.4 (2025-11-20)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rosbridge_test_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>rosbridge_test_msgs</name>
<version>2.0.4</version>
<version>2.0.5</version>
<description>
Message and service definitions used in internal tests for rosbridge packages.
</description>
Expand Down