Skip to content

Commit e5a672f

Browse files
authored
Release 2.3.0 (#1034)
1 parent 005747b commit e5a672f

File tree

14 files changed

+38
-7
lines changed

14 files changed

+38
-7
lines changed

rosapi/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
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.3.0 (2025-05-19)
6+
------------------
7+
* Handle extra IDL slots when doing array introspection (`#1031 <https://github.com/RobotWebTools/rosbridge_suite/issues/1031>`_)
8+
* Add services to return Action interface details (`#1021 <https://github.com/RobotWebTools/rosbridge_suite/issues/1021>`_)
9+
* Fix array-like parameter serialization in rosbridge get_param (`#1018 <https://github.com/RobotWebTools/rosbridge_suite/issues/1018>`_)
10+
* Contributors: David Fernàndez López, Noah Wardlow, Scott Bell, Błażej Sowa
11+
512
2.2.0 (2025-02-26)
613
------------------
714
* New async rosapi params module implementation (`#1001 <https://github.com/RobotWebTools/rosbridge_suite/issues/1001>`_)

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.2.0</version>
4+
<version>2.3.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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package rosapi_msgs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.3.0 (2025-05-19)
6+
------------------
7+
* Add services to return Action interface details (`#1021 <https://github.com/RobotWebTools/rosbridge_suite/issues/1021>`_)
8+
* Contributors: David Fernàndez López
9+
510
2.2.0 (2025-02-26)
611
------------------
712
* New async rosapi params module implementation (`#1001 <https://github.com/RobotWebTools/rosbridge_suite/issues/1001>`_)

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.2.0</version>
4+
<version>2.3.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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package rosbridge_library
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.3.0 (2025-05-19)
6+
------------------
7+
* Don't subscribe with Transient local QoS when there are volatile publishers (`#1023 <https://github.com/RobotWebTools/rosbridge_suite/issues/1023>`_)
8+
* Contributors: Talha Işık
9+
510
2.2.0 (2025-02-26)
611
------------------
712
* Default subscriber QOS to BestEffort, account for TRANSIENT_LOCAL (`#991 <https://github.com/RobotWebTools/rosbridge_suite/issues/991>`_)

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.2.0</version>
4+
<version>2.3.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: 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.3.0 (2025-05-19)
6+
------------------
7+
58
2.2.0 (2025-02-26)
69
------------------
710
* Update maintainers (`#1000 <https://github.com/RobotWebTools/rosbridge_suite/issues/1000>`_)

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

77
<author email="[email protected]">Hans-Joachim Krauch</author>

rosbridge_server/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_server
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.3.0 (2025-05-19)
6+
------------------
7+
* Add missing service timeout parameter to conditional launch (`#1028 <https://github.com/RobotWebTools/rosbridge_suite/issues/1028>`_)
8+
* Contributors: Ana
9+
510
2.2.0 (2025-02-26)
611
------------------
712
* Update maintainers (`#1000 <https://github.com/RobotWebTools/rosbridge_suite/issues/1000>`_)

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

77
<license>BSD</license>

0 commit comments

Comments
 (0)