From 81e6f8e4cf35831c00d2990cb616543075290cb5 Mon Sep 17 00:00:00 2001 From: Daniel Axtens Date: Fri, 6 Apr 2018 02:26:53 +1000 Subject: 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 --- releasenotes/notes/prelude-2_1-9fb70d76c5c835d4.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 releasenotes/notes/prelude-2_1-9fb70d76c5c835d4.yaml (limited to 'releasenotes/notes') 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 + `_. +fixes: + - A nasty race condition bug that could cause patches in a series to be + dropped has been fixed. -- cgit v1.2.3