Skip to content

Releases: Kinto/kinto-http.py

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

10.5.0

10 Sep 15:23
0735a4a
Compare
Choose a tag to compare

New features

10.4.1

22 May 07:55
Compare
Choose a tag to compare

Bug fixes

  • Handle bearer tokens without a colon.

10.4.0

09 May 14:55
Compare
Choose a tag to compare
  • Add support for Bearer tokens in the CLI utilities.
  • Use black for code formatting.