Skip to content

Commit a6169a3

Browse files
committed
5.2.4
1 parent ae9a669 commit a6169a3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

doc/changelog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
Changelog
44
=========
55

6+
Version 5.2.4
7+
-------------
8+
9+
This version fixes a critical performance issue in the MySQL query used to list experiments. All users must update to this version, especially if they have teams with many experiments and a modest MySQL server. It also fixes the issue where entries with a visibility set to "Everyone" would appear with a Team scope.
10+
11+
* bug/major: sql: improve query pref for big teams with many experiments. revert #5651
12+
* bug/medium: fix bug where public entries would appear even with scope set to team
13+
* bug/minor: search: fix boolean operators in other languages. fix #5700
14+
* bug/minor: dashboard: fix experiments categories limited to 15. fix #5695
15+
* feat: import compounds csv: add --match-with option to match with existing resources's extra fields.
16+
17+
618
Version 5.2.3
719
-------------
820

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# The short X.Y version.
6363
version = '5.2'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '5.2.2'
65+
release = '5.2.4'
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

0 commit comments

Comments
 (0)