|
5 | 5 | OMERO version history |
6 | 6 | ===================== |
7 | 7 |
|
| 8 | +5.6.16 (June 2025) |
| 9 | +------------------ |
| 10 | + |
| 11 | +This main focus of this release is the update of the dependencies of OMERO.server. |
| 12 | +This includes the removal of unnused dependencies as well as the upgrade of several |
| 13 | +libraries where the current version is associated with public vulnerabilities. |
| 14 | +It also includes a server fix when reading `omero.policy.binary_access` stored as a |
| 15 | +group configuration. |
| 16 | +The version of Bio-Formats bundled with the OMERO.server binary is bumped to 8.2.0 |
| 17 | +and will invalidate previous Bio-Formats Memoizer cache files. Please |
| 18 | +refer to the upgrade guide for further information. |
| 19 | +Finally this release adds NumPy 2.3 support via OMERO.scripts 5.9.1 |
| 20 | +shipped with the server binary, OMERO.py 5.21.0 and OMERO.web 5.29.1. |
| 21 | + |
| 22 | +The following OMERO.server dependencies have been upgraded: |
| 23 | + |
| 24 | +- `org.openmicroscopy:omero-blitz` from 5.8.2 to 5.8.3 |
| 25 | +- `org.openmicroscopy:omero-common` from 5.7.2 to 5.7.3 |
| 26 | +- `org.openmicroscopy:omero-gateway-java` from 5.10.2 to 5.10.3 |
| 27 | +- `org.openmicroscopy:omero-model` from 5.7.2 to 5.7.3 |
| 28 | +- `org.openmicroscopy:omero-server` from 5.7.2 to 5.7.3 |
| 29 | +- `org.openmicroscopy:omero-renderer` from 5.6.2 to 5.6.3 |
| 30 | +- `org.openmicroscopy:omero-romio` from 5.8.2 to 5.8.3 |
| 31 | +- Spring Framework from 4.3.14 to 4.3.30 |
| 32 | +- Spring Security LDAP from 4.2.4 to 4.2.20 |
| 33 | +- `net.sf.ehcache:ehcache` from 2.10.4 to 2.10.9.2 |
| 34 | +- `org.quartz-scheduler:quartz` from 2.2.1 to 2.4.0 |
| 35 | +- `org.apache.calcite:calcite-core` from 1.20.0 to 1.35.0 |
| 36 | +- `org.apache.xmlgraphics:batik-codec` from 1.9.1 to 1.19 |
| 37 | + |
| 38 | +The following OMERO.server dependencies have been removed: |
| 39 | + |
| 40 | +- `org.apache.xmlgraphics:batik-all` in favor of `org.apache.xmlgraphics:batik-codec` and its dependencies |
| 41 | +- `com.jamonapi:jamon` |
| 42 | +- `edu.ucar:bufr` |
| 43 | +- `edu.ucar:udunits` |
| 44 | + |
8 | 45 | 5.6.15 (April 2025) |
9 | 46 | ------------------- |
10 | 47 |
|
|
0 commit comments