[0.8.0] - 2022-04-11
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
andAsynClient
now accepts session kwargs which are bypassed to the underlying httpx Client- a
respone_callback
can now be set toClient
andAsyncClient
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
andput
method as thepath
arg. So in most cases the clientraw_request
method is not needed anymore.
Changed
- rename (and rework)
Client._split_kwargs
toClient._prepare_params