Django-modern-rpc

Latest version: v1.1.0

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

Scan your dependencies

Page 4 of 5

0.5.0

Not secure
**Release date: 2017-02-18**

Improvements

- Typo fixes
- JSON-RPC 2.0 standard explicitly allows requests without 'params' member. This doesn't produce error anymore.
- Setting variable `MODERNRPC_XML_USE_BUILTIN_TYPES` is now deprecated in favor of `MODERNRPC_XMLRPC_USE_BUILTIN_TYPES`
- Unit tests are now performed with python 3.6 and Django 1.11 alpha, in addition to supported environment already
tested. This is a first step to full support for these environments.
- HTTP "Basic Auth" support: it is now possible to define RPC methods available only to specific users. The control can
be done on various user attributes: group, permission, superuser status, etc. Authentication backend can be extended
to support any method based on incoming request.

0.4.2

Not secure
**Release date: 2016-11-20**

Improvements

- Various performance improvements
- Better use of logging system (python builtin) to report errors & exceptions from library and RPC methods
- Rewritten docstring parser. Markdown and reStructured formatters are still supported to generate HTML documentation
for RPC methods. They now have unit tests to validate their behavior.
- rpc_method decorator can be used with or without the parenthesis (and this feature is tested)
- System methods have been documented

0.4.1

Not secure
**Release date: 2016-11-17**

Improvements

- Method arguments documentation keep the same order as defined in docstring
- API change: `MODERNRPC_ENTRY_POINTS_MODULES` setting have been renamed to `MODERNRPC_METHODS_MODULES`.
- A simple warning is displayed when `MODERNRPC_METHODS_MODULES` is not set, instead of a radical `ImproperlyConfigured`
exception.
- Some traces have been added to allow debugging in the module easily. It uses the builtin logging framework.

0.4.0

Not secure
**Release date: 2016-11-17**

API Changes

- New unified way to register methods. Documentation in progress
- XMl-RPC handler will now correctly serialize and unserialize None values by default. This behavior can be configured
using `MODERNRPC_XMLRPC_ALLOW_NONE` setting.

Fixes

- When django use a persistent cache (Redis, memcached, etc.), ensure the registry is up-to-date with current sources
at startup

0.3.2

Not secure
**Release date: 2016-10-26**

Fixes

- Include missing templates in pypi distribution packages

0.3.1

Not secure
**Release date: 2016-10-26**

Improvements

- HTML documentation automatically generated for an entry point
- `system.multicall` is now supported, only in XML-RPC
- Many tests added

Page 4 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.