Skip to content

Release v0.11.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Nov 13:29
· 9 commits to main since this release
76352cb

Swagger Documentation

Summary

  • Updates GET endpoints to consistently allow unauthenticated requests to view public data.
  • Fix for the threshold update to match authorization scheme used on geneweaver-legacy.

Highlights

The following endpoints can be called without logging in:

  • GET /api/genesets/{geneset_id}
  • GET /api/genesets/{geneset_id}/values
  • GET /api/genesets/{geneset_id}/file
  • GET /api/genesets/{geneset_id}/metadata
  • GET /api/genesets/{geneset_id}/publication
  • GET /api/genesets/{geneset_id}/ontologies

What's Changed

  • G3-491: Allow unauthenticated requests on public Geneset data. by @bergsalex in #100
  • Fixes for QA feedback on API changes by @bergsalex in #102
  • Updating dependencies and releasing version 0.11.0 by @bergsalex in #101

Full Changelog: v0.10.0...v0.11.0