doc/changes/3.25.rst
author Denis Laxalde <denis.laxalde@logilab.fr>
Tue, 21 Feb 2017 17:41:32 +0100
changeset 11971 6c035cfef04f
parent 11963 64ecd4d96ac7
child 12081 34dad81d955f
permissions -rw-r--r--
[pyramid] Use existing repo in PyramidCWTest We thus do not make use of config_from_cwconfig() and build the configurator instance by hand prior to include 'cubicweb.pyramid'.

3.25 (UNRELEASED)
=================

New features
------------

* A new option `connections-pooler-enabled` (default yes) has been added. This
  allow to switch off internal connection pooling for use with others poolers
  such as pgbouncer_.

.. _pgbouncer: https://pgbouncer.github.io/


* A new way to declare workflows as simple data structure (dict/list) has been
  introduced. Respective utility functions live in ``cubicweb.wfutils``
  module. This handles both the creation and migration of workflows.