aboutsummaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorDaniel Axtens <dja@axtens.net>2018-04-06 02:26:53 +1000
committerDaniel Axtens <dja@axtens.net>2018-05-08 02:32:20 +1000
commit81e6f8e4cf35831c00d2990cb616543075290cb5 (patch)
treeef2eace674cf0babdf5f55308660c4c0040f6d76 /releasenotes/notes
parent8d6cc05082cf8fee84932e1e683382824e9b1c28 (diff)
downloadpatchwork-81e6f8e4cf35831c00d2990cb616543075290cb5.tar
patchwork-81e6f8e4cf35831c00d2990cb616543075290cb5.tar.gz
docs: Prepare for 2.1.0-rc1
Patchwork v2.1.0 will be Eolienne. Move the "unreleased" notes to eolienne. We'll add a new 'unreleased' right after tagging the final 2.1.0 Signed-off-by: Daniel Axtens <dja@axtens.net>
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/prelude-2_1-9fb70d76c5c835d4.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/releasenotes/notes/prelude-2_1-9fb70d76c5c835d4.yaml b/releasenotes/notes/prelude-2_1-9fb70d76c5c835d4.yaml
new file mode 100644
index 0000000..19318b2
--- /dev/null
+++ b/releasenotes/notes/prelude-2_1-9fb70d76c5c835d4.yaml
@@ -0,0 +1,20 @@
+---
+prelude: |
+ The key part of this release is a major performance fix -
+ denormalising the project field into patch model so that counting a
+ project's patches doesn't require a JOIN. This requires a migration
+ and so isn't suitable for a stable backport. Event listing in the API
+ has also been sped up by refactoring the queries.
+
+ This release also includes the feature development that had accured in
+ the mean time, and numerous bug fixes.
+
+ The REST API version has been bumped to 1.1.
+issues:
+ - Series parsing in the presence of parallel mail processing is still
+ unreliable.
+ - Several more minor issues can be browsed on our `issue tracker
+ <https://github.com/getpatchwork/patchwork/issues>`_.
+fixes:
+ - A nasty race condition bug that could cause patches in a series to be
+ dropped has been fixed.