Skip to content

Releases: rlehfeld/robotframework-rpycremote

v0.0.7

14 Jun 11:49
8f180c1
Compare
Choose a tag to compare

Changes to previous Version v0.0.6:

implement work around for a race in the RPyC together with weak references stored for remote objects which lead to index problems in case the python garbage collector kicks in, in the wrong moment. This especially holds true for python implementation e.g. pypy3, which are more unpredictable on when the gargabe collector is actually executed.

v0.0.6

30 May 21:14
d49b19b
Compare
Choose a tag to compare

Changes to previous Version v0.0.5:

Change logging verbosity per default in client and server from debug to info.

v0.0.5

01 May 05:24
4959a23
Compare
Choose a tag to compare

Changes to previous Version v0.0.4:

Add support for executing eval and exec on remote server.
Further implement a workaround for some obscure problem with RPyC when using pydantic BaseModel objects.
Still looking for a simple test to reproduce it, though.

v0.0.4

27 Apr 06:30
3ea241e
Compare
Choose a tag to compare

Changes to previous Version v0.0.3:

some optimizations in the get_id_pack implementation in order to reduce the number of property lookups

v0.0.3 (fix for objects without __class__ property)

24 Apr 21:13
cde79e1
Compare
Choose a tag to compare

This version includes a fix for a problem with RPyC with objects which do not provide the __class__ property, either because it was hidden or it is basically not available e.g. because it is implemented in C.

This solution is only tested with Python3 as all of the library anyway.

v0.0.2 (identical to v0.0.1)

22 Apr 16:42
6273ba9
Compare
Choose a tag to compare

v0.0.1 (initial version)

22 Apr 16:07
6273ba9
Compare
Choose a tag to compare