Skip to content

Update, add dynamic cookie refresh and authentication checking#2

Open
Apollon77 wants to merge 399 commits intosoef:masterfrom
Apollon77:master
Open

Update, add dynamic cookie refresh and authentication checking#2
Apollon77 wants to merge 399 commits intosoef:masterfrom
Apollon77:master

Conversation

@Apollon77
Copy link

... and many more.

currently uses my fork of alexa-cookie because changes there too

Apollon77 and others added 30 commits May 11, 2021 09:54
Always recognize "alexa" as wakeword to handle commands via the apps correctly
Set missing Accept Header
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.5 to 2.2.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.1.5...v2.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
* adjust gh action
…ons/setup-node-2.2.0

Bump actions/setup-node from 2.1.5 to 2.2.0
* add authority header
* prepare version
Add skill launch function
Add getSkills() function
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.2.0 to 2.4.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.2.0...v2.4.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@alcalzone/release-script](https://github.com/AlCalzone/release-script) from 2.2.1 to 3.4.0.
- [Release notes](https://github.com/AlCalzone/release-script/releases)
- [Changelog](https://github.com/AlCalzone/release-script/blob/master/CHANGELOG.md)
- [Commits](AlCalzone/release-script@v2.2.1...v3.4.0)

---
updated-dependencies:
- dependency-name: "@alcalzone/release-script"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ws](https://github.com/websockets/ws) from 7.5.3 to 8.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.3...8.2.2)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…one/release-script-3.4.0

Bump @alcalzone/release-script from 2.2.1 to 3.4.0
…ons/setup-node-2.4.1

Bump actions/setup-node from 2.2.0 to 2.4.1
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.4.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](axios/axios@v0.21.1...v0.21.4)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…0.21.4

chore(deps): bump axios from 0.21.1 to 0.21.4
…Node.js starting with 12.x

* (Apollon77) Change Push connection to new signed flow
Apollon77 and others added 30 commits April 16, 2024 21:30
* (Apollon77) Adjust Activity Record query to Amazon changes
* (NebzHB) fix missing amazonPage reference instead of amazon.de
'amazon.ca', 'amazon.com.mx':
host: 'bob-dispatch-prod-na.amazon.com'

'amazon.com.in', 'amazon.co.nz':
host: 'bob-dispatch-prod-fe.amazon.com'
Add additional Amazon domains for http2 host connection lookup
…props/action-gh-release-2

chore(deps): bump softprops/action-gh-release from 1 to 2
Names is returning Serial and not string
* (danielbrunt57) Adds additional Amazon domains for HTTP/2 push connections
* (beothorn) Fixes Typing information for "names" property
* IMPORTANT: This version updated "list" and "Smarthome" APIs to the latest Amazon changes. SOme of these are breaking! Please see changelog below for details!
* (Apollon77) Added new methods as "V2" to represent the new Amazon API. The delivered data have a different structure and some values are not available anymore.
  * getListsV2
  * getListV2
  * getListItemsV2
  * getSmarthomeDevicesV2
* (Apollon77) The following methods got deprecated and try to deliver a comparable response as before by internally using the new APIs. This mapping is done on best effort and might not be 100%!
  * getLists
  * getList
  * getListItems
  * getSmarthomeDevices
* (Apollon77) deleteListItem got a new options parameter added because the version of the list to delete is required now. An Error is returned if the version is not provided.
* (Apollon77) The following methods were updated to use the new APIs in the background, so no V2 method was added:
  * addListItem
  * updateListItem
* (Apollon77) The following former deprecated methods were removed
  * getHistory
  * getActivities
Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 to 11.0.3.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v10.0.0...v11.0.3)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.10.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.7...v1.10.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.10.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…1.10.0

chore(deps-dev): bump axios from 1.7.7 to 1.10.0
…1.0.3

chore(deps): bump uuid from 10.0.0 to 11.0.3
* (Apollon77) Fix List updates in some cases. Disable removing details for now
* (Apollon77) Fix List updates in some cases. Disable removing details for now
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…ons/setup-node-6

chore(deps): bump actions/setup-node from 4 to 6
…ons/checkout-5

chore(deps): bump actions/checkout from 4 to 5
* (@Apollon77) Adjusts Authentication check to recent Amazon changes
* (@Apollon77) Adjusts Authentication check to recent Amazon changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants