Skip to content

Commit

Permalink
Changes from upstream repositories: openmicroscopy
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed May 10, 2024
1 parent 476cc13 commit a93fa25
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 deletions.
18 changes: 16 additions & 2 deletions omero/sysadmins/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@ import. Note that if this value is less than min_threads,
min_threads will limit the number of background
tasks which can run simultaneously.

Default: `10`
Default: `5`

.. property:: omero.threads.background_timeout

Expand Down Expand Up @@ -1279,7 +1279,7 @@ priority level. Internal system threads may still run.
Note when setting this that these threads do not
time out.

Default: `5`
Default: `10`

.. property:: omero.throttling.method_time.error

Expand Down Expand Up @@ -2044,6 +2044,20 @@ omero.security.filter.bitand
Default: `(int8and(permissions,
%s) = %s)`

.. property:: omero.security.ignore_case

omero.security.ignore_case
^^^^^^^^^^^^^^^^^^^^^^^^^^
Whether to ignore the case of the username during login (`true` or
`false`). Default: `false` (JSmith and jsmith will be considered two
different users).
.. warning::
Before enabling this feature, lower the case of all usernames in OMERO
(`omename` column in the `experimenter` table). It is the system
administrator's responsibility to handle any username clashes.

Default: `false`

.. property:: omero.security.keyStore

omero.security.keyStore
Expand Down
26 changes: 26 additions & 0 deletions omero/users/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,32 @@ omero clients:
OMERO version history
=====================

5.6.11 (May 2024)
-----------------

This release includes the following upgrade of the OMERO.server Java components:

- omero-gateway-java 5.9.1
- omero-blitz 5.7.3
- omero-server 5.6.11
- omero-renderer 5.5.16
- omero-romio 5.7.6
- omero-common 5.6.5
- omero-model 5.6.14


Improvements include:

- an upgrade of Bio-Formats to version 7.3.0

**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.19.2
- OMERO.web 5.25.0

5.6.10 (December 2023)
----------------------

Expand Down

0 comments on commit a93fa25

Please sign in to comment.