* Add Python 3.10 wheels * Fix Python data packing of varvalue * Fix default namedarray structure fields in Python * Fix compiler errors on newer versions of MSVC, gcc, and boost * semver 2.0 support * Improved build scripts for GitHub actions
0.15.2
This is a bug fix release. Changes:
* Fix encoding of objref strings in Python * Fix stack overflow bug with recursive robdef imports * Fix port sharer file locations on Windows
0.15.1
This is a bug fix release with some minor feature improvements. Changes:
* Fix deadlock on shutdown in TcpTransport * Fix Python debug setting function `SetPythonTracebackPrintExc()` * Fix Python native thread debugging when using VS Code or Eclipse * Add IPv4 and IPv6 discovery node setup command line options * Update GitHub actions to install Boost C++ as it is no longer installed by default
0.15.0
This is a bug fix release. It also adds a few utility functions in `RobotRaconteurNode` and subscription classes.
0.14.3
0.14.2
* Concurrency crash caused by missing mutex lock in PeekInValue with WireBroadcaster in wrapper languages * Errant directory created by RobotRaconteurGenerateThunk cmake macro