Skip to content

Commit

Permalink
changelog for 5.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Jan 11, 2025
1 parent ed3c8ca commit 86a72e5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 86a72e5

Please sign in to comment.