Django-spark

Latest version: v0.3.0

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

Scan your dependencies

0.3

~~~~~~~~~~~~~~~~~~~

- Changed API events to be dictionaries instead of
``types.SimpleNamespace`` objects. The top level of the dictionary
normally contains ``key`` and ``group`` keys used by django-spark and
an additional ``context`` dictionary with arbitrary data.
- Added a new ``Event.objects.create_if_new`` queryset method which
understands event dictionaries.
- Added a new ``spark.spark_generators`` app for configuring spark
generators using Django's administration interface.
- Changed the API contract for sources and sinks: Sources and sinks are
both **NOT** responsible for only letting new events through. A new
``spark.api.only_new_events`` filtering iterator has been added which
only yields events that haven't been seen yet.
- Added a new ``spark.spark_mails`` app for transactional mails.

0.2

~~~~~~~~~~~~~~~~~~~

- Reformatted the code using black.
- Added a testsuite and some documentation.

0.1

~~~~~~~~~~~~~~~~~~~

- Initial public version.

.. _0.1: https://github.com/matthiask/django-spark/commit/4b8747afd
.. _0.2: https://github.com/matthiask/django-spark/compare/0.1...0.2
.. _0.3: https://github.com/matthiask/django-spark/compare/0.2...0.3
.. _Next version: https://github.com/matthiask/django-spark/compare/0.3...master

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.