Releases: sheppard/django-github-hook
Releases · sheppard/django-github-hook
Django Github Hook 0.2.1
Django Github Hook 0.2.0
The v0.2.0 release brings a number of fixes contributed by Django Github Hook users:
- Send a Django signal for Hook instances with a path of "send-signal" (#6 by @philippeowagner)
- Send a Django signal for payloads that don't match any Hook instance (#4 by @sesas)
- Updates for Django REST Framework 3 and Django 1.8 (#13 by @jdn5126, fixes #11 and #12 )
There are some remaining questions about how to best implement the "signal" vs. "model" use cases (#7); these have been postponed to v0.3.0.
Django Github Hook 0.1.0
Initial release on PyPI, with fixes from @pstch. Supports GitHub and BitBucket post-receive hook payloads, and arbitrary POST requests when the name option is used.