Skip to content

htsget-storage-v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Oct 00:34
· 52 commits to main since this release
00fd42f

Added

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

Fixed

  • (storage) make overflow handling more robust
  • build errors with conditional flags

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
  • (config) slight adjustment to reduce conditionally compiled code branches
  • [breaking] make storage config more explicit
  • (config) [breaking] remove object type and specify keys directly
  • [breaking] rename c4gh-experimental to experimental
  • [breaking] split out storage lib.rs into another types.rs module
  • (storage) add c4gh storage tests
  • (storage) use preprocess and postprocess for C4GH storage instead of Arc<Mutex<..>>
  • [breaking] allow mutable search trait, use way less Arcs and clones