Skip to content

Commit 8a505c8

Browse files
committed
Preparing release 3.0.0
1 parent ab1d2e2 commit 8a505c8

File tree

2 files changed

+27
-4
lines changed

2 files changed

+27
-4
lines changed

CHANGELOG.rst

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,36 @@ CHANGELOG
44
This 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

1639
2.0.0 (2015-11-18)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525
setup(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)',

0 commit comments

Comments
 (0)