Skip to content

Releases: sheppard/django-github-hook

Django Github Hook 0.2.1

29 Mar 15:05
Compare
Choose a tag to compare

The v0.2.1 release brings a minor fix for compatibility with Django 1.10:

Django Github Hook 0.2.0

12 May 17:54
Compare
Choose a tag to compare

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

18 Nov 04:48
Compare
Choose a tag to compare

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.