Skip to content

Releases: rlehfeld/robotframework-rpycremote

v0.0.17

22 Dec 20:10
c023be3
Compare
Choose a tag to compare

Changes to previous version:

add missing cleanup for newly added remote logging callback

v0.0.16

22 Dec 14:01
3e0af6b
Compare
Choose a tag to compare

Changes to previous version:

add support for remote logging

V0.0.15

28 Sep 05:50
b5171e1
Compare
Choose a tag to compare

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

27 Sep 21:25
edae205
Compare
Choose a tag to compare

Changes to previous version:

add possibility to pass authenticator

v0.0.13

21 Sep 17:49
df798b8
Compare
Choose a tag to compare

Changes to previous version:

change a couple of arguments to RPyCRobotRemote.Server and RPyCRobotRemote.Client to be keyword only.

v0.0.12

03 Sep 10:26
7756ae6
Compare
Choose a tag to compare

Changes to previous Version v0.0.11

Finalize the Thread Specific Wrapper objects.

v0.0.11

03 Sep 07:35
a0e7e56
Compare
Choose a tag to compare

Changes to previous Version v0.0.10

Fix exception handling during connection handling. Further extend the Thread Specific object handling.

v0.0.10

30 Aug 05:57
07e80ac
Compare
Choose a tag to compare

Changes to previous Version v0.0.9

Make stdin, stdout and stderr thread specific

v0.0.9

24 Aug 06:56
ef785d2
Compare
Choose a tag to compare

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

07 Aug 21:10
a993a4b
Compare
Choose a tag to compare

Changes to previous Version v0.0.7

When server is terminated, stdin, stdout and stderr must be set to original stream values.