All Versions
18
Latest Version
Avg Release Cycle
43 days
Latest Release
2924 days ago
Changelog History
Page 1
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"
andkey: "plaintext keyfile contents"
options can be provided instead ofcert: "path/to/certfile"
andkeyfile: "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.