Skip to content

Commit

Permalink
Release uniqush-push 2.5.0
Browse files Browse the repository at this point in the history
- Support "title", "title-loc-key", and "title-loc-args"
- Support larger APNS payloads.
  Support 5120 byte payloads for APNS voip pushes
  (Where the Cert is a VOIP cert and `uniqush.apns_voip=1` is part of
  the query params in the call to /push
- Support more granular loglevel levels in uniqush config files:
  alert, error, warn/warning, standard/verbose/info, and debug
  • Loading branch information
TysonAndre committed Apr 1, 2018
1 parent e1fc2c0 commit d12da25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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.4.0"
var uniqushPushVersion = "uniqush-push 2.5.0"

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

0 comments on commit d12da25

Please sign in to comment.