Skip to content

htsget-config-v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 05:39
· 397 commits to main since this release
d8bb729

Added

  • use serve_at in data server rather than a constant
  • (config) set Local resolvers from data server config after parsing the Config
  • (config) add automatic config inference for local and s3 storage, and rearrange modules
  • [breaking] simplify storage config by allowing untagged enum representation

Other

  • (config) fix typo
  • (config) rename test
  • (config) add tests for resolving responses
  • (config) fix incorrectly using resolved id when searching for regex capture groups
  • a few style changes, changed default resolver
  • (config) add tests for default tagged storage type
  • (config) document new features and how to use them
  • [breaking] rename HttpTicketFormatter and remove UrlFormatter implementation for it
  • [breaking] move htsget structs to config, and resolve storage type in config
  • (config) leverage tagged enum types to allow selecting storage type without manually specifying config values