Skip to content

[0.8.0] - 2022-04-11

Compare
Choose a tag to compare
@mkb79 mkb79 released this 11 Apr 11:38
· 359 commits to master since this release
7beffb2

Note

Auth files created or saved with v0.8.0 are not backward compatible!

Added

  • full support of pre-Amazon accounts (e.g. refresh access token, deregister device)
  • Client and AsynClient now accepts session kwargs which are bypassed to the underlying httpx Client
  • a respone_callback can now be set to Client and AsyncClient class to allow custom preparation of response output
  • An absolut url (e.g. https://cde-ta-g7g.amazon.com/FionaCDEServiceEngine/sidecar) can now be passed to a client get, post, delete and put method as the path arg. So in most cases the client raw_request method is not needed anymore.

Changed

  • rename (and rework) Client._split_kwargs to Client._prepare_params