This repository was archived by the owner on Oct 22, 2022. It is now read-only.
v1.1.0
This is the v1.1.0 of the candig-server.
This release introduces:
- the ability to add and retrieve DUO info of a dataset.
- the addition of
variants/gene/searchendpoint. - the updated
variantscomponent for/searchand/count, which now accepts agene. - the initial release of a public-facing doc available at https://candig-server.readthedocs.io.
- two updated API specs, one for regular endpoints, one for
/searchand/countendpoints. - additional unit tests to the new
variantscomponents.
Fixes:
- the bug where the
nextPageTokenmay not work correctly forvariants/searchendpoint. - the bug where the
nextPageTokenmay not work correctly for/searchendpoint when you specifyfields. - the bug where the
/variantsbygenesearchendpoint sometimes returnsvariantsByGeneas the key under/searchendpoint, while it should have beenvariants. - the flaky firefox selenium test.
Deprecates:
- the endpoint,
/variantsbygenesearch, you should usevariants/gene/searchinstead. Everything else stays the same. - the component key
variantsByGene, you should now specifyvariantsinstead. Everything else stays the same.
| Component | Changes were made | Backward compatibility |
|---|---|---|
| API | Yes | Yes |
| Server Side Configs | No | N/A |