diff --git a/CHANGELOG.md b/CHANGELOG.md index 99a9c96..224f7b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index f4dfe20..db53cf7 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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" }