Releases: Salaah01/django-action-triggers
Releases · Salaah01/django-action-triggers
v0.5.1 (2024-10-10)
v0.5.0 (2024-10-07)
Overview
Refactored code to make it more extensible and added support for the following services:
- GCP Pub/Sub
- AWS Lambda
What's Changed
- docs explaining reason to use lib by @Salaah01 in #57
- Animation added to docs by @Salaah01 in #58
- Bump pytest from 8.3.2 to 8.3.3 by @dependabot in #66
- Bump boto3 from 1.35.13 to 1.35.17 by @dependabot in #68
- Bump tox from 4.18.0 to 4.18.1 by @dependabot in #60
- Make more extensible by @Salaah01 in #93
- Bump tox from 4.18.1 to 4.21.2 by @dependabot in #96
- Bump boto3 from 1.35.17 to 1.35.33 by @dependabot in #95
- Bump ruff from 0.6.4 to 0.6.9 by @dependabot in #97
- Aws lambda support and code refactor by @Salaah01 in #98
- Bump localstack from 3.7.1 to 3.8.0 by @dependabot in #94
- GCP Pub/Sub Integration by @Salaah01 in #100
Full Changelog: v0.4.0...v0.5.0
v0.4.0 (2024-09-08)
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
- enhanced pyproject for pypi by @Salaah01 in #45
- Timeout feature by @Salaah01 in #46
- added linting to CI by @Salaah01 in #47
- Tidy up by @Salaah01 in #49
- Redis integration by @Salaah01 in #51
- Bump pytest-asyncio from 0.23.8 to 0.24.0 by @dependabot in #22
- Integrate aws sqs by @Salaah01 in #52
- Add AWS SNS (Simple Notification Service) support by @Salaah01 in #55
- Housekeeping and refactoring by @Salaah01 in #56
- Bump ruff from 0.5.7 to 0.6.4 by @dependabot in #53
New Contributors
- @dependabot made their first contribution in #22
Full Changelog: v0.3.0...v0.4.0
v0.3.0 (2024-08-31)
v0.2.0 (2024-08-30)
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
- CI pipeline by @Salaah01 in #25
- package upgrade by @Salaah01 in #26
- Whitelisting models by @Salaah01 (shout-out to David Silveiro for the suggestion) in #27
- Limit destinations by @Salaah01 (shout-out to David Silveiro for the suggestion) in #28
- deploy docs on tag only by @Salaah01 in #29
- system check for broker type by @Salaah01 in #30
- shields and new workflow for code cov by @Salaah01 in #31
Full Changelog: v0.1.1...v0.2.0
v0.1.1 (2024-08-23)
v0.1.0 (2024-08-23)
Overview
Initial release containing the core functionality as well as ability to create action triggers via the API.
What's Changed
- Playground setup by @Salaah01 in #1
- documentation by @Salaah01 in #2
- Models by @Salaah01 in #3
- Connect models to signals by @Salaah01 in #4
- Payload builder by @Salaah01 in #5
- Signal handling framework by @Salaah01 in #6
- Webhook action by @Salaah01 in #7
- Msg broker integration by @Salaah01 in #8
- integration tests for webhook by @Salaah01 in #9
- Enabling dynamic options/params by @Salaah01 in #10
- Sphinx by @Salaah01 in #11
- Admin panel by @Salaah01 in #12
- switched to confluent-kafka by @Salaah01 in #14
- documentation deployment flow by @Salaah01 in #13
- updated readme by @Salaah01 in #15
- updated docs deployment rules to deploy on push to master only by @Salaah01 in #16
- API by @Salaah01 in #17
- Limit required deps and tox tests by @Salaah01 in #20
New Contributors
Full Changelog: https://github.com/Salaah01/django-action-triggers/commits/v0.1.0