- Reassembled pypi package as it now supports multiple Django versions.
1.7.4
- Max length of endpoint is 512 chars now instead of 255 (some endpoint don't fit to 255). Do not forget to run migrate. - MySQL users, please read docs/MYSQL.rst! Your project needs some additional setup.
1.7.3
- Small modifications to pushsend management command. Mostly in logging and subscription error accounting.
1.7.2
- Fixed payload encryption in legacy non-VAPID Chrome subscription due to pywebpush dependency update.
1.7.1
- Fixed a bug with vapid_claims dict reference.
1.7
- VAPID support (it is default auth method from now on). - FCM/GCM support left only for bc (sending pushes to subscriptions that already exist).