diff --git a/.github/workflows/source_build.yml b/.github/workflows/source_build.yml index 39c05018961..8749868de79 100644 --- a/.github/workflows/source_build.yml +++ b/.github/workflows/source_build.yml @@ -17,3 +17,5 @@ jobs: flake8 . - name: Build run: ./build.py + - name: Rebuild + run: ./build.py clean && ./build.py diff --git a/etc/omero.properties b/etc/omero.properties index b0a06895f69..b0b2ca51502 100644 --- a/etc/omero.properties +++ b/etc/omero.properties @@ -208,10 +208,10 @@ versions.omero-scripts-url=${versions.omero-pypi} ### ## Internal dependencies -versions.omero-blitz=5.5.10 -versions.omero-common-test=5.5.9 -versions.omero-gateway=5.6.9 -versions.omero-scripts=5.6.2 -versions.OMEZarrReader=0.2.0 +versions.omero-blitz=5.5.12 +versions.omero-common-test=5.5.10 +versions.omero-gateway=5.6.10 +versions.omero-scripts=5.7.0 +versions.OMEZarrReader=0.3.0 ## Global overrides, if empty ignored versions.bioformats= diff --git a/history.rst b/history.rst index 57317cff23a..6e105e76160 100644 --- a/history.rst +++ b/history.rst @@ -5,6 +5,36 @@ OMERO version history ===================== +5.6.5 (June 2022) +------------------ + +This release includes the following upgrade of the OMERO.server Java components: + +- omero-gateway-java 5.6.10 +- omero-blitz 5.5.12 +- omero-server 5.6.4 +- omero-renderer 5.5.10 +- omero-romio 5.7.0 +- omero-common 5.5.10 +- omero-model 5.6.7 + +as well as the upgrade of omero-scripts to version 5.7.0. + +Improvements include: + +- a new server configuration allowing to control the pyramidal requirement for floating-point images +- an upgrade of Bio-Formats to version 6.10.0 +- the inclusion of the OMEZarrReader version 0.3.0 for reading OME-NGFF data + +**Note:** This upgrade will invalidate the Bio-Formats Memoizer cache. Please +see the upgrade guide for further information. + +This version of the OMERO.server has been tested with: + +- OMERO.py 5.11.2 +- OMERO.web 5.14.1 +- OMERO.dropbox 5.6.2 + 5.6.4 (April 2022) ------------------