Releases: Kinto/kinto-http.py
Releases · Kinto/kinto-http.py
10.10.1
10.10.0
10.9.0
10.8.0
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
withpytest
Commits
- Bump urllib3 from 1.25.7 to 1.25.8 by @dependabot-preview in #223
- Bump idna from 2.8 to 2.9 by @dependabot-preview in #224
- Bump requests from 2.22.0 to 2.23.0 by @dependabot-preview in #225
- Run black on CI by @dstaley in #226
- Bump certifi from 2019.11.28 to 2020.4.5.1 by @dependabot-preview in #227
- Bump urllib3 from 1.25.8 to 1.25.9 by @dependabot-preview in #228
- Fix linting errors by @dstaley in #235
- Bump urllib3 from 1.25.9 to 1.25.10 by @dependabot-preview in #233
- Bump idna from 2.9 to 2.10 by @dependabot-preview in #232
- Bump requests from 2.23.0 to 2.24.0 by @dependabot-preview in #230
- Bump certifi from 2020.4.5.1 to 2020.6.20 by @dependabot-preview in #231
- Bump urllib3 from 1.25.10 to 1.25.11 by @dependabot-preview in #236
- Bump certifi from 2020.6.20 to 2020.11.8 by @dependabot-preview in #237
- Bump urllib3 from 1.25.11 to 1.26.0 by @dependabot-preview in #238
- Bump requests from 2.24.0 to 2.25.0 by @dependabot-preview in #239
- Bump urllib3 from 1.26.0 to 1.26.1 by @dependabot-preview in #240
- Bump urllib3 from 1.26.1 to 1.26.2 by @dependabot-preview in #241
- Bump certifi from 2020.11.8 to 2020.12.5 by @dependabot-preview in #242
- Bump chardet from 3.0.4 to 4.0.0 by @dependabot-preview in #243
- Bump requests from 2.25.0 to 2.25.1 by @dependabot-preview in #244
- Bump unidecode from 1.1.1 to 1.1.2 by @dependabot-preview in #245
- Bump idna from 2.10 to 3.0 by @dependabot-preview in #246
- Bump urllib3 from 1.26.2 to 1.26.4 by @dependabot in #252
- Bump unidecode from 1.1.2 to 1.2.0 by @dependabot-preview in #249
- Bump idna from 3.0 to 3.1 by @dependabot-preview in #247
- Fix#54 Throw warnings.warn(response.headers['Alert'], DeprecationWarning) by @bengwie in #251
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #253
- Bump idna from 3.1 to 3.2 by @dependabot in #256
- Bump certifi from 2020.12.5 to 2021.5.30 by @dependabot in #255
- Bump urllib3 from 1.26.4 to 1.26.5 by @dependabot in #254
- Bump urllib3 from 1.26.5 to 1.26.6 by @dependabot in #257
- Bump requests from 2.25.1 to 2.26.0 by @dependabot in #258
- Bump unidecode from 1.2.0 to 1.3.0 by @dependabot in #259
- Bump unidecode from 1.3.0 to 1.3.1 by @dependabot in #260
- Bump unidecode from 1.3.1 to 1.3.2 by @dependabot in #261
- Bump urllib3 from 1.26.6 to 1.26.7 by @dependabot in #262
- Bump idna from 3.2 to 3.3 by @dependabot in #264
- Bump certifi from 2021.5.30 to 2021.10.8 by @dependabot in #263
- Switch to GH actions by @leplatrem in #267
- For #269: Fix Coveralls by @matt-boris in #270
- For #265: Async Client by @matt-boris in #268
- Preparing release 10.8.0 by @matt-boris in #271
New Contributors
- @dstaley made their first contribution in #226
- @dependabot made their first contribution in #252
- @bengwie made their first contribution in #251
- @matt-boris made their first contribution in #270
Full Changelog: 10.7.0...10.8.0