Skip to content

Commit

Permalink
chore: release v5.0.0
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Apollon77 committed Jul 2, 2022
1 parent db8bede commit d831f99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d831f99

Please sign in to comment.