# HG changeset patch # User Alain Mazy # Date 1661930966 -7200 # Node ID a214f8d87ee1ab394355dc4bfc5e4a78826539b3 # Parent ede7f06983b33dd049c6fd8366990f514b8cbf8e fix news diff -r ede7f06983b3 -r a214f8d87ee1 NEWS --- a/NEWS Mon Aug 29 16:51:56 2022 +0200 +++ b/NEWS Wed Aug 31 09:29:26 2022 +0200 @@ -3,7 +3,9 @@ * speed-up the /metadata routes by a factor of 2 when in "MainDicomTags" or "Extrapolate" mode. -* improved HTTP status code for Stow-RS (now returning 202) +* improved HTTP status code for Stow-RS (now returning 202 instead of 200 if some instances + could not be ingested). Also reporting a Failure Reason "out of resources 0xA700" if + new instances can not be ingested because storage is full. Version 1.9 (2022-06-30)