Skip to content

Releases: overture-stack/maestro

Release 4.0.0

24 Feb 21:26
45bb5c2
Compare
Choose a tag to compare

Release Note:

  • maestro now requests analyses from song upgraded endpoint, which requires song version to be > 4.8.0: overture-stack/SONG#747
  • adds a new env variable: song.pageLimit, default value is 25.

Release 3.12.0

08 Feb 22:22
6d18621
Compare
Choose a tag to compare

Release Note:
Bug fix for maestro failing to update existing ES(both analysis and file centric indices) doc when multiple files are associated with analysis.
PR: #226

Release 3.11.0

21 Jan 15:48
af62bc7
Compare
Choose a tag to compare

Update search adapter to ensure ES field first_published_at is updated from null to new value when analysis gets published.

3.10.0

17 Nov 14:47
3d49354
Compare
Choose a tag to compare

Add path prefix to elasticsearch configurations

3.8.0

15 Mar 15:24
7f3388a
Compare
Choose a tag to compare

Maestro Release Notes

  • Release Version: 3.8.0
  • Release Date: March 15, 2021

New Features and Changes

  • Added ability to customize the server URL in the Spring doc Swagger to support a reverse proxy rewrite path. This is to enable the Maestro API for use behind the DMS gateway provided in the Overture DMS platform bundle.
  • Added support for ISO format dates in a painless script to avoid date transformation issues in the Elasticsearch REST client.

3.7.0

19 Feb 15:11
cff45fc
Compare
Choose a tag to compare

Fix latest Jackson security Issue #190

3.6.0

19 Feb 14:53
d70f959
Compare
Choose a tag to compare

add disableEventIndexing flag to disable kafka integration if needed

3.5.0

10 Dec 14:28
029187d
Compare
Choose a tag to compare

index analysis published at date fields
upsert these field if changed

3.1.0

12 Jun 15:39
9b21a2f
Compare
Choose a tag to compare

PRs:
#149
use index name instead of the alias
fix index repository bug where it didn't report index result correctly

3.0.0

12 Jun 15:40
046ab3a
Compare
Choose a tag to compare

release 3.0.0
#116 fix junit 5 version to avoid conflicts in class path
#118 update analysis centric index fields, add data_type, rename files filed to file, remove data_path and metadata_path from repositories field
#119 kafka stream listener configurable status (PUBLISHED, SUPPRESSED, wtv)
#120 add support for cram/crai index files
#121 change specimen type and sample type to list
#127 update mappings fields
#129 rename format to file_type
#131 remove last_modified from file centric mapping
#132 rename file-id to file-object_id
#135 fix index analysis response message
#136 add maven formatter
#139 add ability to remove document by analysis id from analysis_centric
#143 add dynamic info indexed field support to donor, Specimen, sample, and file
update test document to cover that for file centric document
#145 fix NPE for analysis centric index