<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>
<div>
<div>Dear All,</div>
<div><br>
</div>
<div>Today we are releasing OMERO 5.5.0, a full production-ready release of OMERO.</div>
<div><br>
</div>
<div>This release also upgrades the version of Bio-Formats which OMERO uses to 6.1.0, <a href="https://docs.openmicroscopy.org/bio-formats/6.1.0/about/whats-new.html">https://docs.openmicroscopy.org/bio-formats/6.1.0/about/whats-new.html</a>.</div>
<div><br>
</div>
<div>This version <b>does not </b> require a database upgrade.</div>
<div><br>
</div>
<div>For more information about the aim of the 5.5 series and future plan, please read our blog post,(<a href="https://blog.openmicroscopy.org/future-plans/community/2019/06/03/omero-5-5/">https://blog.openmicroscopy.org/future-plans/community/2019/06/03/omero-5-5/</a>).</div>
<div><br>
</div>
<div><br>
</div>
<div>## Sysadmin and developers improvements</div>
<div><br>
</div>
<div>This release focuses on dropping support for Java 7, Python 2.6 and Ice 3.5,</div>
<div>adding support for Java 11 and PostgreSQL 10, and on decoupling the Java components to new,</div>
<div>separate repositories, each with a new Gradle build system:</div>
<div><br>
</div>
<div>
<div>- <a href="https://github.com/ome/omero-dsl-plugin">https://github.com/ome/omero-dsl-plugin</a></div>
<div>- <a href="https://github.com/ome/omero-model">https://github.com/ome/omero-model</a></div>
<div>- <a href="https://github.com/ome/omero-common">https://github.com/ome/omero-common</a></div>
<div>- <a href="https://github.com/ome/omero-romio">https://github.com/ome/omero-romio</a></div>
<div>- <a href="https://github.com/ome/omero-renderer">https://github.com/ome/omero-renderer</a></div>
<div>- <a href="https://github.com/ome/omero-server">https://github.com/ome/omero-server</a></div>
<div>- <a href="https://github.com/ome/omero-blitz">https://github.com/ome/omero-blitz</a></div>
<div>- <a href="https://github.com/ome/omero-gateway-java">https://github.com/ome/omero-gateway-java</a></div>
<div>- <a href="https://github.com/ome/omero-blitz-plugin">https://github.com/ome/omero-blitz-plugin</a></div>
<div>- <a href="https://github.com/ome/omero-insight">https://github.com/ome/omero-insight</a></div>
<div>- <a href="https://github.com/ome/omero-matlab">https://github.com/ome/omero-matlab</a></div>
<div>- <a href="https://github.com/ome/omero-javapackager-plugin">https://github.com/ome/omero-javapackager-plugin</a></div>
<div>- <a href="https://github.com/ome/omero-api-plugin">https://github.com/ome/omero-api-plugin</a></div>
</div>
<div><br>
</div>
<div>This has the goal of enabling more fine-grained releases.</div>
<div><br>
</div>
<div>A new restriction is that the names of server configuration properties</div>
<div>may include only letters, numbers and the symbols "`.`", "`_`", "`-`".</div>
<div><br>
</div>
<div>New plugins like omero-artifact-plugin allow reducing the boilerplate</div>
<div>code in the build scripts of the decoupled repositories.</div>
<div>Though initially disruptive, we hope this modernization and modularization will ease participation in the development of OMERO.</div>
<div><br>
</div>
<div>Beyond the changes for building OMERO, the distribution of OMERO.server and OMERO.web as Docker images is now considered production quality. Examples for using these images in various configurations are available under <a href="https://github.com/ome/omero-deployment-examples">https://github.com/ome/omero-deployment-examples</a>.
 Both images will be updated with every OMERO release, and will also be updated with releases of the embedded components and plugins as necessary.</div>
<div><br>
</div>
<div>## User/client improvements</div>
<div><br>
</div>
<div>Additionally, this release improves the Web interface when OMERO is opened to the public</div>
<div>and contains some useful CLI improvements.</div>
<div><br>
</div>
<div>- build:</div>
<div>  - Remove the generation of Ivy dependencies.html files</div>
<div><br>
</div>
<div>- web:</div>
<div>  - Introduce Advanced Search to allow and/or search options</div>
<div>  - Fix description in new Project, Dataset etc.</div>
<div>  - Allow user to create new Map Annotations for multiple selected objects at once</div>
<div>  - Fix date display</div>
<div>  - Remove / from 3rdparty in ome.viewportImage.js</div>
<div>  - Remove usage of deprecated calls</div>
<div>  - Remove apache config</div>
<div>  - Do not break display of Tag dialog when large font size is configured in browser</div>
<div>  - Disable refresh button while existing refresh in progress</div>
<div>  - Improve public user support</div>
<div>  - Add ability to customize incorrect login text</div>
<div><br>
</div>
<div>- cli:</div>
<div>  - Disable foreground indexing</div>
<div>  - Improve logging of error when importing data via cli command</div>
<div>  - Clearly indicate empty log files when running a diagnostic</div>
<div>  - Fix bug when running `config load` passing a directory instead of a file</div>
<div>  - Add option to delete keys from map annotations</div>
<div>  - Add error code discovery</div>
<div>  - Deprecate the CLI upload module and plugin</div>
<div><br>
</div>
<div><br>
</div>
<div>The software is available at <a href="https://downloads.openmicroscopy.org/omero/5.5.0">https://downloads.openmicroscopy.org/omero/5.5.0</a>. Clients are no longer available from that location since they will be released more frequently than the server.</div>
<div><br>
</div>
<div>OMERO.insight is now available at <a href="https://github.com/ome/omero-insight/releases/tag/v5.5.2">https://github.com/ome/omero-insight/releases/tag/v5.5.2</a>. The installation process has been improved. Users can now install to their local user folder
 on Windows and it comes bundled with a Java runtime so those without Administrator's rights can use the application. It is still possible for those with Java installed to launch the application using a ``.bat`` file.</div>
<div><br>
</div>
<div>OMERO.matlab is now available at <a href="https://github.com/ome/omero-matlab/releases/tag/v5.5.0">https://github.com/ome/omero-matlab/releases/tag/v5.5.0</a>.</div>
<div><br>
</div>
<div>Official Docker images are available on Docker Hub:</div>
<div>- <a href="https://hub.docker.com/r/openmicroscopy/omero-web-standalone/">https://hub.docker.com/r/openmicroscopy/omero-web-standalone/</a></div>
<div>- <a href="https://hub.docker.com/r/openmicroscopy/omero-server/">https://hub.docker.com/r/openmicroscopy/omero-server/</a></div>
<div><br>
</div>
<div>Any problems or comments, please use the <a href="https://www.openmicroscopy.org/support/">https://www.openmicroscopy.org/support/</a>.</div>
</div>
<div><br>
</div>
<div>The OME team</div>
</div>
<br>
<span style="font-size:10pt;">The University of Dundee is a registered Scottish Charity, No: SC015096</span>
</body>
</html>