Skip to content

Commit

Permalink
Merge pull request #225 from uniqush/release-2.6.0
Browse files Browse the repository at this point in the history
Release uniqush-push 2.6.0
  • Loading branch information
TysonAndre committed Jul 18, 2018
2 parents d90fc25 + ef261db commit a307f59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
uniqush-push NEWS

?? ??? 2018, uniqush-push 2.6.0 (dev)
18 Jul 2018, uniqush-push 2.6.0
-------------------------------

- Maintenance: Update GCM push URL to the equivalent https://fcm.googleapis.com/fcm/ endpoint (#210)
Applications using GCM are unaffected by this change.
(The old URL stop working in April 2019)
- Maintenance: Upgrade go-redis from v5 to v6.
- Get rid of excessive database locking when fetching subscriptions for a user.
- Make the APNS pool size configurable at runtime
- Stop overriding Gomaxprocs (removes a call to `runtime.GOMAXPROCS(runtime.NumCPU() + 1)`).
This allows users to override this setting.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
var uniqushPushConfFlags = flag.String("config", "/etc/uniqush/uniqush-push.conf", "Config file path")
var uniqushPushShowVersionFlag = flag.Bool("version", false, "Version info")

var uniqushPushVersion = "uniqush-push 2.6.0-dev"
var uniqushPushVersion = "uniqush-push 2.6.0"

func installPushServices() {
srv.InstallGCM()
Expand Down

0 comments on commit a307f59

Please sign in to comment.