From eca1ccf20798ab390a6b0686160d749c14b8cd09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Wed, 13 May 2026 20:09:08 +0100 Subject: [PATCH 1/3] Add version history for OMERO.server 5.6.18 release The Bio-Formats bump to version 8.5.0 is the primarily feature of this patch release which should be the last one on the 5.6.x series - see https://bio-formats.readthedocs.io/en/v8.5.0/about/whats-new.html for the underlying changes --- history.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/history.rst b/history.rst index 46509dfe6ec..dfeec41224c 100644 --- a/history.rst +++ b/history.rst @@ -5,6 +5,28 @@ OMERO version history ===================== +5.6.18 (May 2026) +----------------- + +This is a bug-fix release of OMERO.server which includes: + +- an upgrade of Bio-Formats from 8.4.0 to 8.5.0. The new version will invalidate + previous Bio-Formats cache files. Please refer to the upgrade documentation + for further information. + +This version of OMERO.server has been tested with OMERO.py 5.22.1 and OMERO.web 5.31.0. We +recommend to upgrade Python version to at least 3.10 and Django to version 5.2. + +The following OMERO.server dependencies have been upgraded: + +- `org.openmicroscopy:omero-blitz` from 5.8.4 to 5.8.5 +- `org.openmicroscopy:omero-common` from 5.7.4 to 5.7.5 +- `org.openmicroscopy:omero-gateway-java` from 5.10.5 to 5.10.6 +- `org.openmicroscopy:omero-model` from 5.7.4 to 5.7.5 +- `org.openmicroscopy:omero-server` from 5.7.4 to 5.7.5 +- `org.openmicroscopy:omero-renderer` from 5.6.4 to 5.6.5 +- `org.openmicroscopy:omero-romio` from 5.8.4 to 5.8.5 + 5.6.17 (February 2026) ---------------------- From 76e74b05bb991ae343f71fa561ee9573968e2c74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Fri, 15 May 2026 13:53:20 +0100 Subject: [PATCH 2/3] Fix omero-gateway artifact name and target version --- history.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/history.rst b/history.rst index dfeec41224c..07a085de9af 100644 --- a/history.rst +++ b/history.rst @@ -21,7 +21,7 @@ The following OMERO.server dependencies have been upgraded: - `org.openmicroscopy:omero-blitz` from 5.8.4 to 5.8.5 - `org.openmicroscopy:omero-common` from 5.7.4 to 5.7.5 -- `org.openmicroscopy:omero-gateway-java` from 5.10.5 to 5.10.6 +- `org.openmicroscopy:omero-gateway` from 5.10.5 to 5.11.0 - `org.openmicroscopy:omero-model` from 5.7.4 to 5.7.5 - `org.openmicroscopy:omero-server` from 5.7.4 to 5.7.5 - `org.openmicroscopy:omero-renderer` from 5.6.4 to 5.6.5 From 89990495d3b71b59b3be4094e53fc117fbda0af9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Tue, 19 May 2026 15:21:43 +0100 Subject: [PATCH 3/3] Update history.rst Co-authored-by: Kevin Kozlowski --- history.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/history.rst b/history.rst index 07a085de9af..bfa3b2e3426 100644 --- a/history.rst +++ b/history.rst @@ -15,7 +15,7 @@ This is a bug-fix release of OMERO.server which includes: for further information. This version of OMERO.server has been tested with OMERO.py 5.22.1 and OMERO.web 5.31.0. We -recommend to upgrade Python version to at least 3.10 and Django to version 5.2. +recommend upgrading Python to at least version 3.10 and Django to version 5.2. The following OMERO.server dependencies have been upgraded: