[ANN] jsonrpclib-pelix 0.2.4
Thomas Calmant
thomas.calmant at gmail.com
Tue Feb 17 11:56:30 CET 2015
======================
jsonrpclib-pelix 0.2.4
======================
jsonrpclib-pelix 0.2.4 has just been released !
What is it ?
------------
This library is an implementation of the JSON-RPC specification, for Python
2.6+ and 3.x.
It supports both the original 1.0 specification, as well as the 2.0
specification,
which includes batch submission, keyword arguments, etc.
It is licensed under the Apache Software License 2.0 (
http://www.apache.org/licenses/LICENSE-2.0.html).
The source code is available on Github:
https://github.com/tcalmant/jsonrpclib
This library can be installed using pip or easy_install:
pip install --upgrade jsonrpclib-pelix
easy_install -U jsonrpclib-pelix
What's new in 0.2.4 ?
---------------------
This version:
* Corrects the handling of reused request sockets on the server side.
* Corrects the additional_header feature: now supports different headers
for different proxies
* Adds support for a custom "data" field in error responses.
Enjoy!
More information about the Python-announce-list
mailing list