3.0.0
Summary
Breaking Changes
- removed analysisId field from submission payload for the
Submit
endpoint in song-server. They are now randomly generated - removed
includeAnalysisId
request parameter fromExport
endpoint in song-server - removed
-i, --include-analysis-id
fromexport
command in song-client - removed
includeAnalysisId
method argument from export SDK method
Bug Fixes
- Fixed song-client
updateFile
andsearch -a
file deserialization issues
New Features
- Added customizable federated ID service configuration
Infra
- Improved docker infrastructure to not use docker host network and use images from Dockerhub
Docker Images
Song Client: docker pull overture/song-client:3.0.0
Song Server: docker pull overture/song-server:3.0.0
Details
Closed issues:
- Update docker infra #499
- Refactor LocalIdService #489
- Release Dynamic Song + client #485
- Id Server Integration Specs #483
- Implement configurable ID generation #471
Merged pull requests:
- Release Candidate version 3.0.0 #2 #536 (rtisma)
- Release Candidate 2.3.0 #534 (rtisma)
- Song 494 remove analysis ids #533 (rtisma)
- Song 504 client file bug #519 (rtisma)
- Song 499 improve docker infra #510 (rtisma)
- Song 492 federated id service #507 (rtisma)
- Feature/170 dockerized psql exec #501 (Magnitus-)
- Song 489 localidservice #500 (rtisma)
- Merge Back - Master @ 2.2.0 #488 (rtisma)