Djangorestframework-reactive

Latest version: v7.0.2

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

Scan your dependencies

Page 2 of 5

5.0.0

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

Changed
-------
- **BACKWARD INCOMPATIBLE:** Bump ``Django`` requirement to version ``2.2``
- **BACKWARD INCOMPATIBLE:** Bump ``Django REST framework`` requirement to
version ``3.9``

Added
-----
- Support Python 3.7


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

4.2.1

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

Fixed
-----
- Pin ``django-priority-batch`` to version ``1.1`` to fix compatibility issues


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

4.2.0

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

Changed
-------
- Bump ``channels`` requirement to version 2.2


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

4.1.0

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

Changed
-------
- Use ``django-filter`` instead of ``djangorestframework-filters``
- Bump ``django-filter`` requirement to version 2.0

Fixed
-----
- Wrap ``observable`` decorator with ``functools.wraps`` to preserve metadata


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

4.0.0

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

Changed
-------
- **BACKWARD INCOMPATIBLE:** Protocol has changed, including the names of
Channels workers.
- **BACKWARD INCOMPATIBLE:** Observe changes in the queryset model only (by
default). Other tables can be tracked by explicitly listing the dependencies
in observable decorator.
- **BACKWARD INCOMPATIBLE:** Ensure observers exist when subscribing. Subscribe
(and observer creation) was separated from the evaluation step. Subscribe
includes subscriber and observer creation if needed, and executes in single
query. Observer instances are not removed from database anymore. Observers
without subscribers are skipped to optimize performance. Observers and
subscribers can be deleted using ``clearobservers`` Django command.
- **BACKWARD INCOMPATIBLE:** Overhaul Python source distribution (sdist)
- Support PostgreSQL 10

Added
-----
- Observers with the same ID are throttled. The default throttle rate is 2
seconds.


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

3.1.0

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

Added
-----
- Optionally batch observer notifications


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

Page 2 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.