Skip to content

Commit 0f3b1f5

Browse files
authored
Release 2.1.0 (#967)
1 parent f1e2312 commit 0f3b1f5

File tree

14 files changed

+78
-7
lines changed

14 files changed

+78
-7
lines changed

rosapi/CHANGELOG.rst

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

5+
2.1.0 (2024-10-08)
6+
------------------
7+
* Fix invalid import of get_parameter_value in rosapi for ROS2 Jazzy. (`#932 <https://github.com/RobotWebTools/rosbridge_suite/issues/932>`_)
8+
* Contributors: David Oberacker
9+
10+
2.0.0 (2024-10-08)
11+
------------------
12+
* rosapi: Don't start parameter services that aren't spun (`#944 <https://github.com/RobotWebTools/rosbridge_suite/issues/944>`_)
13+
* Handle ROS 2 types properly (`#883 <https://github.com/RobotWebTools/rosbridge_suite/issues/883>`_)
14+
* Port unit tests to ROS 2 + Fix CBOR conversion and PNG compression (`#882 <https://github.com/RobotWebTools/rosbridge_suite/issues/882>`_)
15+
* Contributors: Brad Martin, Scott Bell, Sebastian Castro
16+
517
1.3.2 (2023-09-27)
618
------------------
719
* Fix ROS2 CI for iron & rolling (`#875 <https://github.com/RobotWebTools/rosbridge_suite/issues/875>`_)

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

5+
2.1.0 (2024-10-08)
6+
------------------
7+
8+
2.0.0 (2024-10-08)
9+
------------------
10+
511
1.3.2 (2023-09-27)
612
------------------
713

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

5+
2.1.0 (2024-10-08)
6+
------------------
7+
8+
2.0.0 (2024-10-08)
9+
------------------
10+
* Fix action cancellation by passing status from JSON (`#953 <https://github.com/RobotWebTools/rosbridge_suite/issues/953>`_)
11+
* Update pre-commit and fix issues (`#954 <https://github.com/RobotWebTools/rosbridge_suite/issues/954>`_)
12+
* Fix length-limited list types (`#840 <https://github.com/RobotWebTools/rosbridge_suite/issues/840>`_)
13+
* fix: update new subs with dds from publisher (`#940 <https://github.com/RobotWebTools/rosbridge_suite/issues/940>`_)
14+
* Avoid stale subscription when unsubscribing during resubscription (`#948 <https://github.com/RobotWebTools/rosbridge_suite/issues/948>`_)
15+
* Changed type hints in ros_loader.py to use imports from Typing (`#938 <https://github.com/RobotWebTools/rosbridge_suite/issues/938>`_)
16+
* Avoid stack traces when aborting an advertised action goal (`#906 <https://github.com/RobotWebTools/rosbridge_suite/issues/906>`_)
17+
* Timeout if service server not available within server_timeout_time (`#905 <https://github.com/RobotWebTools/rosbridge_suite/issues/905>`_)
18+
* Use ROS 2 Node Clock in Message Conversion (`#900 <https://github.com/RobotWebTools/rosbridge_suite/issues/900>`_)
19+
* Fix issues when canceling and unadvertising actions (`#896 <https://github.com/RobotWebTools/rosbridge_suite/issues/896>`_)
20+
* Support actions in rosbridge protocol (`#886 <https://github.com/RobotWebTools/rosbridge_suite/issues/886>`_)
21+
* Port unit tests to ROS 2 + Fix CBOR conversion and PNG compression (`#882 <https://github.com/RobotWebTools/rosbridge_suite/issues/882>`_)
22+
* Contributors: Brad Martin, Dimitri Nikitopoulos, EricGallimore, Ezra Brooks, Paul Gesel, Sebastian Castro, michael-cmt
23+
524
1.3.2 (2023-09-27)
625
------------------
726
* Interpret call_services_in_new_thread as boolean (`#857 <https://github.com/RobotWebTools/rosbridge_suite/issues/857>`_)

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>1.3.2</version>
4+
<version>2.1.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package rosbridge_msgs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.1.0 (2024-10-08)
6+
------------------
7+
8+
2.0.0 (2024-10-08)
9+
------------------
10+
511
1.3.2 (2023-09-27)
612
------------------
713

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>1.3.2</version>
4+
<version>2.1.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: 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.1.0 (2024-10-08)
6+
------------------
7+
8+
2.0.0 (2024-10-08)
9+
------------------
10+
* Fix action cancellation by passing status from JSON (`#953 <https://github.com/RobotWebTools/rosbridge_suite/issues/953>`_)
11+
* Update pre-commit and fix issues (`#954 <https://github.com/RobotWebTools/rosbridge_suite/issues/954>`_)
12+
* rosbridge_websocket: Stop websocket server if ROS shuts down (`#946 <https://github.com/RobotWebTools/rosbridge_suite/issues/946>`_)
13+
* Support actions in rosbridge protocol (`#886 <https://github.com/RobotWebTools/rosbridge_suite/issues/886>`_)
14+
* Port unit tests to ROS 2 + Fix CBOR conversion and PNG compression (`#882 <https://github.com/RobotWebTools/rosbridge_suite/issues/882>`_)
15+
* Contributors: Brad Martin, Sebastian Castro
16+
517
1.3.2 (2023-09-27)
618
------------------
719
* Add option to call services in a separate thread (`#847 <https://github.com/RobotWebTools/rosbridge_suite/issues/847>`_)

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

77
<license>BSD</license>

0 commit comments

Comments
 (0)