doc/changes/3.25.rst
changeset 11963 64ecd4d96ac7
parent 11951 330f240435b0
child 12081 34dad81d955f
equal deleted inserted replaced
11962:36851c8b6763 11963:64ecd4d96ac7
     6 
     6 
     7 * A new option `connections-pooler-enabled` (default yes) has been added. This
     7 * A new option `connections-pooler-enabled` (default yes) has been added. This
     8   allow to switch off internal connection pooling for use with others poolers
     8   allow to switch off internal connection pooling for use with others poolers
     9   such as pgbouncer_.
     9   such as pgbouncer_.
    10 
    10 
    11 
       
    12 .. _pgbouncer: https://pgbouncer.github.io/
    11 .. _pgbouncer: https://pgbouncer.github.io/
    13 
    12 
       
    13 
       
    14 * A new way to declare workflows as simple data structure (dict/list) has been
       
    15   introduced. Respective utility functions live in ``cubicweb.wfutils``
       
    16   module. This handles both the creation and migration of workflows.