Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OMERO.server 5.6.5 components #6323

Merged
merged 8 commits into from
Jun 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/source_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,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