We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbfa80b commit 5af542dCopy full SHA for 5af542d
docs/changelog.rst
@@ -3,6 +3,21 @@
3
Release Notes
4
#############
5
6
+0.4.3
7
+=====
8
+
9
+:Release Date: 2021-09-26
10
11
+* ``ServerProxy`` keeps the given query string, as before 0.4.2.
12
+ This release fixes `#51 <https://github.com/tcalmant/jsonrpclib/issues/51>`_,
13
+ and a unit test has been added to ensure there won't be any regression again on this feature
14
+* JSON library selection is now made in the ``jsonrpclib.jsonlib`` module,
15
+ using a set of handler classes. This will ease the addition of new libraries.
16
+* Added support for ujson
17
+* Fixed Travis-CI builds (migrated from .org to .com and bypassed the coveralls issue with ppc64le)
18
+* Fixed an issue with the CGI test in Python 3-only environments
19
20
21
0.4.2
22
=====
23
0 commit comments