Skip to content

Releases: irmen/Pyrolite

release 4.10

08 Oct 21:03
Compare
Choose a tag to compare

added support for name server metadata

release 4.9

23 Jul 19:34
Compare
Choose a tag to compare
  • fixed proxy (un)pickling
  • added support for new pyro exception class
  • fixed handshake response serializer

release 4.8

27 Jun 14:09
Compare
Choose a tag to compare
  • new pyro wire protocol (48)
  • annotations
  • handshake
  • fixed unit tests config in maven
  • unpickler performance improvement

release 4.7

09 Jun 19:26
Compare
Choose a tag to compare

support for annotations in proxy
support for correlation id
fixed hmac calculation when annotations are used

release 4.6

21 May 18:07
Compare
Choose a tag to compare

Features added to support the use of pyrolite in Apache Spark:

support for timezones
different pickling of java.sql.date/time types
bugfixes

release 4.4

13 Mar 21:36
Compare
Choose a tag to compare
  • use identity hash for memo (java only)
  • fixed nunit test on osx

Release 4.3

03 Dec 21:31
Compare
Choose a tag to compare
  • hmac per proxy, removed HMAC_KEY config item
  • fixed memoization error in pickle for sets, bigints

release 4.2

17 Sep 21:18
Compare
Choose a tag to compare
  • fixed endianness mixup in decoding float and double arrays, will now actually decode to the correct values!
  • metadata feature added to Pyro proxy (introduced in Pyro 4.27)
  • updated Flame method names (changed in Pyro 4.27)
  • C# proxy now is a DynamicObject and supports dynamic method calling as well.
  • added getattr and setattr to proxy.

release 3.1

26 Jun 21:15
Compare
Choose a tag to compare

bump protocol version to 47 (pyro 4.26)

release 3.0

24 May 11:45
Compare
Choose a tag to compare

Support for Python 3.4's new pickle protocol version 4

Now requires serpent version 1.5 or newer if you use serpent instead of pickle