Skip to content

Commit 9677edb

Browse files
authored
Release 2.0.6 (#1219)
1 parent 201a72b commit 9677edb

14 files changed

Lines changed: 43 additions & 7 deletions

File tree

rosapi/CHANGELOG.rst

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

5+
2.0.6 (2026-04-02)
6+
------------------
7+
58
2.0.5 (2026-03-02)
69
------------------
710

rosapi/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="3">
33
<name>rosapi</name>
4-
<version>2.0.5</version>
4+
<version>2.0.6</version>
55
<description>
66
Provides services for getting various ROS meta-information, including ROS topic, services, interfaces or
77
action servers and managing ROS parameters.

rosapi_msgs/CHANGELOG.rst

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

5+
2.0.6 (2026-04-02)
6+
------------------
7+
58
2.0.5 (2026-03-02)
69
------------------
710

rosapi_msgs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="3">
33
<name>rosapi_msgs</name>
4-
<version>2.0.5</version>
4+
<version>2.0.6</version>
55
<description>Interface definitions for rosapi package.</description>
66

77
<license>BSD</license>

rosbridge_library/CHANGELOG.rst

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

5+
2.0.6 (2026-04-02)
6+
------------------
7+
* fix: Race condition in subscription destruction (backport `#1194 <https://github.com/RobotWebTools/rosbridge_suite/issues/1194>`_) (`#1209 <https://github.com/RobotWebTools/rosbridge_suite/issues/1209>`_)
8+
* feat: Create topic registrations in publish when topic not previously advertised (backport `#1203 <https://github.com/RobotWebTools/rosbridge_suite/issues/1203>`_) (`#1206 <https://github.com/RobotWebTools/rosbridge_suite/issues/1206>`_)
9+
* chore: Re-enable skipped tests (`#1198 <https://github.com/RobotWebTools/rosbridge_suite/issues/1198>`_)
10+
* fix: Deadlock in concurrent module import in ros_loader (backport `#1173 <https://github.com/RobotWebTools/rosbridge_suite/issues/1173>`_) (`#1179 <https://github.com/RobotWebTools/rosbridge_suite/issues/1179>`_) (`#1196 <https://github.com/RobotWebTools/rosbridge_suite/issues/1196>`_)
11+
* feat: Add pep8-naming checks (backport `#1177 <https://github.com/RobotWebTools/rosbridge_suite/issues/1177>`_) (`#1182 <https://github.com/RobotWebTools/rosbridge_suite/issues/1182>`_)
12+
* Contributors: Błażej Sowa, FieldSwan
13+
514
2.0.5 (2026-03-02)
615
------------------
716
* 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>`_)

rosbridge_library/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="3">
33
<name>rosbridge_library</name>
4-
<version>2.0.5</version>
4+
<version>2.0.6</version>
55
<description>
66
The core rosbridge package, responsible for interpreting JSON and performing the appropriate
77
ROS action, like subscribe, publish, call service, and interact with params.

rosbridge_msgs/CHANGELOG.rst

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

5+
2.0.6 (2026-04-02)
6+
------------------
7+
58
2.0.5 (2026-03-02)
69
------------------
710

rosbridge_msgs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="3">
33
<name>rosbridge_msgs</name>
4-
<version>2.0.5</version>
4+
<version>2.0.6</version>
55
<description>Interface definitions for the rosbridge library.</description>
66

77
<author email="achim@intermodalics.eu">Hans-Joachim Krauch</author>

rosbridge_server/CHANGELOG.rst

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

5+
2.0.6 (2026-04-02)
6+
------------------
7+
* fix: Race condition in subscription destruction (backport `#1194 <https://github.com/RobotWebTools/rosbridge_suite/issues/1194>`_) (`#1209 <https://github.com/RobotWebTools/rosbridge_suite/issues/1209>`_)
8+
* feat: Create topic registrations in publish when topic not previously advertised (backport `#1203 <https://github.com/RobotWebTools/rosbridge_suite/issues/1203>`_) (`#1206 <https://github.com/RobotWebTools/rosbridge_suite/issues/1206>`_)
9+
* fix: Race condition in websocket test (backport `#1185 <https://github.com/RobotWebTools/rosbridge_suite/issues/1185>`_) (`#1197 <https://github.com/RobotWebTools/rosbridge_suite/issues/1197>`_)
10+
* fix: Deadlock in concurrent module import in ros_loader (backport `#1173 <https://github.com/RobotWebTools/rosbridge_suite/issues/1173>`_) (`#1179 <https://github.com/RobotWebTools/rosbridge_suite/issues/1179>`_) (`#1196 <https://github.com/RobotWebTools/rosbridge_suite/issues/1196>`_)
11+
* feat: Add timeout parameters to launch (backport `#1174 <https://github.com/RobotWebTools/rosbridge_suite/issues/1174>`_) (`#1195 <https://github.com/RobotWebTools/rosbridge_suite/issues/1195>`_)
12+
* fix: Reduce idle CPU consumption of websocket server (backport `#1040 <https://github.com/RobotWebTools/rosbridge_suite/issues/1040>`_) (`#1171 <https://github.com/RobotWebTools/rosbridge_suite/issues/1171>`_)
13+
* fix: Prevent client destruction race condition (backport `#1183 <https://github.com/RobotWebTools/rosbridge_suite/issues/1183>`_) (`#1190 <https://github.com/RobotWebTools/rosbridge_suite/issues/1190>`_)
14+
* feat: Add pep8-naming checks (backport `#1177 <https://github.com/RobotWebTools/rosbridge_suite/issues/1177>`_) (`#1182 <https://github.com/RobotWebTools/rosbridge_suite/issues/1182>`_)
15+
* Contributors: Błażej Sowa, FieldSwan
16+
517
2.0.5 (2026-03-02)
618
------------------
719

rosbridge_server/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>rosbridge_server</name>
4-
<version>2.0.5</version>
4+
<version>2.0.6</version>
55
<description>A WebSocket interface to rosbridge.</description>
66

77
<license>BSD</license>

0 commit comments

Comments
 (0)