Skip to content

Releases: kinnay/NintendoClients

3.0.3

28 Dec 10:56
Compare
Choose a tag to compare
  • Bug fix: fixed typo, changed BANNED_DEIVCE to BANNED_DEVICE in DAuthError class.

3.0.2

28 Dec 10:55
Compare
Choose a tag to compare
  • Bug fix: fixed base64 decoding of dauth challenge. This fixes a bug that caused dauth to fail after a recent server update.

3.0.1

02 Dec 19:58
Compare
Choose a tag to compare
  • Bug fix: 19.0.1 support was missing in the previous release.

3.0.0

02 Dec 19:58
Compare
Choose a tag to compare
  • Breaking change: replaced pkg_resources by importlib.resources. This increases the minimum Python version to 3.11.
  • Bug fix: removed ampersand before device_auth_token parameter in aauth challenge requests for 18.0.0+.
  • Bug fix: added missing naCountry parameter to baas login requests for 18.0.0+.
  • Added support for system version 19.0.0 and 19.0.1.

2.2.1

06 Aug 18:33
Compare
Choose a tag to compare
  • Fixed the header order in the dauth flow for system version 18.0.0 and later.

2.2.0

29 Jun 07:49
Compare
Choose a tag to compare
  • Added support for system version 18.1.0.

2.1.0

04 May 06:58
Compare
Choose a tag to compare
  • Added support for system version 17.0.1, 18.0.0 and 18.0.1.
  • Added support for Switch gamecard authentication.
  • Added support for the data store protocol of Miitopia 3DS.

2.0.1

12 Nov 21:48
Compare
Choose a tag to compare
  • Bug fix: added nintendo.switch to setup.py. The whole nintendo.switch folder was missing in the previous release.

2.0.0

29 Oct 16:31
Compare
Choose a tag to compare
  • Breaking change: moved all Switch-related clients into their own namespace. For example, nintendo.dauth is now nintendo.switch.dauth.
  • Breaking change: dauth client ids are now global constants instead of members of DAuthClient.
  • Implemented a client for the sun server (system update metadata).
  • Implemented a client for the atumn server (system update content).

1.1.0

19 Oct 20:20
Compare
Choose a tag to compare
  • Added support for system version 17.0.0.
  • Added default values to RankingOrderParam.offset and RankingOrderParam.count.