Pyramid-rpc

Latest version: v0.8

Safety actively analyzes 619477 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.8

================

- Drop Python 3.2 support.

- Add Python 3.5 support.

- AMF

+ Restore compatibility with later releases of PyAMF.
See https://github.com/Pylons/pyramid_rpc/pull/43

0.7.2

==================

- JSON-RPC

+ Fix a bug in batched requests where the Content-Length header was being
copied to the subrequests, causing broken expectations as we were
re-serializing the body with a larger length than the original request.
See https://github.com/Pylons/pyramid_rpc/pull/41

0.7.1

==================

- JSON-RPC

+ Fix a bug in request handling that could occur if an unknown method was
requested. It was generating an internal error instead of a notfound-like
response. See https://github.com/Pylons/pyramid_rpc/pull/40

0.7

================

- XML-RPC

+ Add support for overriding the renderer with extra options via the
new ``renderer`` option on ``add_xmlrpc_method`` and the
``default_renderer`` option on ``add_xmlrpc_endpoint``.

0.6.1

==================

- Releasing is hard, and I missed it up. So now we have 0.6.1 with no
changes from 0.6.

0.6

================

- Pyramid version compatibility

+ pyramid_rpc now requires Pyramid >= 1.4. (Version 0.5.3 will run on
Pyramid >= 1.2, but will not run on Pyramid 1.1.x despite what
setup.py indicates.)

+ Removed pre-1.4 backwards compatibility for custom predicates.

- Tox configuration

+ Added Tox environments checking against older Pyramid versions.

- JSON-RPC

+ Added support for batched JSON-RPC requests (on POST requests only)
See https://github.com/Pylons/pyramid_rpc/pull/35

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.