From ba4f783083ae42a5f6751e1653bd9a48f62ed6a3 Mon Sep 17 00:00:00 2001
From: Yoann Schneider <yschneider@teklia.com>
Date: Thu, 14 Sep 2023 15:56:16 +0200
Subject: [PATCH] Release notes 0.3.4

---
 docs/releases.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/docs/releases.md b/docs/releases.md
index fee86d17..3de7d5fc 100644
--- a/docs/releases.md
+++ b/docs/releases.md
@@ -1,6 +1,17 @@
 # Releases
 
 
+## 0.3.4
+
+Released on **14 Sept 2023** &bull; View on [Gitlab](https://gitlab.teklia.com/workers/base-worker/-/releases/0.3.4)
+
+- The worker template was updated to correctly install [Git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) if it depends on any.
+- Base-worker now uses [ruff](https://github.com/charliermarsh/ruff) for linting. This tool replaces `isort` and `flake8`.
+- New Arkindex API helper to update an element, calling [PartialUpdateElement](https://demo.arkindex.org/api-docs/#tag/elements/operation/PartialUpdateElement).
+- New Arkindex API helper to list an element's parents, calling [ListElementParents](https://demo.arkindex.org/api-docs/#tag/elements/operation/ListElementParents).
+- Worker Activity API is now disabled when the worker runs in `read-only` mode instead of relying on the `--dev` CLI argument. The [update_activity](https://workers.arkindex.org/ref/elements_worker/#arkindex_worker.worker.ElementsWorker.update_activity) API helper was updated following Arkindex 1.5.1 changes.
+- Worker can now resize the image of an element when opening them. This uses the [IIIF](https://iiif.io/api/image/2.1/#size) resizing API.
+
 
 ## 0.3.3
 
-- 
GitLab