Skip to content

3.0.0

Compare
Choose a tag to compare
@almet almet released this 10 Feb 18:59
· 616 commits to main since this release

Breaking changes

  • Updated the update_collection() signature: data is now the fisr argument
    (#47)

New features

  • Added a retry option for batch requests (#51)
  • Use the "default" bucket if nothing is specified (#50)
  • Added a if_not_exists argument to the creation methods (#42)
  • Added a replication mechanism in kinto_client.replication (#26)
  • Handle the last_modified argument on update or create operations (#24)

Bug fixes

  • Do not force the JSON content-type in requests if multipart-encoded files are
    sent (#27)
  • Fail the batch operations early (#47)
  • Remove un-needed requirements (FxA) (#43)
  • Use max_batch_request from the server to issue more than one batch request
    (#30)
  • Make sure batch raises an error when needed (#28)
  • Fix an invalid platform error for some versions of python (#31)
  • Do not lowercase valid IDs (#33)

Documentation

  • Add documentation about client.batch (#44)