-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop support for older versions of Node, API cleanup, Tarn connection…
… pool
- Loading branch information
1 parent
7318b53
commit 2323031
Showing
9 changed files
with
354 additions
and
576 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Change Log | ||
========== | ||
|
||
`apns2` follows [Semantic Versioning](http://semver.org/) | ||
|
||
--- | ||
|
||
## [4.0.0](https://github.com/AndrewBarba/apns2/releases/tag/4.0.0) | ||
|
||
1. Remove support for Node versions less than v8.10 | ||
2. High-performance connection pool using [tarn](https://github.com/vincit/tarn.js) | ||
3. More friendly require API, see README for updated usage | ||
|
||
## [3.0.1](https://github.com/AndrewBarba/apns2/releases/tag/3.0.1) | ||
|
||
1. Fix Typescript definitions | ||
|
||
## [3.0.0](https://github.com/AndrewBarba/apns2/releases/tag/3.0.1) | ||
|
||
1. Introduces support for the native `http2` module in Node.js v8.4.0 or later with fall back to `node-spdy` in earlier versions of Node.js. | ||
|
||
To use the new `http2` library you must start your node process with `node --expose-http2` and apns2 will automatically use the native module. Later versions of Node.js may expose the native module without the need for a command line flag. In this case, apns2 will automatically use the native module without any additional steps on your end. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.