From 31640aea1071aaf2cf56c461b53c848ffb570184 Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Aug 27 2019 07:52:33 +0000 Subject: Add release-notes for version 1.3.0 Signed-off-by: Lukas Holecek --- diff --git a/docs/release-notes.rst b/docs/release-notes.rst index f2ec24c..212989c 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -2,6 +2,20 @@ Release Notes ============= +Greenwave 1.3.0 +=============== + +Released 27 June 2019 + +* ``RemoteRule`` has a new optional attribute ``required`` which allows to + treat a missing ``gating.yaml`` file as a failed requirement. See + :ref:`missing-gating-yaml`. +* Status code 500 is no longer returned if a ``gating.yaml`` file cannot be + retrieved. Instead, status code 502 is returned with a specific error. +* Documentation now contains recommendation for the maximum number of subjects + in a single decision request. See sample requests for + :http:post:`/api/v1.0/decision`. + Greenwave 1.2.2 ===============