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/search` endpoint.
- the updated `variants` component for `/search` and `/count`, which now accepts a `gene`.
- 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 `/search` and `/count` endpoints.
- additional unit tests to the new `variants` components.
Fixes:
- the bug where the `nextPageToken` may not work correctly for `variants/search` endpoint.
- the bug where the `nextPageToken` may not work correctly for `/search` endpoint when you specify `fields`.
- the bug where the `/variantsbygenesearch` endpoint sometimes returns `variantsByGene` as the key under `/search` endpoint, while it should have been `variants`.
- the flaky firefox selenium test.
Deprecates:
- the endpoint, `/variantsbygenesearch`, you should use `variants/gene/search` instead. Everything else stays the same.
- the component key `variantsByGene`, you should now specify `variants` instead. Everything else stays the same.
---
Component | Changes were made | Backward compatibility
------------ | ------------- | -------------
API | Yes | Yes
Server Side Configs | No | N/A