Releases: rlehfeld/robotframework-rpycremote
Releases · rlehfeld/robotframework-rpycremote
v0.0.17
Changes to previous version:
add missing cleanup for newly added remote logging callback
v0.0.16
Changes to previous version:
add support for remote logging
V0.0.15
Changes to previous version:
Switch to PRyC 6.0.1 and remove work patches for version 6.0.0 as they are part of version 6.0.1.
v0.0.14
Changes to previous version:
add possibility to pass authenticator
v0.0.13
Changes to previous version:
change a couple of arguments to RPyCRobotRemote.Server and RPyCRobotRemote.Client to be keyword only.
v0.0.12
Changes to previous Version v0.0.11
Finalize the Thread Specific Wrapper objects.
v0.0.11
Changes to previous Version v0.0.10
Fix exception handling during connection handling. Further extend the Thread Specific object handling.
v0.0.10
Changes to previous Version v0.0.9
Make stdin, stdout and stderr thread specific
v0.0.9
Changes to previous Version v0.0.8
When server connection is terminated, stdin, stdout and stderr must be set to original stream values.
Further, add possibility to define _on_connect and _on_disconnect callbacks in the remote library-
v0.0.8
Changes to previous Version v0.0.7
When server is terminated, stdin, stdout and stderr must be set to original stream values.