Skip to content

Tags: MrThearMan/django-signal-webhooks

Tags

v0.3.1

Toggle v0.3.1's commit message
Bump version to 0.3.1

v0.3.0

Toggle v0.3.0's commit message
Bump version

v0.2.5

Toggle v0.2.5's commit message
Bump version

v0.2.4

Toggle v0.2.4's commit message
Refactoring & add ability to filter hooks to fire based on instance

v0.2.3

Toggle v0.2.3's commit message
Add ability to cancel webhooks

v0.2.2

Toggle v0.2.2's commit message
Update CI

v0.2.1

Toggle v0.2.1's commit message
Update django-settings-holder version

v0.2.0

Toggle v0.2.0's commit message
Changes to serialization and client kwargs

- Change the signature of TASK_HANDLER to take **kwargs instead of kwargs.
- Hook model instance is serialized before TASK_HANDLER is called,
  meaning that delete hook will also have access to the instance id.
  The SERIALIZER setting no longer takes the "hook" argument.
- CLIENT_KWARGS can no longer be defined on the model. The CLIENT_KWARGS
  setting is now a global definition, which will be updated with the
  hook headers and serialized instance json. CLIENT_KWARGS also no longer
  takes the "instance" argument.
- Fix typo "thead_task_handler" to "thread_task_handler"

v0.1.0

Toggle v0.1.0's commit message
Update dependencies