Skip to content

v0.2.0

Compare
Choose a tag to compare
@claymcleod claymcleod released this 17 Nov 22:39
· 97 commits to main since this release

0.2.0 — 11-02-2023

Added

  • New endpoints for /sample.
    • /sample: Gets the samples known by this server.
    • /sample/{name}: Gets the sample matching the provided name (if the sample exists).
    • /sample/by/{field}/count: Groups the samples by the specified metadata field and returns counts.
  • Adds character restrictions to harmonized and unharmonized fields (#19).
  • Adds unharmonized metadata fields.
  • Adds linting with spectral.

Revised

  • Removes null-based metadata fields.
  • Supports full set of subject fields in group by count.
  • Unharmonized keys can be any json string.

Fixes

  • Fixed swapping of server descriptions (#18).

Important Chores

  • Versions are now workspace-wide and in sync with API version