Skip to content

Releases: vikingco/django-triggers

2.2.0

29 Aug 11:54
Compare
Choose a tag to compare

Provide compatibility with pip>=23.1

2.1.5

19 Mar 13:28
Compare
Choose a tag to compare
Update statsd and flake8 requirements

2.1.4

05 Oct 10:44
Compare
Choose a tag to compare
Bump version to 2.1.4

2.1.3

30 Apr 10:57
Compare
Choose a tag to compare
Let setup work with latest pip version

Fix setup.py to work with latest pip version

28 Jan 09:30
432a660
Compare
Choose a tag to compare
Fix pip import issue (#34)

Pip internals have been shuffled around a bit in the last version which
broke this import.

2.1.1: Use utility for redis locks

04 Dec 13:58
Compare
Choose a tag to compare
This makes it easier to test.

2.1.0

04 Dec 12:45
Compare
Choose a tag to compare

This version replaces django-db-locking with Redis locks. That means the former is no longer a dependency, while the latter becomes one.

A new setting DJTRIGGERS_REDIS_URL is added (which is required), to point to the Redis instance to use.

Updates some dependencies to latest secure versions

16 Apr 08:15
8b43b6a
Compare
Choose a tag to compare

Updates some dependencies to latest secure versions

Deal with non-existent triggers in individual task

23 May 14:24
Compare
Choose a tag to compare

Deal with non-existent triggers in the task that deals with single triggers.

Deal with non-existent triggers

23 May 13:48
Compare
Choose a tag to compare

Gracefully deal with non-existent triggers when trying to process all triggers in database.