Skip to content

Commit

Permalink
Merge pull request #6323 from sbesson/OMERO.server_5.6.5_components
Browse files Browse the repository at this point in the history
OMERO.server 5.6.5 components
  • Loading branch information
sbesson committed Jun 28, 2022
2 parents 147ca85 + cd7bd12 commit d52b748
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/source_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ jobs:
flake8 .
- name: Build
run: ./build.py
- name: Rebuild
run: ./build.py clean && ./build.py
10 changes: 5 additions & 5 deletions etc/omero.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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=
30 changes: 30 additions & 0 deletions history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
------------------

Expand Down

0 comments on commit d52b748

Please sign in to comment.