Skip to content

Commit 4740f63

Browse files
authored
Release/2.9.0 (#475)
This is mainly a bugfix release, but bumped minor due to the new `tool_communication.py` script.
1 parent ce7f1e9 commit 4740f63

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.rst

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

5+
2.9.0 (2026-03-27)
6+
------------------
7+
* [RTDEClient] stop producer on destruction (`#472 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/472>`_)
8+
* Primary Client power on improvements (`#473 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/473>`_)
9+
* Move TCPServer disconnection log events from Info to Debug (`#471 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/471>`_)
10+
* Refactor tool communication into standalone socat initialization script (`#470 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/470>`_)
11+
* Contributors: Felix Exner, JohnN193, Rune Søe-Knudsen, Sergi Romero
12+
513
2.8.0 (2026-03-20)
614
------------------
715
* Improve cleanup of trajectory buffer (`#466 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/466>`_)

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ur_client_library</name>
5-
<version>2.8.0</version>
5+
<version>2.9.0</version>
66
<description>Standalone C++ library for accessing Universal Robots interfaces. This has been forked off the ur_robot_driver.</description>
77
<author>Thomas Timm Andersen</author>
88
<author>Simon Rasmussen</author>

0 commit comments

Comments
 (0)