Skip to content

Commit 00e30e3

Browse files
authored
Release 2.2.0 (#1016)
1 parent ceb3f7d commit 00e30e3

File tree

14 files changed

+64
-7
lines changed

14 files changed

+64
-7
lines changed

rosapi/CHANGELOG.rst

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

5+
2.2.0 (2025-02-26)
6+
------------------
7+
* New async rosapi params module implementation (`#1001 <https://github.com/RobotWebTools/rosbridge_suite/issues/1001>`_)
8+
* Update maintainers (`#1000 <https://github.com/RobotWebTools/rosbridge_suite/issues/1000>`_)
9+
* Prevent parameter retrieval crashes (`#978 <https://github.com/RobotWebTools/rosbridge_suite/issues/978>`_)
10+
* Add namespace to services names (`#992 <https://github.com/RobotWebTools/rosbridge_suite/issues/992>`_)
11+
* Add new service to retrieve the different interfaces in the ROS Network (`#988 <https://github.com/RobotWebTools/rosbridge_suite/issues/988>`_)
12+
* Add ament_mypy test and fix all mypy errors (`#980 <https://github.com/RobotWebTools/rosbridge_suite/issues/980>`_)
13+
* Contributors: Błażej Sowa, Lebecque Florian, Mehsias, Matthias Rathauscher, Lebecque Florian
14+
515
2.1.0 (2024-10-08)
616
------------------
717
* Fix invalid import of get_parameter_value in rosapi for ROS2 Jazzy. (`#932 <https://github.com/RobotWebTools/rosbridge_suite/issues/932>`_)

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.1.0</version>
4+
<version>2.2.0</version>
55
<description>
66
Provides service calls for getting ros meta-information, like list of
77
topics, services, params, etc.

rosapi_msgs/CHANGELOG.rst

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

5+
2.2.0 (2025-02-26)
6+
------------------
7+
* New async rosapi params module implementation (`#1001 <https://github.com/RobotWebTools/rosbridge_suite/issues/1001>`_)
8+
* Update maintainers (`#1000 <https://github.com/RobotWebTools/rosbridge_suite/issues/1000>`_)
9+
* Add new service to retrieve the different interfaces in the ROS Network (`#988 <https://github.com/RobotWebTools/rosbridge_suite/issues/988>`_)
10+
* Contributors: Błażej Sowa, Lebecque Florian
11+
512
2.1.0 (2024-10-08)
613
------------------
714

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.1.0</version>
4+
<version>2.2.0</version>
55
<description>
66
Provides service calls for getting ros meta-information, like list of
77
topics, services, params, etc.

rosbridge_library/CHANGELOG.rst

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

5+
2.2.0 (2025-02-26)
6+
------------------
7+
* Default subscriber QOS to BestEffort, account for TRANSIENT_LOCAL (`#991 <https://github.com/RobotWebTools/rosbridge_suite/issues/991>`_)
8+
* Fix action cancelling/aborting (`#1013 <https://github.com/RobotWebTools/rosbridge_suite/issues/1013>`_)
9+
* Fix randomly failing subscribe unsubscribe test (`#1008 <https://github.com/RobotWebTools/rosbridge_suite/issues/1008>`_)
10+
* Update maintainers (`#1000 <https://github.com/RobotWebTools/rosbridge_suite/issues/1000>`_)
11+
* Add timeout option to call_service messages (`#984 <https://github.com/RobotWebTools/rosbridge_suite/issues/984>`_)
12+
* Fix infinite loop in QueueMessageHandler (`#983 <https://github.com/RobotWebTools/rosbridge_suite/issues/983>`_)
13+
* Use monotonic clock for time measuring (`#982 <https://github.com/RobotWebTools/rosbridge_suite/issues/982>`_)
14+
* Add ament_mypy test and fix all mypy errors (`#980 <https://github.com/RobotWebTools/rosbridge_suite/issues/980>`_)
15+
* Drop support for ROS 2 Iron (`#981 <https://github.com/RobotWebTools/rosbridge_suite/issues/981>`_)
16+
* Remove first handler update as queue update is blocked (`#974 <https://github.com/RobotWebTools/rosbridge_suite/issues/974>`_)
17+
* Contributors: Błażej Sowa, Sebastian Castro, ewak, William Wedler, Mike Wake, Daisuke Sato, lboorman
18+
519
2.1.0 (2024-10-08)
620
------------------
721

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.1.0</version>
4+
<version>2.2.0</version>
55
<description>
66
The core rosbridge package, responsible for interpreting JSON andperforming
77
the appropriate ROS action, like subscribe, publish, call service, and

rosbridge_msgs/CHANGELOG.rst

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

5+
2.2.0 (2025-02-26)
6+
------------------
7+
* Update maintainers (`#1000 <https://github.com/RobotWebTools/rosbridge_suite/issues/1000>`_)
8+
* Contributors: Błażej Sowa
9+
510
2.1.0 (2024-10-08)
611
------------------
712

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.1.0</version>
4+
<version>2.2.0</version>
55
<description>Package containing message files</description>
66

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

rosbridge_server/CHANGELOG.rst

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

5+
2.2.0 (2025-02-26)
6+
------------------
7+
* Update maintainers (`#1000 <https://github.com/RobotWebTools/rosbridge_suite/issues/1000>`_)
8+
* Prevent parameter retrieval crashes (`#978 <https://github.com/RobotWebTools/rosbridge_suite/issues/978>`_)
9+
* Call services and send action goals in new threads by default (`#996 <https://github.com/RobotWebTools/rosbridge_suite/issues/996>`_)
10+
* Add timeout option to call_service messages (`#984 <https://github.com/RobotWebTools/rosbridge_suite/issues/984>`_)
11+
* Add ament_mypy test and fix all mypy errors (`#980 <https://github.com/RobotWebTools/rosbridge_suite/issues/980>`_)
12+
* Add namespace and respawn parameters to the nodes in the launch file (`#977 <https://github.com/RobotWebTools/rosbridge_suite/issues/977>`_)
13+
* fix: add url_path parameter in rosbridge_websocket_launch.xml (`#963 <https://github.com/RobotWebTools/rosbridge_suite/issues/963>`_)
14+
* Contributors: Błażej Sowa, Lebecque Florian, Mehsias, Matthias Rathauscher, SeanPai
15+
516
2.1.0 (2024-10-08)
617
------------------
718

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.1.0</version>
4+
<version>2.2.0</version>
55
<description>A WebSocket interface to rosbridge.</description>
66

77
<license>BSD</license>

0 commit comments

Comments
 (0)