Skip to content

Commit d7a6500

Browse files
authored
Release 2.7.0 (#1280)
* Update changelogs * 2.7.0
1 parent 5e5deca commit d7a6500

14 files changed

Lines changed: 46 additions & 7 deletions

File tree

rosapi/CHANGELOG.rst

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

5+
2.7.0 (2026-05-27)
6+
------------------
7+
* feat: Provide separate arguments for publish and subscribe topic globs (backport `#1260 <https://github.com/RobotWebTools/rosbridge_suite/issues/1260>`_) (`#1267 <https://github.com/RobotWebTools/rosbridge_suite/issues/1267>`_)
8+
* fix: avoid rosapi crash on requesting typedefs for non-existent packages (`#1239 <https://github.com/RobotWebTools/rosbridge_suite/issues/1239>`_) (`#1241 <https://github.com/RobotWebTools/rosbridge_suite/issues/1241>`_)
9+
* Contributors: Błażej Sowa, Harshdeep Singh, p7yong
10+
511
2.6.0 (2026-04-02)
612
------------------
713
* feat: Cache rosapi get/set parameter clients (backport `#1201 <https://github.com/RobotWebTools/rosbridge_suite/issues/1201>`_) (`#1212 <https://github.com/RobotWebTools/rosbridge_suite/issues/1212>`_)

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.6.0</version>
4+
<version>2.7.0</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.7.0 (2026-05-27)
6+
------------------
7+
58
2.6.0 (2026-04-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.6.0</version>
4+
<version>2.7.0</version>
55
<description>Interface definitions for rosapi package.</description>
66

77
<license>BSD</license>

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.7.0 (2026-05-27)
6+
------------------
7+
* fix: Use Clock instead of deprecated ROSClock (backport `#1273 <https://github.com/RobotWebTools/rosbridge_suite/issues/1273>`_) (`#1275 <https://github.com/RobotWebTools/rosbridge_suite/issues/1275>`_)
8+
* fix: Prevent client destruction race in services.call_service (backport `#1255 <https://github.com/RobotWebTools/rosbridge_suite/issues/1255>`_) (`#1270 <https://github.com/RobotWebTools/rosbridge_suite/issues/1270>`_)
9+
* feat: Provide separate arguments for publish and subscribe topic globs (backport `#1260 <https://github.com/RobotWebTools/rosbridge_suite/issues/1260>`_) (`#1267 <https://github.com/RobotWebTools/rosbridge_suite/issues/1267>`_)
10+
* feat: Improve action unadvertising (backport `#1248 <https://github.com/RobotWebTools/rosbridge_suite/issues/1248>`_) (`#1264 <https://github.com/RobotWebTools/rosbridge_suite/issues/1264>`_)
11+
* fix: mypy errors and flaky subscriber/publisher tests (backport `#1258 <https://github.com/RobotWebTools/rosbridge_suite/issues/1258>`_) (`#1261 <https://github.com/RobotWebTools/rosbridge_suite/issues/1261>`_) (`#1262 <https://github.com/RobotWebTools/rosbridge_suite/issues/1262>`_)
12+
* fix: Don't raise exception in service callback (`#1247 <https://github.com/RobotWebTools/rosbridge_suite/issues/1247>`_) (`#1250 <https://github.com/RobotWebTools/rosbridge_suite/issues/1250>`_)
13+
* fix: Don't use MultiThreadedExecutor in tests (`#1228 <https://github.com/RobotWebTools/rosbridge_suite/issues/1228>`_) (`#1245 <https://github.com/RobotWebTools/rosbridge_suite/issues/1245>`_)
14+
* chore: Remove unused experimental tests (`#1231 <https://github.com/RobotWebTools/rosbridge_suite/issues/1231>`_) (`#1234 <https://github.com/RobotWebTools/rosbridge_suite/issues/1234>`_)
15+
* feat: Add QoS Profile support for advertise, publish and subscribe operations (backport `#1150 <https://github.com/RobotWebTools/rosbridge_suite/issues/1150>`_) (`#1226 <https://github.com/RobotWebTools/rosbridge_suite/issues/1226>`_)
16+
* fix: Auto-populate header.stamp when header omitted (`#1220 <https://github.com/RobotWebTools/rosbridge_suite/issues/1220>`_) (`#1222 <https://github.com/RobotWebTools/rosbridge_suite/issues/1222>`_)
17+
* Contributors: Błażej Sowa, Roald Schaum, Joshua Whitley, p7yong
18+
519
2.6.0 (2026-04-02)
620
------------------
721
* fix: Race condition in subscription destruction (backport `#1194 <https://github.com/RobotWebTools/rosbridge_suite/issues/1194>`_) (`#1208 <https://github.com/RobotWebTools/rosbridge_suite/issues/1208>`_)

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.6.0</version>
4+
<version>2.7.0</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.7.0 (2026-05-27)
6+
------------------
7+
58
2.6.0 (2026-04-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.6.0</version>
4+
<version>2.7.0</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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package rosbridge_server
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.7.0 (2026-05-27)
6+
------------------
7+
* feat: Provide separate arguments for publish and subscribe topic globs (backport `#1260 <https://github.com/RobotWebTools/rosbridge_suite/issues/1260>`_) (`#1267 <https://github.com/RobotWebTools/rosbridge_suite/issues/1267>`_)
8+
* fix: mypy errors and flaky subscriber/publisher tests (backport `#1258 <https://github.com/RobotWebTools/rosbridge_suite/issues/1258>`_) (`#1261 <https://github.com/RobotWebTools/rosbridge_suite/issues/1261>`_) (`#1262 <https://github.com/RobotWebTools/rosbridge_suite/issues/1262>`_)
9+
* feat: Add an option to use EventsExecutor (backport `#1157 <https://github.com/RobotWebTools/rosbridge_suite/issues/1157>`_) (`#1158 <https://github.com/RobotWebTools/rosbridge_suite/issues/1158>`_)
10+
* Contributors: Błażej Sowa, Joshua Whitley, p7yong
11+
512
2.6.0 (2026-04-02)
613
------------------
714
* fix: Race condition in subscription destruction (backport `#1194 <https://github.com/RobotWebTools/rosbridge_suite/issues/1194>`_) (`#1208 <https://github.com/RobotWebTools/rosbridge_suite/issues/1208>`_)

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

77
<license>BSD</license>

0 commit comments

Comments
 (0)