doc/changes/3.28.rst
changeset 12966 6cd938c29ca3
parent 12880 59d4ad7e7df3
equal deleted inserted replaced
12965:a6d19bc7fed3 12966:6cd938c29ca3
     4 Changes
     4 Changes
     5 -------
     5 -------
     6 
     6 
     7 - the class cubicweb.view.EntityAdapter was moved to cubicweb.entity.EntityAdapter
     7 - the class cubicweb.view.EntityAdapter was moved to cubicweb.entity.EntityAdapter
     8   a deprecation warning is in place, but please update your source code accordingly.
     8   a deprecation warning is in place, but please update your source code accordingly.
       
     9 
       
    10 - The database pooler is now dynamic. New connections are opened when needed and closed after a configurable period of time. This can be configured through `connections-pooler-max-size` (default 0, unlimited), `connections-pooler-min-size` (default 0), and `connections-pooler-idle-timeout` (default 600 seconds). The old configuration `connections-pooler-size` has been dropped.