Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Oct 8, 2024
1 parent 3635a48 commit 9b3c46f
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rosapi/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package rosapi
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.0 (2024-10-08)
------------------
* rosapi: Don't start parameter services that aren't spun (`#944 <https://github.com/RobotWebTools/rosbridge_suite/issues/944>`_)
* Handle ROS 2 types properly (`#883 <https://github.com/RobotWebTools/rosbridge_suite/issues/883>`_)
* Port unit tests to ROS 2 + Fix CBOR conversion and PNG compression (`#882 <https://github.com/RobotWebTools/rosbridge_suite/issues/882>`_)
* Contributors: Brad Martin, Scott Bell, Sebastian Castro

1.3.2 (2023-09-27)
------------------
* Fix ROS2 CI for iron & rolling (`#875 <https://github.com/RobotWebTools/rosbridge_suite/issues/875>`_)
Expand Down
3 changes: 3 additions & 0 deletions rosapi_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosapi_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.0 (2024-10-08)
------------------

1.3.2 (2023-09-27)
------------------

Expand Down
16 changes: 16 additions & 0 deletions rosbridge_library/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
Changelog for package rosbridge_library
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

1.3.2 (2023-09-27)
------------------
* Interpret call_services_in_new_thread as boolean (`#857 <https://github.com/RobotWebTools/rosbridge_suite/issues/857>`_)
Expand Down
3 changes: 3 additions & 0 deletions rosbridge_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosbridge_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.0 (2024-10-08)
------------------

1.3.2 (2023-09-27)
------------------

Expand Down
9 changes: 9 additions & 0 deletions rosbridge_server/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog for package rosbridge_server
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.0 (2024-10-08)
------------------
* Fix action cancellation by passing status from JSON (`#953 <https://github.com/RobotWebTools/rosbridge_suite/issues/953>`_)
* Update pre-commit and fix issues (`#954 <https://github.com/RobotWebTools/rosbridge_suite/issues/954>`_)
* rosbridge_websocket: Stop websocket server if ROS shuts down (`#945 <https://github.com/RobotWebTools/rosbridge_suite/issues/945>`_) (`#946 <https://github.com/RobotWebTools/rosbridge_suite/issues/946>`_)
* Support actions in rosbridge protocol (`#886 <https://github.com/RobotWebTools/rosbridge_suite/issues/886>`_)
* Port unit tests to ROS 2 + Fix CBOR conversion and PNG compression (`#882 <https://github.com/RobotWebTools/rosbridge_suite/issues/882>`_)
* Contributors: Brad Martin, Sebastian Castro

1.3.2 (2023-09-27)
------------------
* Add option to call services in a separate thread (`#847 <https://github.com/RobotWebTools/rosbridge_suite/issues/847>`_)
Expand Down
3 changes: 3 additions & 0 deletions rosbridge_suite/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosbridge_suite
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.0 (2024-10-08)
------------------

1.3.2 (2023-09-27)
------------------
* rosbridge_suite: depend on ament_cmake (`#848 <https://github.com/RobotWebTools/rosbridge_suite/issues/848>`_)
Expand Down
7 changes: 7 additions & 0 deletions rosbridge_test_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package rosbridge_test_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.0 (2024-10-08)
------------------
* Fix action cancellation by passing status from JSON (`#953 <https://github.com/RobotWebTools/rosbridge_suite/issues/953>`_)
* Fix length-limited list types (`#840 <https://github.com/RobotWebTools/rosbridge_suite/issues/840>`_)
* Support actions in rosbridge protocol (`#886 <https://github.com/RobotWebTools/rosbridge_suite/issues/886>`_)
* Contributors: Ezra Brooks, Sebastian Castro

1.3.2 (2023-09-27)
------------------

Expand Down

0 comments on commit 9b3c46f

Please sign in to comment.