Skip to content

Releases: Kinto/kinto-http.py

11.1.0

28 Mar 14:57
448acce
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: 11.0.1...11.1.0

11.0.1

05 Apr 16:31
11.0.1
d45f1a0
Compare
Choose a tag to compare

Bug fixes

  • Fix clone() method with subclasses (#307)
  • Do not send body in GET requests (#306)

11.0.0

23 Aug 09:03
11.0.0
ae22538
Compare
Choose a tag to compare
  • Remove pinned versions in dependencies (#287)

10.10.1

05 Jul 13:18
10.10.1
6e48d06
Compare
Choose a tag to compare

Bug fixes

  • Fix breaking change introduced in previous version, accept empty string in auth parameter

10.10.0

27 Jun 12:11
10.10.0
001ffb9
Compare
Choose a tag to compare

New features

  • Use Bearer token Auth object if specified string for auth contains Bearer
  • Use Basic Auth if specified string for auth contains :

10.9.0

04 Feb 16:12
10.9.0
6a1129d
Compare
Choose a tag to compare

New features

  • Access client configured bucket and collection names at client.bucket_name and client.collection_name respectively.

10.8.0

03 Dec 16:05
10.8.0
c76cdf8
Compare
Choose a tag to compare

What's Changed

New features

  • Asynchronous client is now available: from kinto_http import AsyncClient (#268 <https://github.com/Kinto/kinto-http.py/pull/268>_)

Internal changes

  • Replaced unittest with pytest

Commits

New Contributors

Full Changelog: 10.7.0...10.8.0

10.7.0

09 Jan 22:03
4c2d3a3
Compare
Choose a tag to compare

New features

  • Add ability to specify headers from Client constructor

10.6.1

13 Nov 09:28
260e507
Compare
Choose a tag to compare

Bug fixes

  • Do not try to parse content on 204 No Content responses

10.6.0

20 Sep 14:04
9f86e6a
Compare
Choose a tag to compare

New features

  • Specify requests timeout in client constructor