OMERO Plus releases
The table below lists released OMERO.server versions and their release date. See all historical release notes on our blog.
Date | Server Version |
---|---|
February 2025 | OMERO.server-5.6.14-223-gs-ice36 |
September 2024 | OMERO.server-5.6.13-207-gs-ice36 |
June 2024 | OMERO.server-5.6.11-197-gs-ice36 |
February 2024 | OMERO.server-5.6.10-177-gs-ice36 |
The latest release of OMERO Plus is OMERO.server 5.6.14-223, and release notes can be found here. Find further documentation of OMERO Plus here
The latest release of Bio-Formats is 8.0.1-761, and release notes can be found here. Find further documentation of Bio-Formats here
The latest release of PathViewer is 3.12.0, and release notes can be found here. Find further documentation of PathViewer here
Linux distributions and their end of Glencoe Software Upgrade Support
The table below summarizes the major Linux distributions under which OMERO Plus is typically installed as well as the vendor-specified end of life for each. Glencoe Software has specified a date after which our support for upgrading or installing OMERO Plus in these environments will end. OMERO Plus installations, migrations and upgrades are no longer covered by the annual SMA following the Glencoe End of Support date. Glencoe Software does not recommend installing OMERO Plus on an OS within 12 months of the vendor end of life.
OS | Vendor End of Life | Glencoe End of Support |
---|---|---|
RHEL 8 | May 2029 | December 2028 |
Rocky 8 | May 2029 | December 2028 |
RHEL 9 | May 2032 | December 2031 |
Rocky 9 | May 2032 | December 2031 |
Ubuntu 22.04 LTS | April 2027 | December 2026 |
Ubuntu 24.04 LTS | April 2029 | December 2028 |
ZeroC Ice
What is ZeroC Ice?
ZeroC Ice is an open-source software used by OMERO for communicating between the client and the server. It needs to be available as a dependency both on the client and server environments. Thus its ease of installation is critical for developers who want to work against their data in OMERO as well as system administrators who want to deploy OMERO.
Client installation
Java clients can simply depend on the zeroc-ice JAR files available through the Central Repository. Python clients need to install the ZeroC Ice extension for Python. Since Ice 3.6.0, this extension is available through the PyPI repository both as a source distribution and as wheel packages. The 3.6.5 wheel packages are only available for a subset of platforms and end-of-life Python versions. In most scenarios, installing the Ice Python bindings requires building from source, which can take up to several tens of minutes and will often require additional patches to work with recent Python or OpenSSL versions.
To ease OMERO.py deployment, we have pre-built Ice package wheels. The table below summarizes the wheels available for Linux and OS X:
Operating system | Architecture | Python version | Wheel package |
---|---|---|---|
Linux | x86_64 | 3.9 | zeroc_ice-3.6.5-cp39-cp39-manylinux_2_28_x86_64.whl |
Linux | x86_64 | 3.10 | zeroc_ice-3.6.5-cp310-cp310-manylinux_2_28_x86_64.whl |
Linux | x86_64 | 3.11 | zeroc_ice-3.6.5-cp311-cp311-manylinux_2_28_x86_64.whl |
Linux | x86_64 | 3.12 | zeroc_ice-3.6.5-cp312-cp312-manylinux_2_28_x86_64.whl |
macOS | x86_64 | 3.9 | zeroc_ice-3.6.5-cp39-cp39-macosx_11_0_x86_64.whl |
macOS | x86_64 arm64 |
3.10 | zeroc_ice-3.6.5-cp310-cp310-macosx_11_0_universal2.whl |
macOS | x86_64 arm64 |
3.11 | zeroc_ice-3.6.5-cp311-cp311-macosx_11_0_universal2.whl |
macOS | x86_64 arm64 |
3.12 | zeroc_ice-3.6.5-cp312-cp312-macosx_11_0_universal2.whl |
Windows | x86_64 | 3.9 | zeroc_ice-3.6.5-cp39-cp39-win_amd64.whl |
Windows | x86_64 | 3.10 | zeroc_ice-3.6.5-cp310-cp310-win_amd64.whl |
Windows | x86_64 | 3.11 | zeroc_ice-3.6.5-cp311-cp311-win_amd64.whl |
Windows | x86_64 | 3.12 | zeroc_ice-3.6.5-cp312-cp312-win_amd64.whl |
Server installation
In addition to the Ice Python extension described above, deploying an OMERO.server requires binaries including the IceGrid administration tool. We also compiled a set of pre-built binaries under the major operating systems supported by OMERO Plus:
Operating system | Binary |
---|---|
RHEL 8 | Ice-3.6.5-rhel8-x86_64.tar.gz |
Rocky Linux 8 | Ice-3.6.5-rhel8-x86_64.tar.gz |
RHEL 9 | Ice-3.6.5-rhel9-x86_64.tar.gz |
Rocky Linux 9 | Ice-3.6.5-rhel9-x86_64.tar.gz |
Ubuntu 22.04 | Ice-3.6.5-ubuntu2204-x86_64.tar.gz |
Ubuntu 24.04 | Ice-3.6.5-ubuntu2404-x86_64.tar.gz |