From 0f04827508c2682e1ef7fcae0eea71ca55074491 Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Mon, 4 Sep 2023 14:18:05 +0200 Subject: [PATCH] :memo: changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de123bbefc..c95affff23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ Versioned according to [Semantic Versioning](http://semver.org/). Added: - METS Server: providing concurrent additional access to the METS file for parallel processing, #966 + - Web API: Cache jobs in the processing server with an optional callback once processed, #1069 + - Web API: Lock pages of a workspace to prevent simultaneous non-additive access to workspaces, #1069 + - Web API: Support job dependency for caching complete fully-deterministic workflows, #1069 ## [2.53.0] - 2023-08-21