Skip to content

Commit

Permalink
Merge branch 'prepare-8.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
glasserc committed Jan 9, 2018
2 parents 6cf0b68 + 24a74f4 commit 21ec510
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
13 changes: 10 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.

8.0.1 (unreleased)
8.1.0 (2018-01-09)
------------------

**Internal changes**
Expand All @@ -25,13 +25,20 @@ This document describes changes between each past release.

**New features**

- New setting ``kinto.backoff_percentage`` to only set the backoff header a portion of the time
- New setting ``kinto.backoff_percentage`` to only set the backoff header a portion of the time.
- ``make tdd`` allows development in a TDD style by rerunning tests every time a file is changed.

**Bug fixes**

- Optimize the Postgres collection_timestamp method by one query. It
now only makes two queries instead of three.

- Update other dependencies: newrelic to 2.98.0.81 (#1409), setuptools
to 38.4.0 (#1411, #1429, #1438, #1440), pytest to 3.3.2 (#1412,
#1437), raven to 6.4.0 (#1421), werkzeug to 0.14.1 (#1418, #1434),
python-memcached to 1.59 (#1423), zest.releaser to 6.13.3 (#1427),
bravado_core to 4.11.2 (#1426, #1441), statsd to 3.2.2 (#1422),
jsonpatch to 1.21 (#1432), sqlalchemy to 1.2.0 (#1430), sphinx to
1.6.6 (#1442).

8.0.0 (2017-11-29)
------------------
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Contributors
* Nicolas Perriault <nperriault@mozilla.com>
* Niraj <https://github.com/niraj8>
* Oron Gola <oron.golar@gmail.com>
* Palash Nigam <npalash25@gmail.com>
* PeriGK <per.gkolias@gmail.com>
* realsumit <sumitsarinofficial@gmail.com>
* Rektide <rektide@voodoowarez.com>
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
# built documents.
#
# The short X.Y version.
version = '8.0'
version = '8.1'
# The full version, including alpha/beta/rc tags.
release = '8.0.0'
release = '8.1.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 @@ -177,7 +177,7 @@ adjustments:
.. note::

For an exhaustive list of available settings and their default values,
refer to the *Kinto* :github:`source code <Kinto/kinto/blob/8.0.0/kinto/core/__init__.py#L27-L96>`.
refer to the *Kinto* :github:`source code <Kinto/kinto/blob/8.1.0/kinto/core/__init__.py#L27-L96>`.


By default, nobody can read buckets list. You can change that using:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def read_file(filename):


setup(name='kinto',
version='8.0.1.dev0',
version='8.1.0',
description='Kinto Web Service - Store, Sync, Share, and Self-Host.',
long_description='{}\n\n{}\n\n{}'.format(README, CHANGELOG, CONTRIBUTORS),
license='Apache License (2.0)',
Expand Down

0 comments on commit 21ec510

Please sign in to comment.