Skip to content

Commit

Permalink
Version 0.4.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Razvan Botea committed Jul 5, 2017
1 parent 1145d9e commit 4362299
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 0.4.4

* Finally added documentation for the sockets transport worker extra config vars
* Single delta notifications with payload size greater than the gcm/apn limit will be stored on Amazon S3 and a link will be provided instead
* Android transport worker sends notifications in bulk when the payload is the same
* Replaced node-gcm-service with node-gcm
* Transport manager will group notifications by subscription now for improved performance
* Invalid devices should be removed now thanks to handling of the GCM response + the new APN HTTP/2 protocol response from Apple
* Using the Configuration Manager implemented in telepat lib
* BUGFIX: corrected logs file location using npm start
* BUGFIX: npm start `--max-old-space-size` node argument fixed
* BUGFIX: fix sockets worker crash when token is missing
* BUGFIX: notifications with empty arrays should not be sent

# 0.4.3

* Fix user updates
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "telepat-worker",
"version": "0.4.3",
"version": "0.4.4",
"description": "Telepat Workers are responsible for processing requests coming from the API and sending notifications to clients",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"object-sizeof": "^1.0.6",
"redis": "^0.12.1",
"socket.io": "1.4.4",
"telepat-models": "0.4.3",
"telepat-models": "0.4.4",
"underscore": "1.8.3",
"uuid": "^2.0.1"
}
Expand Down

0 comments on commit 4362299

Please sign in to comment.