From c47b70fbb5cc75b7b852cc96356cd0466baedcab Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Mar 03 2020 08:46:25 +0000 Subject: Add release-notes for version 1.5.3 Signed-off-by: Lukas Holecek --- diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 15ff198..f39da2d 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -2,6 +2,20 @@ Release Notes ============= +Greenwave 1.5.3 +=============== + +Released 3 March 2020 + +* Exceptions and subject types are now properly logged by message consumers. +* Default configuration path for subject types in the container is now + correctly set for message consumers. +* Paths to policies and subject types in the container can newly be overridden + by environment variables ``GREENWAVE_SUBJECT_TYPES_DIR`` and + ``GREENWAVE_POLICIES_DIR`` unless these are already specified in the + configuration file. +* The container no longer contains duplicate source files. + Greenwave 1.5.2 ===============