Skip to content

v0.4.3

Choose a tag to compare

@tcalmant tcalmant released this 26 Sep 10:45
· 63 commits to master since this release
  • ServerProxy keeps the given query string, as before 0.4.2. This release fixes #51, and a unit test has been added to ensure there won't be any regression again on this feature
  • JSON library selection is now made in the jsonrpclib.jsonlib module, using a set of handler classes. This will ease the addition of new libraries.
  • Added support for ujson
  • Fixed Travis-CI builds (migrated from .org to .com and bypassed the coveralls issue with ppc64le)
  • Fixed an issue with the CGI test in Python 3-only environments