diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 362d3be9c..c60ab75fc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -19,6 +19,7 @@ This document describes changes between each past release. thanks @ayusharma) - Server now returns 415 error response if client cannot accept JSON response (#461, mozilla-services/cliquet#667) - Server now returns 415 error response if client does not send JSON request (#461, mozilla-services/cliquet#667) +- Add the ``__lbheartbeat__`` endpoint, for load balancer membership test. Protocol is now version 1.4. See `API changelog `_. @@ -52,6 +53,7 @@ Protocol is now version 1.4. See `API changelog `_. - Track execution time on StatsD for each authentication sub-policy (mozilla-services/cliquet#639) +- Default console log renderer now has colours (mozilla-service/cliquet#671) **Bug fixes** @@ -62,6 +64,8 @@ Protocol is now version 1.4. See `API changelog =3,<4', + 'cliquet>=3.1,<4', 'jsonschema', ] POSTGRESQL_REQUIREMENTS = REQUIREMENTS + [ - 'cliquet[postgresql]>=3,<4' + 'cliquet[postgresql]>=3.1,<4' ] MONITORING_REQUIREMENTS = REQUIREMENTS + [ - 'cliquet[monitoring]>=3,<4' + 'cliquet[monitoring]>=3.1,<4' ] FXA_REQUIREMENTS = REQUIREMENTS + [