From 215e466a5b19441e4b9fc2a6018c58132edcf958 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Tue, 12 Jan 2016 12:48:28 -0500 Subject: [PATCH] Add release notes for pending 1.2.0 release This commits all release notes missing for the pending 1.2.0 release. These items should have been included with the commit that added the change but was overlooked. We should be better about this in the future. But, since the ship has sailed already this just ensures we generate release notes before the release is pushed. Change-Id: Ia7451e282bc1dbfa627bed0d21b9d8c6c689c5fc --- .../notes/1.2.0-missing-notes-d0ec5023f7d9328a.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 releasenotes/notes/1.2.0-missing-notes-d0ec5023f7d9328a.yaml diff --git a/releasenotes/notes/1.2.0-missing-notes-d0ec5023f7d9328a.yaml b/releasenotes/notes/1.2.0-missing-notes-d0ec5023f7d9328a.yaml new file mode 100644 index 0000000..6e5c9a0 --- /dev/null +++ b/releasenotes/notes/1.2.0-missing-notes-d0ec5023f7d9328a.yaml @@ -0,0 +1,12 @@ +--- +features: + - A new DB API method to get a list of recent runs with a set of run_metadata + - A new subunit2sql-graph type run_time_meta +upgrade: + - Min versions are set for the graph extras requirements +fixes: + - A hard coded filter used in get_test_run_series() is removed + - write_subunit will now handle test_runs without any metadata +other: + - DB API tests now run against all supported backends + - New tests are added to ensure sqlalchemy models and migrations are in sync