Skip to content

Commit

Permalink
Add CHANGELOG for 5.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Sep 1, 2021
1 parent 89fa8b2 commit 06eeaa0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 5.10.0 (September 2021)

## New feature

- omero.gateway: add new `getObjectsByMapAnnotations` API
[#285](https://github.com/ome/omero-py/pull/285)
- CLI: Add support for downloading fileset and multi-file images [#298](https://github.com/ome/omero-py/pull/298)

The CLI feature also introduces a backwards-incompatible layout change for
the download of images to mitigate the risk of data corruption associated with
renaming files. The command now specifies a directory path under which all
files associated with the image are downloaded using the original file names
and structure.

# 5.9.3 (July 2021)

## Bug Fix

0 comments on commit 06eeaa0

Please sign in to comment.