Robotraconteur

Latest version: v1.2.0

Safety actively analyzes 621409 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

1.2.0

What's Changed
* Ignore ros tags in main.yml action workflow by johnwason in https://github.com/robotraconteur/robotraconteur/pull/187
* Add more pre-commit hooks by johnwason in https://github.com/robotraconteur/robotraconteur/pull/188
* Skip no-commit-to-branch pre-commit hook on github actions by johnwason in https://github.com/robotraconteur/robotraconteur/pull/189
* Add BuildServicePath and ParseServicePath utility functions by johnwason in https://github.com/robotraconteur/robotraconteur/pull/194
* Add SubObjectSubscription support by johnwason in https://github.com/robotraconteur/robotraconteur/pull/195
* Add CreateServiceSubscriptionFilterAttributeIdentifier utility functions by johnwason in https://github.com/robotraconteur/robotraconteur/pull/196
* Update paper citations in readme by johnwason in https://github.com/robotraconteur/robotraconteur/pull/197
* Fix readme badges by johnwason in https://github.com/robotraconteur/robotraconteur/pull/198
* Add ServiceSubscriptionManager by johnwason in https://github.com/robotraconteur/robotraconteur/pull/200
* Remove extra std::cout in Subscription.cpp by johnwason in https://github.com/robotraconteur/robotraconteur/pull/201
* Fix dynamic service factories when used with subscriptions by johnwason in https://github.com/robotraconteur/robotraconteur/pull/202
* Bump version to 1.2.0 by johnwason in https://github.com/robotraconteur/robotraconteur/pull/203
* Disable mac osx .net distfiles-test by johnwason in https://github.com/robotraconteur/robotraconteur/pull/204
* Add CreateServiceSubscriptionFilterAttributeCombinedIdentifier and other identifier util functions by johnwason in https://github.com/robotraconteur/robotraconteur/pull/206
* Add GetSubscriptionNames() and GetSubscriptionDetails() to ServiceSubscriptionManager by johnwason in https://github.com/robotraconteur/robotraconteur/pull/207
* Fix initialized disabled ServiceSubscriptionManager subscriptions with URL connect method by johnwason in https://github.com/robotraconteur/robotraconteur/pull/208
* Include Jinja2, micropip, and pyyaml in pyodide-dist artifacts on github action build by johnwason in https://github.com/robotraconteur/robotraconteur/pull/209
* Fix Emscripten boost::asio::deadline_timer stub, fix BrowserWebSocketTransport error handling, and add logging by johnwason in https://github.com/robotraconteur/robotraconteur/pull/210
* Add better support for reporting async exception returns when using ROBOTRACONTEUR_PYTHON_TRACEBACK_PRINT_EXC by johnwason in https://github.com/robotraconteur/robotraconteur/pull/211
* Keep the GIL for Python message utility functions by johnwason in https://github.com/robotraconteur/robotraconteur/pull/212


**Full Changelog**: https://github.com/robotraconteur/robotraconteur/compare/v1.1.1...v1.2.0

1.1.1

What's Changed
* Fix C++11 detection by johnwason in https://github.com/robotraconteur/robotraconteur/pull/182
* Fix pre-commit autopep8 by johnwason in https://github.com/robotraconteur/robotraconteur/pull/183
* Add companion test build to GitHub Actions CI by johnwason in https://github.com/robotraconteur/robotraconteur/pull/184
* Fix C++11 remaining boost detection macros and detection on older Linux distributions by johnwason in https://github.com/robotraconteur/robotraconteur/pull/185
* Bump version to 1.1.1 by johnwason in https://github.com/robotraconteur/robotraconteur/pull/186


**Full Changelog**: https://github.com/robotraconteur/robotraconteur/compare/v1.1.0...v1.1.1

1.1.0

What's Changed
* Update to vcpkg-actionv6 by johnwason in https://github.com/robotraconteur/robotraconteur/pull/168
* Backport emscripten and pyodide support by johnwason in https://github.com/robotraconteur/robotraconteur/pull/169
* Use hendrikmuhs/ccache-actionv1.2.11 by johnwason in https://github.com/robotraconteur/robotraconteur/pull/171
* Fix pyodide build-recipes-no-deps command by johnwason in https://github.com/robotraconteur/robotraconteur/pull/172
* Fixes for WinXP build by johnwason in https://github.com/robotraconteur/robotraconteur/pull/173
* Add archive packing to WinXP gitlab build by johnwason in https://github.com/robotraconteur/robotraconteur/pull/174
* Use pre-commit for code formatting by johnwason in https://github.com/robotraconteur/robotraconteur/pull/175
* Copy .NET dll xml doc files into nuget package by johnwason in https://github.com/robotraconteur/robotraconteur/pull/165
* Add github actions CI builds for gentoo, fedora, and archlinux by johnwason in https://github.com/robotraconteur/robotraconteur/pull/176
* Use new 20240127 docker image for pyodide test by johnwason in https://github.com/robotraconteur/robotraconteur/pull/177
* Fix bluetooth.h missing header in build-conda-linux action by johnwason in https://github.com/robotraconteur/robotraconteur/pull/178
* Fix generator cleanup deadlock by johnwason in https://github.com/robotraconteur/robotraconteur/pull/179
* Fix destroy generators on close or abort called by johnwason in https://github.com/robotraconteur/robotraconteur/pull/180
* Bump version to 1.1.0 by johnwason in https://github.com/robotraconteur/robotraconteur/pull/181


**Full Changelog**: https://github.com/robotraconteur/robotraconteur/compare/v1.0.0...v1.1.0

1.0.0

First stable release of Robot Raconteur! This release complies with ROS Package Quality 2.0 under REP-2004.

The following features remain experimental:

* HandwareTransport for USB, PCIe, and Bluetooth
* Java wrappers
* StringTable message compression
* Taps for message interception

What's Changed
* Use vcpkg version 2023.08.09 for ios github action by johnwason in https://github.com/robotraconteur/robotraconteur/pull/135
* Fix debian 10 github action build by johnwason in https://github.com/robotraconteur/robotraconteur/pull/136
* Update to macos-12 for github actions and fix platform name for x86_64 wheels by johnwason in https://github.com/robotraconteur/robotraconteur/pull/138
* Fix .NET targets and build process by johnwason in https://github.com/robotraconteur/robotraconteur/pull/139
* Add python 3.12 github actions build by johnwason in https://github.com/robotraconteur/robotraconteur/pull/140
* Add tags trigger to push by johnwason in https://github.com/robotraconteur/robotraconteur/pull/114
* Bump version to 0.18.1 by johnwason in https://github.com/robotraconteur/robotraconteur/pull/141
* Add tests after packing distfiles for C++, Python, and .NET by johnwason in https://github.com/robotraconteur/robotraconteur/pull/142
* Improve wasontech gitlab CI osx arm64 builds by johnwason in https://github.com/robotraconteur/robotraconteur/pull/143
* Add dependabot.yml by johnwason in https://github.com/robotraconteur/robotraconteur/pull/144
* Run delocate on osx Python packages by johnwason in https://github.com/robotraconteur/robotraconteur/pull/150
* Add formatted overload of NodeID.ToString to NET and Java wrappers by johnwason in https://github.com/robotraconteur/robotraconteur/pull/151
* Add Timer TryStop() function by johnwason in https://github.com/robotraconteur/robotraconteur/pull/153
* Improve tls handshake timeout handler by johnwason in https://github.com/robotraconteur/robotraconteur/pull/154
* IPNodeDiscovery shutdown timer segfault fix by johnwason in https://github.com/robotraconteur/robotraconteur/pull/155
* Fix boost::asio::ssl::stream concurrency problems by johnwason in https://github.com/robotraconteur/robotraconteur/pull/156
* Fix deprecated boost swap header file by johnwason in https://github.com/robotraconteur/robotraconteur/pull/157
* Fix generator C documentation format errors by johnwason in https://github.com/robotraconteur/robotraconteur/pull/158
* Fix transports_lock in RobotRaconteurNode by johnwason in https://github.com/robotraconteur/robotraconteur/pull/159
* Add GetCandidateConnectionURLs family of functions to ServerContext by johnwason in https://github.com/robotraconteur/robotraconteur/pull/160
* Use boost error code instead of try/catch in IPNodeDiscovery by johnwason in https://github.com/robotraconteur/robotraconteur/pull/161
* Bump version to v0.19.0 by johnwason in https://github.com/robotraconteur/robotraconteur/pull/162
* Fix HTTPS websocket handshake by johnwason in https://github.com/robotraconteur/robotraconteur/pull/164
* Use wasontech servers for boost mirror by johnwason in https://github.com/robotraconteur/robotraconteur/pull/166
* Bump version to 1.0.0 by johnwason in https://github.com/robotraconteur/robotraconteur/pull/167
* Add ROS Quality Category 2 Declaration by johnwason in https://github.com/robotraconteur/robotraconteur/pull/120


**Full Changelog**: https://github.com/robotraconteur/robotraconteur/compare/v0.18.0...v1.0.0

0.18.1

What's Changed
* Use vcpkg version 2023.08.09 for ios github action by johnwason in https://github.com/robotraconteur/robotraconteur/pull/135
* Fix debian 10 github action build by johnwason in https://github.com/robotraconteur/robotraconteur/pull/136
* Update to macos-12 for github actions and fix platform name for x86_64 wheels by johnwason in https://github.com/robotraconteur/robotraconteur/pull/138
* Fix .NET targets and build process by johnwason in https://github.com/robotraconteur/robotraconteur/pull/139
* Add python 3.12 github actions build by johnwason in https://github.com/robotraconteur/robotraconteur/pull/140
* Add tags trigger to push by johnwason in https://github.com/robotraconteur/robotraconteur/pull/114
* Bump version to 0.18.1 by johnwason in https://github.com/robotraconteur/robotraconteur/pull/141
* Add tests after packing distfiles for C++, Python, and .NET by johnwason in https://github.com/robotraconteur/robotraconteur/pull/142
* Improve wasontech gitlab CI osx arm64 builds by johnwason in https://github.com/robotraconteur/robotraconteur/pull/143
* Add dependabot.yml by johnwason in https://github.com/robotraconteur/robotraconteur/pull/144
* Run delocate on osx Python packages by johnwason in https://github.com/robotraconteur/robotraconteur/pull/150


**Full Changelog**: https://github.com/robotraconteur/robotraconteur/compare/v0.18.0...v0.18.1

0.18.0

What's Changed
* Use matlab 2020b and upgraded pyopenssl for build matlab toolbox workflow by johnwason in https://github.com/robotraconteur/robotraconteur/pull/116
* Fix segfault on IntraTransportConnection close by johnwason in https://github.com/robotraconteur/robotraconteur/pull/117
* Add cppcheck test and fixes by johnwason in https://github.com/robotraconteur/robotraconteur/pull/118
* Add code coverage test by johnwason in https://github.com/robotraconteur/robotraconteur/pull/119
* Fix missing export for WireConnectionBase_IsValueExpired function by johnwason in https://github.com/robotraconteur/robotraconteur/pull/122
* Fix missing exports for stringVectorToRRList and RRListToStringVertor by johnwason in https://github.com/robotraconteur/robotraconteur/pull/123
* Fix ServiceClosed SpecialRequest message handling by johnwason in https://github.com/robotraconteur/robotraconteur/pull/124
* Add a repr function to Python RRStruct to pretty print fields by johnwason in https://github.com/robotraconteur/robotraconteur/pull/125
* Bump version to 0.18.0 by johnwason in https://github.com/robotraconteur/robotraconteur/pull/126
* Fix exception with wire/pipe subscriptions if client stub is lost by johnwason in https://github.com/robotraconteur/robotraconteur/pull/127
* Add extra tests and fix shutdown bugs by johnwason in https://github.com/robotraconteur/robotraconteur/pull/128
* Local transport extra test by johnwason in https://github.com/robotraconteur/robotraconteur/pull/129
* Add improved subscription tests by johnwason in https://github.com/robotraconteur/robotraconteur/pull/130
* Add crosscheck test utility by johnwason in https://github.com/robotraconteur/robotraconteur/pull/131


**Full Changelog**: https://github.com/robotraconteur/robotraconteur/compare/v0.17.0...v0.18.0

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.