Skip to content

Commit fe46b79

Browse files
authored
Merge pull request #6447 from sbesson/OMERO.server_5.6.17_release_notes
Omero.server 5.6.17 release notes
2 parents e830ee2 + d323fc5 commit fe46b79

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
cd target
2424
tag_name="${GITHUB_REF##*/}"
2525
sha256sum ./*.zip >> SHASUMS
26-
gh release create "$tag_name" ./*.zip SHASUMS
26+
gh release create --generate-notes "$tag_name" ./*.zip SHASUMS
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

history.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,36 @@
55
OMERO version history
66
=====================
77

8+
5.6.17 (February 2026)
9+
----------------------
10+
11+
This is a bug-fix release of OMERO.server which includes:
12+
13+
- an upgrade of Bio-Formats from 8.2.0 to 8.4.0. The new version will invalidate
14+
previous Bio-Formats cache files. Please refer to the upgrade documentation
15+
for further information.
16+
- an upgrade of the OMERO scripts from 5.9.1 to 5.10.0. The new version includes
17+
several bug fixes as well as the ability to specify custom labels in the Split
18+
View Figure script
19+
20+
The IceGrid templates have been updated to use a local temporary directory, `var/tmp`,
21+
for the Java processes. This change allows the server and notably Bio-Formats to remain
22+
fully functional on hardened environments where the `noexec` mount option has been set on
23+
the `/tmp` partitition.
24+
25+
This version of OMERO.server has been tested with OMERO.py 5.22.0 and OMERO.web 5.31.0. We
26+
recommend to upgrade Python version to at least 3.10 and Django to version 5.2.
27+
28+
The following OMERO.server dependencies have been upgraded:
29+
30+
- `org.openmicroscopy:omero-blitz` from 5.8.3 to 5.8.4
31+
- `org.openmicroscopy:omero-common` from 5.7.3 to 5.7.4
32+
- `org.openmicroscopy:omero-gateway-java` from 5.10.3 to 5.10.5
33+
- `org.openmicroscopy:omero-model` from 5.7.3 to 5.7.4
34+
- `org.openmicroscopy:omero-server` from 5.7.3 to 5.7.4
35+
- `org.openmicroscopy:omero-renderer` from 5.6.3 to 5.6.4
36+
- `org.openmicroscopy:omero-romio` from 5.8.3 to 5.8.4
37+
838
5.6.16 (June 2025)
939
------------------
1040

0 commit comments

Comments
 (0)