Readinglist

Latest version: v2.0.0

Safety actively analyzes 618891 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

2.1.0

------------------

- Nothing changed yet.

2.0.0

------------------

Upgraded to Cliquet 2.3+.

**Breaking changes**

- Now requires PostgreSQL 9.4+
- Endpoints now expect articles to be posted in a ``data`` attribute
- Endpoints responses now contain a ``data`` attribute
- Endpoints switched from ``If-Modified-Since`` and ``If-Unmodified-Since``
to Etags

1.7.0

------------------

**New feature**

- Article ``title`` now allowed to be empty or null (250 and 253)
(Original https://bugzilla.mozilla.org/show_bug.cgi?id=1152915)

**Bug fixes**

- Fix ``stored_on`` not being forced on creation (fixes 215)

**Internal changes**

- Enabled Coveralls with failing tests if coverage less than 100%

1.6.0

------------------

**Deployment instructions**

Some changes were introduced in database schema. Run schema migration command
before starting the application:

::

cliquet --ini production.ini migrate

**New features**

- Add more info in heartbeat (fixes 229)
- Clarify conflict docs (244)
- Clarify data model docs (247)
- Add PostgreSQL schema migration system (mozilla-services/cliquet139)

See `every features brought by Cliquet 1.7 <https://github.com/mozilla-services/cliquet/releases/tag/1.7.0>`_

**Bug fixes**

- Fix login prompt when Basic Auth is disabled (237)
- Fix random IndexError in load tests (238)
- Fix smoke tests configuration reading
- Fix Heka logging format of objects (199)
- Fix performance of record insertion using ordered index (mozilla-services/cliquet138)
- Fix 405 errors not JSON formatted (mozilla-services/cliquet88)

See `every bug fixes brought by Cliquet 1.7 <https://github.com/mozilla-services/cliquet/releases/tag/1.7.0>`_

1.5.0

------------------

**New features**

- Split schema initialization from application startup, using a command-line
tool.

::

cliquet --ini production.ini init


**Bug fixes**

- Fix documentation about WSGI and Sentry
- Fix connection pool no being shared between cache and storage (mozilla-services/cliquet176)
- Default connection pool size to 10 (instead of 50) (mozilla-services/cliquet176)
- Warn if PostgreSQL session has not UTC timezone (mozilla-services/cliquet177)

**Internal changes**

- Deprecated ``cliquet.storage_pool_maxconn`` and ``cliquet.cache_pool_maxconn``
settings (renamed to ``cliquet.storage_pool_size`` and ``cliquet.cache_pool_size``)

1.4.0

------------------

**New features**

- Smoke test of FxA authentication using Loads (220)
- Mesure calls on the authentication policy (mozilla-services/cliquet167)
- Force default pagination to 100 if not set in settings (214)
- Add documentation about setting up Sentry loggers (227)

**Breaking changes**

- Prefix statsd metrics with the value of `cliquet.statsd_prefix` or
`cliquet.project_name` (mozilla-services/cliquet162)
- `http_scheme` setting has been replaced by `cliquet.http_scheme` and
`cliquet.http_host` was introduced (mozilla-services/cliquet151, mozilla-services/cliquet166)
- URL in the hello view now has version prefix (mozilla-services/cliquet165)

**Bug fixes**

- Fix changing read position (213)
- Fix some PostgreSQL connection bottlenecks (mozilla-services/cliquet170)
- Pull monitoring dependencies during install (218)

**Internal changes**

- Update of PyFxA to get it working with gevent monkey patching (mozilla-services/cliquet168)

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.