All Versions
18
Latest Version
Avg Release Cycle
43 days
Latest Release
2924 days ago

Changelog History
Page 1

  • v0.9.6 Changes

    March 14, 2017

    โšก๏ธ A bigger than usual update

    • ๐Ÿ”€ merged PR#49, PR#53, PR#54
    • โž• Added a backoff timeout, it will use timeout from config instead just 1 seconds
    • โœ… Minor clean up and test fixes
    • ๐Ÿ‘ Better logging when connection fails
    • ๐Ÿšš Elixir 1.4 compatibility (removed warnings)
    • โšก๏ธ Library/dependency updates
  • v0.9.3 Changes

    July 19, 2016
    • ๐Ÿ“œ A fix for certificate keys parsing (thanks @tuvistavie)
  • v0.9.2 Changes

    May 16, 2016
    • โšก๏ธ Poison version updated to 2.1
  • v0.9.1 Changes

    May 12, 2016
    • ๐Ÿ”€ Merged PR #38 which deals with a cornercase condition when Apple returns messages with 0 id
  • v0.9.0 Changes

    April 22, 2016
    • โšก๏ธ Merged PR #32 which introducec major rearchitecture of the library hence the version update
    • Resend notifications on failures
    • โœ… Tests
    • ๐Ÿ‘ Better message expiration support
    • SSL retry limit
    • And more smaller enhancements

    Note that old version is available in 0.0.x-stable branch

  • v0.0.13 Changes

    March 23, 2016
    • โšก๏ธ Merged PR #26 with README update
    • ๐Ÿ”€ Merged PR #27 with a better logging which now includes a message id
  • v0.0.12 Changes

    March 10, 2016
    • ๐Ÿ”€ Merged PR #23 which stop a reconnect spam if SSl connect fails
    • ๐Ÿ”€ Merged PR #22 which allows cert/key to be loaded from a string
    • ๐Ÿ”€ Merged PR #24 which adds extra logging for sending SSL messages
  • v0.0.11 Changes

    January 04, 2016
    • ๐Ÿ›  Fixed Loc-messages formating/truncating
    • (optional) category field added to APNS message
    • cert_password can be given in both "binary" and 'char list' formats
    • ๐Ÿ‘ท Now you can dynamically add workers to pool with APNS.connect_pool/2
    • cert: "plaintext certfile contents" and key: "plaintext keyfile contents" options can be provided instead of cert: "path/to/certfile" and keyfile: "path/to/keyfile"
  • v0.0.10 Changes

    November 24, 2015
    • Option to specify certfile location relative to app's priv dir added
    • โœ‚ Removed Hexate dependency
  • v0.0.9 Changes

    November 21, 2015
    • Message IDs generation improved. Previous implementation based on timestamp could cause bugs under load.
    • ๐Ÿš€ This release is mostly refactoring. If you use any of modules directly (e.g. you define your own pool of workers using APNS.Connection.Worker), please take a look at new modules names and the structure.