File tree Expand file tree Collapse file tree 2 files changed +27
-4
lines changed Expand file tree Collapse file tree 2 files changed +27
-4
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,36 @@ CHANGELOG
44This document describes changes between each past release.
55
66
7- 2.1 .0 (unreleased )
7+ 3.0 .0 (2016-02-10 )
88==================
99
10+ **New features **
11+
12+ - Added a retry option for batch requests (#51)
13+ - Use the "default" bucket if nothing is specified (#50)
14+ - Added a `if_not_exists ` argument to the creation methods (#42)
15+ - Added a replication mechanism in `kinto_client.replication ` (#26)
16+ - Handle the `last_modified ` argument on update or create operations (#24)
17+
1018**Bug fixes **
1119
12- - Do not force the JSON content-type in requests if multipart-encoded files
13- are sent
20+ - Do not force the JSON content-type in requests if multipart-encoded files are
21+ sent (#27)
22+ - Fail the batch operations early (#47)
23+ - Remove un-needed requirements (FxA) (#43)
24+ - Use `max_batch_request ` from the server to issue more than one batch request
25+ (#30)
26+ - Make sure batch raises an error when needed (#28)
27+ - Fix an invalid platform error for some versions of python (#31)
28+ - Do not lowercase valid IDs (#33)
29+
30+ **Backward incompatible changes **
31+
32+ - Updated the collection `signature `: data is now the first argument (#47)
33+
34+ **Documentation **
35+
36+ - Add documentation about client.batch (#44)
1437
1538
16392.0.0 (2015-11-18)
Original file line number Diff line number Diff line change 2323
2424
2525setup (name = 'kinto-client' ,
26- version = '2.1.0.dev0 ' ,
26+ version = '3.0.0 ' ,
2727 description = 'Kinto client' ,
2828 long_description = README ,
2929 license = 'Apache License (2.0)' ,
You can’t perform that action at this time.
0 commit comments