Jsonrpcserver

Latest version: v5.0.9

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

Scan your dependencies

Page 4 of 6

4.0.1

- Include exception in ExceptionResponse. Closes 74.

4.0.0

_The 4.x releases will support Python 3.6+ only._

- Dispatch now works only with `Methods` object. No longer accepts a
dictionary or list.
- `dispatch` no longer requires a "methods" argument. If not passed, uses the
global methods object.
- Methods initialiser has a simpler api - Methods(func1, func2, ...) or
Methods(name1=func1, name2=func2, ...).
- No more jsonrpcserver exceptions. Calling code will _always_ get a valid
JSON-RPC response from `dispatch`. The old `InvalidParamsError` is gone
- instead do a regular `assert` on arguments.
- `response.is_notification` renamed to `response.wanted`, which is the
opposite of is_notification. This means the original request was not a
notification, it had an id, and does expect a response.
- Removed "respond to notification errors" option, which broke the
specification. We still respond to invalid json/json-rpc requests, in which
case it's not possible to know if the request is a notification.
- Removed the "config" module. Added external config file, `.jsonrpcserverrc`.
(alternatively configure with arguments to dispatch)
- Removed the "six" dependency, no longer needed.
- Configure logging Pythonically.
- Add type hints
- Move tests to pytest
- Passing a context object to dispatch now sets it as the first positional
argument to the method. `def fruits(ctx, color):`
- Check params with regular asserts.

3.5.6

- Add trim_log_values dispatch param. (65)
- Fix a missing import

3.5.5

- Rewrite of dispatch(), adding parameters to configure the dispatch that were
previously configured by modifying the `config` module. That module is now
deprecated and will be removed in 4.0.

3.5.4

- Refactoring

3.5.3

- Allow requests to have any non-None id

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.