Releases: Kinto/kinto-http.py
Releases · Kinto/kinto-http.py
9.0.1
9.0.0
8.0.1
8.0.0
Breaking changes
- Fetch only one page when
_limitis specified and allow to override this
with apagesargument (fixes #136) - Make client methods API consistent by forcing keyword parameters (#119)
- Deduce the
idof a resource with the value ofidindataif present (#143) - Drop Python 2.7 support. Now supports Python 3.5+
New Features
- Keep tracks of Backoff headers and raise an
BackoffExceptionif
we are not waiting enough between two calls. (#53) - Add
--retryand--retry-afterto CLI utils helpers (fixes #126)
Bug fixes
- Fix retry behaviour when responses are successful (fixes #129)
- Fix Retry-After value to be read as integer rather than string. (#131)
- Fix No JSON could be decoded ValueError (fixes #116)
Internal changes
make tests-onceto run functional tests in order to calculate coverage correctly (#131)
7.2.0
7.1.0
Bug fixes
- Method for plural endpoints now return list of objects instead of
odict_values.
New features
- Add logging (fixes #36, #110, thanks @sahildua2305)
Documentation
- Fix explanation about safe/if_match/last_modified
- Fix missing methods in docs (#102, thanks @gabisurita)
- Improve contributing guide (#104, #111, thanks @Sayli-Karnik)
- Show how to use the FxABearerTokenAuth auth (#117)
7.0.0
Breaking changes
- Removed
if_existsargument from thedelete_*smethods for plural endpoints
(#98, thanks @mansimarkaur!)
New features
- Added CRUD methods for the group endpoints (#95, thanks @mansimarkaur!)
Documentation
- Add contributing guide (#90, thanks @sahildua2305!)