diff NEWS @ 2726:46061a91c88a jobs

new metadata (RemoteIP, CalledAET, HttpUsername), "?expand" metadata
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Jul 2018 18:01:16 +0200
parents 7caf01aa4d7b
children a2536c0d72de
line wrap: on
line diff
--- a/NEWS	Thu Jul 12 16:07:56 2018 +0200
+++ b/NEWS	Thu Jul 12 18:01:16 2018 +0200
@@ -9,6 +9,8 @@
   - "ConcurrentJobs": Max number of jobs that are simultanously running
   - "SynchronousCMove": Whether to run DICOM C-Move operations synchronously
   - "JobsHistorySize": Max number of completed jobs that are kept in memory
+* New metadata automatically computed at the instance level: 
+  "RemoteIp", "CalledAet" and "HttpUsername"
 
 Orthanc Explorer
 ----------------
@@ -35,6 +37,7 @@
 * "/instances/.../frame/../image-uint8 and friends now accepts a 
   "image/pam" MIME type to retrieve images in PAM format
   (https://en.wikipedia.org/wiki/Netpbm#PAM_graphics_format)
+* New option "?expand" to "/instances/.../metadata"
 
 Plugins
 -------