3.4.2 • Published 4 years ago

alexa-cookie2-jpfork v3.4.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

This is a fork of https://github.com/Apollon77/alexa-cookie

Thanks:

https://github.com/Apollon77

Changelog:

3.4.2 (2020-10-06)

3.4.1 (2020-07-24)

  • (Apollon77) Try to revert one change and only use BaseHandle when .jp is on the end of the Domainname for japanese

3.4.0 (2020-07-19)

  • (Apollon77) Do not reuse device id from formerRegistrationData if store is invalid
  • (Apollon77) Allow to set path for former file from extern

3.3.3 (2020-07-16)

  • (Apollon77) Another try to work around Amazon changes

3.3.2 (2020-07-15)

  • (Apollon77) Another try to work around Amazon changes

3.3.1 (2020-07-15)

  • (Apollon77) Another try to work around Amazon changes

3.3.0 (2020-07-13)

  • (Apollon77) Adjust to latest Amazon changes
  • (Apollon77) Remember latest virtual device settings to adress amazons new security measures
  • (Apollon77) Adjust handling for japanese amazon region
  • (Apollon77) Handle error correctly when proxy server could not be initialized correctly (Sentry IOBROKER-ALEXA2-1E)
  • (Apollon77) handle all object changes correctly (Sentry IOBROKER-ALEXA2-1F)
  • (Apollon77) handle error cases better (Sentry IOBROKER-ALEXA2-1N)

3.2.1 (2020-06-17)

  • (Apollon77) another optimization for Node.js 14

3.2.0 (2020-06-15)

  • (Apollon77) Make compatible with Node.js 14
  • (Apollon77) Adjust to changes from Amazon so that initial Proxy process works again
  • (Apollon77) Add new parameter baseAmazonPage to allow use the library also for other regions (e.g. set to amazon.co.jp for japanese)

3.0.3 (2020.03.16)

  • (Apollon77) Prevent error for empty Cookie cases (on communication errors)

3.0.2 (2019.12.27)

  • (Apollon77) Prevent error when no headers are existent

3.0.1 (2019.12.24)

  • (Apollon77) Prevent error thrown when proxy port already in use

3.0.0

  • (tonesto7 / Gabriele-V) Added others CSRF after Amazon changes
  • (Apollon77) update deps
  • (Apollon77) Add GitHub Actions for check and release
  • (Apollon77) Rebuild a bit to allow parallel instances to work, should be compatible ...

2.1.0

  • (Apollon77) Adjust to get CSRF from different URLs after changes from Amazon

2.0.1

  • (Apollon77) Fix refresh problem, hopefully

2.0.0

  • (Apollon77) Switch Proxy approach to use device registration logic and allow refreshing of cookies. Be aware: Breaking changes in API!!

1.0.3

  • (Apollon77) try to better handle relative redirects from amazon (seen by 2FA checks)

1.0.2

  • (Apollon77) more Amazon tweaks

1.0.1

  • (Apollon77) better handle errors in automatic cookie generation

1.0.0

  • (Apollon77) handle Amazon change

0.2.x

  • (Apollon77) 0.2.2: fix encoding of special characters in email and password
  • (Apollon77) 0.2.1: Cleanup to prepare release
  • (Apollon77) 0.2.0: Add option to use a proxy to also retrieve the credentials if the automatic retrieval fails
  • (Apollon77) 0.2.0: Optimize automatic cookie retrieval, remove MacOS user agent again because the Linux one seems to work better

0.1.x

  • (Apollon77) 0.1.3: Use specific User-Agents for Win32, MacOS and linux based platforms
  • (Apollon77) 0.1.2: Log the used user-Agent, Accept-Language and Login-URL
  • (Apollon77) 0.1.1: update to get it working again and sync to alexa-remote-control

0.0.x

  • Versions by soef