From 74163fcf391bd9bd02841a712b99c6c2b1c7c61c Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Apr 22 2021 14:13:29 +0000 Subject: [PATCH 1/2] Fix release date for 1.2.0 --- diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 5195505..d7501ca 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -5,7 +5,7 @@ Release Notes WaiverDB 1.2.0 ============== -Released 7 January 2020 +Released 7 January 2021 * ``scenario`` field is now supported for both REST API and CLI From 1f7f34acdb8cfded8e20759607844064c855cb17 Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Apr 22 2021 14:13:32 +0000 Subject: [PATCH 2/2] Release notes for 1.3.0 --- diff --git a/docs/release-notes.rst b/docs/release-notes.rst index d7501ca..e75af6c 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -2,6 +2,21 @@ Release Notes ============= +WaiverDB 1.3.0 +============== + +Released 26 April 2021 + +* A simpler permission configuration can be now used. New option + ``PERMISSIONS`` uses glob expressions instead of a regular expression to + verify the user is allowed to waive a test case. The configuration can be + listed with :http:get:`/api/v1.0/permissions`. Additional GET parameter + ``testcase`` can be used to filter the list by matching test case. + ``PERMISSION_MAPPING`` is deprecated but still works if the new option is not + defined. +* Fixes possible disconnecting issue with older stomp.py library + (https://github.com/jasonrbriggs/stomp.py/issues/323). + WaiverDB 1.2.0 ==============