File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -7,30 +7,31 @@ This document describes changes between each past release.
7
7
3.0.0 (2016-02-10)
8
8
==================
9
9
10
+ **Breaking changes **
11
+
12
+ - Updated the ``update_collection() `` signature: data is now the fisr argument
13
+ (#47)
14
+
10
15
**New features **
11
16
12
17
- Added a retry option for batch requests (#51)
13
18
- 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)
19
+ - Added a `` if_not_exists ` ` argument to the creation methods (#42)
20
+ - Added a replication mechanism in `` kinto_client.replication ` ` (#26)
21
+ - Handle the `` last_modified ` ` argument on update or create operations (#24)
17
22
18
23
**Bug fixes **
19
24
20
25
- Do not force the JSON content-type in requests if multipart-encoded files are
21
26
sent (#27)
22
27
- Fail the batch operations early (#47)
23
28
- Remove un-needed requirements (FxA) (#43)
24
- - Use `max_batch_request ` from the server to issue more than one batch request
29
+ - Use `` max_batch_request ` ` from the server to issue more than one batch request
25
30
(#30)
26
31
- Make sure batch raises an error when needed (#28)
27
32
- Fix an invalid platform error for some versions of python (#31)
28
33
- Do not lowercase valid IDs (#33)
29
34
30
- **Backward incompatible changes **
31
-
32
- - Updated the collection `signature `: data is now the first argument (#47)
33
-
34
35
**Documentation **
35
36
36
37
- Add documentation about client.batch (#44)
You can’t perform that action at this time.
0 commit comments