Releases: EBIvariation/eva-ws
v1.8.0
What's Changed
- EVA-3999 - Add an ro-crate data catalog by @tcezard in #194
- Fix NPE in RO-crate endpoint from null submission date by @apriltuesday in #195
- EVA-4087 - Submission counts and sizes by @tcezard in #196
Full Changelog: v1.7.20...v1.8.0
Allele frequencies correctly reported
Merge pull request #69 from cyenyxe/develop EVA-917 Bugfix for allele frequencies not correctly mapped from Mongo to JSON
Support for multiple versions of VEP annotation
v1.5 Version bumped to 1.5
Migration to Spring framework
The internals of the web services API have been fully migrated from a plain Jersey implementation to Spring REST. This doesn't affect end users, since the API is completely compatible with previous versions.
Quality code improvements
This version introduces web services testing, improves HTTP error codes handling and fixes some bugs.
EVA gets production-ready!
This version of EVA includes population statistics in the variant data already returned by the web services. Searches by gene or variant ID shouldn't experience any issues now, thanks to some bug fixes.
If you visit the website, you can also notice the new Clinical Browser tab, with annotation information provided by CellBase.
EVA using OpenCGA 0.4
Whilst keeping API retro-compatibility with previous versions, EVA 0.9.1 introduces back-end improvements thanks to the migration from OpenCGA 0.3.x to 0.4. New variant filters by multiple annotation criteria are the most remarkable ones.