Skip to content

Release 2.7.0

Latest
Compare
Choose a tag to compare
@TysonAndre TysonAndre released this 27 Nov 18:09
· 2 commits to master since this release
61dbadc
  • Bugfix: Change from the deprecated redis.FlushDb alias to redis.FlushDB of go-redis (FlushDb is removed in the latest releases).
    This may require updating the version of go-redis that uniqush-push is built with
  • Bugfix: Properly handle values of sandbox other than sandbox=true when creating push service providers. (#249)
    (This bug is not triggered when there is no sandbox 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