From d831f9965f62f656f3442c77a1ca18b674c3015d Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Sat, 2 Jul 2022 11:15:38 +0200 Subject: [PATCH] chore: release v5.0.0 * BREAKING: SequenceNode methods throws an error on invalid data instead calling callback with error as before! * (Apollon77) Enhance multi sequence Node methods to support building node structures with sub Parallel/SerialNodes * (Apollon77) Adjust logic to get the "global" ownerCustomerId and use Authentication response from session verification call * (Apollon77) Add getAuthenticationDetails() method to get the Authentication response from the last successful session verification call * (Apollon77) Add method isWsMqttConnected() to query if the WS-MQTT connection is established or not * (Apollon77/hive) Add method stopProxyServer() to stop the proxy server pot. opened from getting a new cookie * (Apollon77) Adjust setTuneIn method to work again for stationIds (s*) and topicIds (t*) * (Apollon77) Do an automatic request retry with a delay of 500-1000ms (random) when error 503 is returned from Amazon services * (Apollon77/hive) Correctly end all timers on disconnect * (Apollon77/hive) Optimize authentication check when no cookie is set * (Apollon77) Prevent some crash cases --- README.md | 3 +-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d60747c..89dc7ca 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,7 @@ Thank you for that work. * docu docu docu (sorry ... will come) ## Changelog: - -### __WORK IN PROGRESS__ +### 5.0.0 (2022-07-02) * BREAKING: SequenceNode methods throws an error on invalid data instead calling callback with error as before! * (Apollon77) Enhance multi sequence Node methods to support building node structures with sub Parallel/SerialNodes * (Apollon77) Adjust logic to get the "global" ownerCustomerId and use Authentication response from session verification call diff --git a/package-lock.json b/package-lock.json index e0d38b5..3a49982 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "alexa-remote2", - "version": "4.1.2", + "version": "5.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "alexa-remote2", - "version": "4.1.2", + "version": "5.0.0", "license": "MIT", "dependencies": { "alexa-cookie2": "^4.0.2", diff --git a/package.json b/package.json index baf8a3e..a98c395 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alexa-remote2", - "version": "4.1.2", + "version": "5.0.0", "description": "Remote Control for amazon echo devices", "author": { "name": "Apollon77",