Skip to content

Commit

Permalink
Merge branch 'prepare-4.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed Aug 17, 2016
2 parents 094d1ac + 4f11066 commit 5f414d0
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Changelog

This document describes changes between each past release.

4.0.0 (unreleased)
4.0.0 (2016-08-17)
------------------

**Breaking changes**
Expand All @@ -26,6 +26,8 @@ This document describes changes between each past release.
- Allow sub-object filtering on plural endpoints (e.g ``?person.name=Eliot``) (#345)
- Allow sub-object sorting on plural endpoints (e.g ``?_sort=person.name``) (#345)

Protocol is now at version **1.9**. See `API changelog`_.

**New features**

- Added a new built-in plugin ``kinto.plugins.history`` that keeps track of every action
Expand All @@ -41,7 +43,6 @@ This document describes changes between each past release.

**Bug fixes**

- Fix Redis get_accessible_object implementation (#725)
- Fix bug where the resource events of a request targetting two groups/collection
from different buckets would be grouped together.
- Fix crash when an invalid UTF-8 character is provided in URL
Expand All @@ -64,7 +65,7 @@ This document describes changes between each past release.
parameter anymore
- Improved parts of the FAQ (#744)
- Improve 404 and 403 error handling to make them customizable. (#748)
- ``kinto.core`` resources are not schemaless by default (fixes #719)
- ``kinto.core`` resources are now schemaless by default (fixes #719)


3.3.1 (2016-07-19)
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Contributors
* Masataka Takeuchi <[email protected]>
* Mathieu Agopian <[email protected]>
* Mathieu Leplatre <[email protected]>
* Maxime Varnier <[email protected]>
* Maxime Warnier <[email protected]>
* Michiel de Jong <[email protected]>
* Nicolas Hoizey <[email protected]>
* Nicolas Perriault <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ API
Changelog
---------

1.9 (unreleased)
1.9 (2016-08-17)
''''''''''''''''

- Add new endpoint ``GET /__version__`` to retrieve the information
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
# built documents.
#
# The short X.Y version.
version = '3.3'
version = '4.0'
# The full version, including alpha/beta/rc tags.
release = '3.3.0'
release = '4.0.0'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/production.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ adjustments:
.. note::

For an exhaustive list of available settings and their default values,
refer to the *Kinto* :github:`source code <Kinto/kinto/blob/3.3.1/kinto/core/__init__.py#L23-L89>`.
refer to the *Kinto* :github:`source code <Kinto/kinto/blob/4.0.0/kinto/core/__init__.py#L23-L90>`.


By default, nobody can read buckets list. You can change that using:
Expand Down
11 changes: 5 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
colander==1.3.1
colorama==0.3.7
contextlib2==0.5.3
contextlib2==0.5.4
cornice==1.2.1
enum34==1.1.6
functools32==3.2.3.post2
futures==3.0.5
iso8601==0.1.11
jsonschema==2.5.1
newrelic==2.66.0.49
newrelic==2.68.0.50
PasteDeploy==1.5.2
psycopg2==2.6.2
pyramid==1.7
pyramid==1.7.2
pyramid-multiauth==0.8.0
pyramid-tm==0.12.1
python-dateutil==2.5.3
raven==5.23.0
redis==2.10.5
raven==5.24.3
repoze.lru==0.6
requests==2.10.0
requests==2.11.0
simplejson==3.8.2
six==1.10.0
SQLAlchemy==1.0.14
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def read_file(filename):


setup(name='kinto',
version='3.4.0.dev0',
version='4.0.0',
description='Kinto Web Service - Store, Sync, Share, and Self-Host.',
long_description=README + "\n\n" + CHANGELOG + "\n\n" + CONTRIBUTORS,
license='Apache License (2.0)',
Expand Down

0 comments on commit 5f414d0

Please sign in to comment.