Releases: kinnay/NintendoClients
Releases · kinnay/NintendoClients
3.0.3
3.0.2
3.0.1
3.0.0
- Breaking change: replaced
pkg_resources
byimportlib.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
2.2.0
2.1.0
2.0.1
2.0.0
- 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).