jsonrpclib-pelix 0.4.0
======================

jsonrpclib-pelix 0.4.0 has just released!


What is it?
-----------

This library is an implementation of the JSON-RPC specification, for Python 2.7 
and 3.4+.
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 documentation is hosted by ReadTheDocs:
https://jsonrpclib-pelix.readthedocs.io/

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


What's new in 0.4.0?
--------------------

This version:
* Adds back support for Unix socket on both client & server side (but without 
HTTPS support)
* Fixes some issues on the CGI request handler
* Fixes the ignored SSLContext on client side

Enjoy!
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/

Reply via email to