File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,13 @@ CHANGELOG
44This document describes changes between each past release.
55
66
7- 7.3 .0 (unreleased )
7+ 8.0 .0 (2017-05-11 )
88==================
99
1010**Breaking changes **
1111
12+ - Fetch only one page when ``_limit `` is specified and allow to override this
13+ with a ``pages `` argument (fixes #136)
1214- Make client methods API consistent by forcing keyword parameters (#119)
1315- Deduce the ``id `` of a resource with the value of ``id `` in ``data `` if present (#143)
1416- Drop Python 2.7 support. Now supports Python 3.5+
@@ -18,8 +20,6 @@ This document describes changes between each past release.
1820- Keep tracks of Backoff headers and raise an ``BackoffException `` if
1921 we are not waiting enough between two calls. (#53)
2022- Add ``--retry `` and ``--retry-after `` to CLI utils helpers (fixes #126)
21- - Fetch only one page when ``_limit `` is specified and allow to override this
22- with a ``pages `` argument (fixes #136)
2323
2424**Bug fixes **
2525
Original file line number Diff line number Diff line change 1- requests == 2.10.0
1+ appdirs == 1.4.3
2+ packaging == 16.8
3+ pyparsing == 2.2.0
4+ requests == 2.14.2
25six == 1.10.0
3- Unidecode == 0.4.19
6+ Unidecode == 0.4.20
Original file line number Diff line number Diff line change 3535]
3636
3737setup (name = 'kinto-http' ,
38- version = '7.3.0.dev0 ' ,
38+ version = '8.0.0 ' ,
3939 description = 'Kinto client' ,
4040 long_description = README ,
4141 license = 'Apache License (2.0)' ,
You can’t perform that action at this time.
0 commit comments