summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-02-28 23:03:16 +0200
committerLauri Ojansivu <x@xet7.org>2019-02-28 23:03:16 +0200
commit174ad1a9877fd0b7523f9a9b074352e5268ffaf7 (patch)
tree07cce2399e7699567468987a73c1f2258a95108e /CHANGELOG.md
parent199246ea6caac1cfcfe64d082ce887b3bccb1ee3 (diff)
parent49882a05d1d1e5cacc950daa282bd6f6ea0d402f (diff)
downloadwekan-174ad1a9877fd0b7523f9a9b074352e5268ffaf7.tar.gz
wekan-174ad1a9877fd0b7523f9a9b074352e5268ffaf7.tar.bz2
wekan-174ad1a9877fd0b7523f9a9b074352e5268ffaf7.zip
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d50c383..b23321f2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+# v2.32 2019-02-28 Wekan release
+
+This release adds the following [performance improvements](https://github.com/wekan/wekan/pull/2214), thanks to justinr1234:
+
+- New indexes for queries that were missing an index;
+- Bulk querying documents to reduce the number of mongo queries when loading a board;
+- Ensure oplog is being used to query the database by providing a `sort` key when `limit` is used querying the `boards` collection.
+
+and fixes the following bugs related to [Template features](https://github.com/wekan/wekan/issues/2209), thanks to andresmanelli:
+
+- [Fix filtering in swimlane view](https://github.com/wekan/wekan/commit/49229e1723de14cdc66dc6480624bba426d35e36) that was [broken since v2.29](https://github.com/wekan/wekan/issues/2213).
+
+Thanks to above GitHub users for their contributions.
+
# v2.31 2019-02-28 Wekan release
This release fixes the following bugs related to [Template features](https://github.com/wekan/wekan/issues/2209), thanks to GitHub user andresmanelli: