Skip to content

htsget-search-v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Oct 00:35
00fd42f

Added

  • (config) add configuration values for C4GH S3 and Url storage
  • Crypt4GH support using LocalStorage

Other

  • (deps) bump noodles and tower
  • remove ObjectType in favour of a more flattened config hierarchy
  • rename type to backend and clarify experimental feature flag
  • [breaking] make storage config more explicit
  • bump noodles and other dependencies
  • [breaking] rename c4gh-experimental to experimental
  • [breaking] split out storage lib.rs into another types.rs module
  • (storage) use preprocess and postprocess for C4GH storage instead of Arc<Mutex<..>>
  • [breaking] allow mutable search trait, use way less Arcs and clones