Skip to content

release 4.21 (java)

Choose a tag to compare

@irmen irmen released this 17 Aug 11:28
· 114 commits to master since this release

Java Version 4.21 changes:

Pickle memoization uses regular obj.hashCode again (compare by value) rather than identityHashCode (compare by object identity).
This can be configured via a new Pickler(useMemo, valueCompare) constructor.

Updated Pyro documentation url.