Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Commit

Permalink
Preparing release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed Oct 6, 2015
1 parent 50e4948 commit 40f98ef
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.rst
Expand Up @@ -3,7 +3,8 @@ Changelog

This document describes changes between each past release.

2.8.0 (unreleased)

2.8.0 (2015-10-06)
------------------

**Breaking changes**
Expand All @@ -12,6 +13,21 @@ This document describes changes between each past release.
``cliquet.storage_pool_maxconn`` and ``cliquet.basic_auth_enabled``
were removed (ref #448)

**New features**

- Add CORS catching headers. (ref #466)
- Use the project name as setting prefix (ref #472)

**Internal changes**

- Expose statsd client for projects using cliquet can send statsd
metrics. (ref #465)
- Refactor BaseWebTest. (ref #468)
- Remove hard coded CORS origins in order to be able to override it
with config. (ref #467)
- Allow overridding 405 response error to give context (ref #471)
- Allow overridding 503 response error to give context (ref #473)


2.7.0 (2015-09-23)
------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -60,7 +60,7 @@


setup(name='cliquet',
version='2.8.0.dev0',
version='2.8.0',
description='Micro service API toolkit',
long_description=README + "\n\n" + CHANGELOG + "\n\n" + CONTRIBUTORS,
license='Apache License (2.0)',
Expand Down

0 comments on commit 40f98ef

Please sign in to comment.