[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)
ClientandAsynClientnow accepts session kwargs which are bypassed to the underlying httpx Client- a
respone_callbackcan now be set toClientandAsyncClientclass 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,deleteandputmethod as thepatharg. So in most cases the clientraw_requestmethod is not needed anymore.
Changed
- rename (and rework)
Client._split_kwargstoClient._prepare_params