Release 1.9.0 This release includes: * subunit2sql CLI command: * A new cli flag, --non_subunit_name, was added. This is used to set an attachment name that will be used to store any non-subunit data onto the subunit stream when parsing the input stream. * DB API Changes: * A new function, get_run_count, which returns the number of run rows in the DB. * A new function, get_tests_by_test_ids(), to get multiple by tests by test_id at once. * subunit2sql-graph: * Fix for stop date option in the run_failure_rate graph command. * Add a new flag to the run_time_meta graph command, --filter-list/-f, which is used to limit the values shown for a particular key. * Add a new flag to the run_failure_rate graph command, --filter-list/-f, which is used to limit the values show for a particular key. * A new graph command, test_run_time, was added. This displays a box and whiskers to display the run time variance for individual tests. * The dailycount command has been fixed so it works again. * DB migrations: * Fix compatility with PyMySQL >=0.8 * The documentation now uses the openstackdocstheme package for it's theme instead of oslosphinx