Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@mishan mishan released this 09 Mar 06:52
· 238 commits to master since this release

2016-Mar-08

This release contains a change to the response format, as well as bug fixes and improvements.

ChangeLog:

  • improvement Changed the response format of most APIs from logs to JSON.
    This allows clients to reliably parse results and errors from the API response.
    This will break clients that parse the old format
  • improvement Allow 2048 byte APNS payloads
  • bugfix Fix various memory leaks.
  • bugfix Fix bugs in closing connections.
  • Remove support for C2DM, which was shut down by Google on October 2015.