File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,13 @@ CHANGELOG
4
4
This document describes changes between each past release.
5
5
6
6
7
- 7.3 .0 (unreleased )
7
+ 8.0 .0 (2017-05-11 )
8
8
==================
9
9
10
10
**Breaking changes **
11
11
12
+ - Fetch only one page when ``_limit `` is specified and allow to override this
13
+ with a ``pages `` argument (fixes #136)
12
14
- Make client methods API consistent by forcing keyword parameters (#119)
13
15
- Deduce the ``id `` of a resource with the value of ``id `` in ``data `` if present (#143)
14
16
- Drop Python 2.7 support. Now supports Python 3.5+
@@ -18,8 +20,6 @@ This document describes changes between each past release.
18
20
- Keep tracks of Backoff headers and raise an ``BackoffException `` if
19
21
we are not waiting enough between two calls. (#53)
20
22
- 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)
23
23
24
24
**Bug fixes **
25
25
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
2
5
six == 1.10.0
3
- Unidecode == 0.4.19
6
+ Unidecode == 0.4.20
Original file line number Diff line number Diff line change 35
35
]
36
36
37
37
setup (name = 'kinto-http' ,
38
- version = '7.3.0.dev0 ' ,
38
+ version = '8.0.0 ' ,
39
39
description = 'Kinto client' ,
40
40
long_description = README ,
41
41
license = 'Apache License (2.0)' ,
You can’t perform that action at this time.
0 commit comments