Skip to content

Release 1.5.2

Compare
Choose a tag to compare
@monnand monnand released this 29 Jun 23:48
· 269 commits to master since this release

29-Jun-2014

This release contains some bug fix and improvements.

ChangeLog:

  • Changed the code so that it could work with most recent Go's crypto/tls
    package. The change is made in this
    commit
    .
  • bugfix Fixed a bug in code related to APNS. In 1.5.1, uniqush-push
    calculates waiting time before retry by squaring previous waiting time. This
    method leads to integer overflow quickly because we represents time interval in
    nanoseconds. Right now, we will randomly increase the waiting time which solves
    the integer overflow problem and also reduces the probability of having message
    storm.
  • improvement Report error when a user try to add an iOS device with wrong device token.