From 86a72e55c94cc434f1429fbfc37680f084c0413e Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Sat, 11 Jan 2025 20:33:44 +0100 Subject: [PATCH] changelog for 5.1.13 --- doc/changelog.rst | 14 ++++++++++++++ doc/conf.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 10ced2c..4877589 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -3,6 +3,20 @@ Changelog ========= +Version 5.1.13 +-------------- + +* bug/medium: fix steps not imported from template +* bug/minor: import eln: actually use provided permissions + + The user interface to import .eln files allow to set read and write + permissions, but they were not taken into account. + fix #5420 +* feat: allow setting persistent mode for PDO. Set ``USE_PERSISTENT_MYSQL_CONN`` to ``false`` as an environment variable to disable persistent connections to MySQL. Currently the MySQL connections are persistent. This change was made to avoid the overhead of establishing a TCP connection for SQL requests, but it can cause resources exhaustion on big instances, and in rare cases some firewalls cause improper severance leading to issues for the PHP workers. + + + + Version 5.1.12 -------------- diff --git a/doc/conf.py b/doc/conf.py index 5c51374..1d0a463 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -62,7 +62,7 @@ # The short X.Y version. version = '5.1' # The full version, including alpha/beta/rc tags. -release = '5.1.12' +release = '5.1.13' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.