Skip to content

Commit d18a6eb

Browse files
committed
Changelogs
1 parent 2c5d630 commit d18a6eb

5 files changed

Lines changed: 29 additions & 0 deletions

File tree

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

5+
Forthcoming
6+
-----------
7+
* Evaluate filter() generator before returning in get_param_names() which is required when using python3. Fixes `#527 <https://github.com/RobotWebTools/rosbridge_suite/issues/527>`_. (`#540 <https://github.com/RobotWebTools/rosbridge_suite/issues/540>`_)
8+
* Contributors: Steve Golton
9+
510
0.11.10 (2020-09-08)
611
--------------------
712
* Fixed filter_globs for noetic (`#506 <https://github.com/RobotWebTools/rosbridge_suite/issues/506>`_)

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

5+
Forthcoming
6+
-----------
7+
* Use Python 3 str in incoming (`#541 <https://github.com/RobotWebTools/rosbridge_suite/issues/541>`_)
8+
Fixes Python 2 unicode issues.
9+
Supersedes `#539 <https://github.com/RobotWebTools/rosbridge_suite/issues/539>`_ to fix regression in `#514 <https://github.com/RobotWebTools/rosbridge_suite/issues/514>`_
10+
* Contributors: Matt Vollrath
11+
512
0.11.10 (2020-09-08)
613
--------------------
714
* possible fix for error when working with RosSharp, TypeError: can only concatenate str (not bytes) to str (`#514 <https://github.com/RobotWebTools/rosbridge_suite/issues/514>`_)

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+
Forthcoming
6+
-----------
7+
58
0.11.10 (2020-09-08)
69
--------------------
710

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+
Forthcoming
6+
-----------
7+
* rosbridge_udp now encodes msg to bytes before send (`#537 <https://github.com/RobotWebTools/rosbridge_suite/issues/537>`_)
8+
This is required to work with python3 socket library
9+
* Conversion between bytes and string (`#534 <https://github.com/RobotWebTools/rosbridge_suite/issues/534>`_)
10+
As of python3 sockets will input and output byte strings instead of String objects.
11+
This commits does the necessary coversions inside the tcp_handler, but it might
12+
not be the most thoughtful solution but just what I did to make it work with
13+
python3.
14+
* Contributors: Felix Exner, Karl Oskar Lember
15+
516
0.11.10 (2020-09-08)
617
--------------------
718
* Error initialization with tornado. (`#510 <https://github.com/RobotWebTools/rosbridge_suite/issues/510>`_)

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

5+
Forthcoming
6+
-----------
7+
58
0.11.10 (2020-09-08)
69
--------------------
710

0 commit comments

Comments
 (0)