Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
uniqush-push-2.7.0-1.x86_64.rpm | 2019-11-27 | 5.2 MB | |
uniqush-push_2.7.0_amd64.deb | 2019-11-27 | 5.2 MB | |
uniqush-push_2.7.0_x86_64.tar.gz | 2019-11-27 | 5.2 MB | |
README.md | 2019-11-27 | 645 Bytes | |
Release 2.7.0.tar.gz | 2019-11-27 | 90.3 kB | |
Release 2.7.0.zip | 2019-11-27 | 136.0 kB | |
Totals: 6 Items | 15.8 MB | 0 |
- Bugfix: Change from the deprecated
redis.FlushDb
alias toredis.FlushDB
of go-redis (FlushDb is removed in the latest releases). This may require updating the version of go-redis thatuniqush-push
is built with - Bugfix: Properly handle values of
sandbox
other thansandbox=true
when creating push service providers. (#249) (This bug is not triggered when there is nosandbox
query param) - Bugfix: Fix possible incorrect subscription when sending API response for /push containing multiple subscriptions (pushes were sent correctly)
- Maintenance: Start using go modules
- Maintenance: Add documentation to source code