Mercurial > hg > orthanc-dicomweb
changeset 539:a214f8d87ee1
fix news
author | Alain Mazy <am@osimis.io> |
---|---|
date | Wed, 31 Aug 2022 09:29:26 +0200 |
parents | ede7f06983b3 |
children | 8063572d10fd e4244b3436ad |
files | NEWS |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)