Skip to content

Releases: Salaah01/django-action-triggers

v0.5.1 (2024-10-10)

10 Oct 00:58
ba2c640
Compare
Choose a tag to compare

Overview

Updated documentation so that it describes how to install optional extras.

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0 (2024-10-07)

07 Oct 22:02
Compare
Choose a tag to compare

Overview

Refactored code to make it more extensible and added support for the following services:

  • GCP Pub/Sub
  • AWS Lambda

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0 (2024-09-08)

08 Sep 16:31
Compare
Choose a tag to compare

Overview

  • Added new integrations:
    • Redis
    • AWS SNS (AWS Simple Notification Service)
    • AWS SQS (AWS Simple Queue Service)
  • Timeout feature (shout-out to David Silveiro for the idea)
  • Dependency upgrades
  • Housekeeping and refactoring

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0 (2024-08-31)

31 Aug 23:12
Compare
Choose a tag to compare

Overview

  • Actions are now asynchronous (shout-out to David Silveiro for the idea)

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0 (2024-08-30)

29 Aug 23:53
Compare
Choose a tag to compare

Overview

  • A mechanism to limit triggers to only models that have been whitelisted (shout-out to David Silveiro for the suggestion).
  • Users can no longer override base connection details and parameters for message broker actions (shout-out to David Silveiro for the suggestion).

What's Changed

Full Changelog: v0.1.1...v0.2.0

v0.1.1 (2024-08-23)

23 Aug 00:00
Compare
Choose a tag to compare

Overview

  • (Patch) Removed "In Deployment" text from README.

Full Changelog: v0.1.0...v0.1.1

v0.1.0 (2024-08-23)

22 Aug 23:56
Compare
Choose a tag to compare

Overview

Initial release containing the core functionality as well as ability to create action triggers via the API.

What's Changed

New Contributors

Full Changelog: https://github.com/Salaah01/django-action-triggers/commits/v0.1.0