This repository has been archived by the owner on Jan 25, 2023. It is now read-only.
Version 0.4.0
Changes to Beacon API
In this release support for Avro and Protobuffer schema definitions were deprecated. Beacon API is now defined in OpenAPI format and up-to-date definition is found from:
https://swaggerhub.com/apis/ELIXIR-Finland/ga-4_gh_beacon_api_specification/0.4.0
Also following changes to Beacon API was implemented:
- Add an “apiVersion” field to BeaconAlleleResponse (#12)
- Add support to ask for more types of variants (more complex InDels and duplications) (#20)
- Add data use condition support (#22)
- Move version field from ConsentCodeDataUse to BeaconDataset (#46)
- Centralized BeaconError codes and messages (#54)
- Community level Beacon identifier's assignment (#55)
Changes to development environment
- Set up continuous integration and automated testing: https://travis-ci.org/ga4gh/beacon-team (#41)
- Move data use to separate repositories (#47)
- Release artifact to Maven Central (#51)
Please also note that some issues were dropped from this release because they were found not useful (#103), already implemented (#52) or implementation was postponed.