Skip to content

Releases: umccr/htsget-rs

htsget-lambda-v0.4.2

09 Jun 01:02
b624f26
Compare
Choose a tag to compare

Other

  • remove unused dependencies and update msrv
  • update remaining dependencies, hold back tokio-rustls due to conflicting versions with actix-web

htsget-http-v0.4.2

09 Jun 00:56
b624f26
Compare
Choose a tag to compare

Other

  • remove unused dependencies and update msrv
  • update remaining dependencies, hold back tokio-rustls due to conflicting versions with actix-web

htsget-config-v0.6.0

09 Jun 00:51
b624f26
Compare
Choose a tag to compare

Other

  • nightly clippy suggestions
  • (config) avoid double new type struct by using named inner field and transparent container attribute
  • use http::Uri directly in config
  • update remaining dependencies, hold back tokio-rustls due to conflicting versions with actix-web
  • update noodles, remove repeated code in search

htsget-actix-v0.4.2

09 Jun 00:59
b624f26
Compare
Choose a tag to compare

Other

  • remove unused dependencies and update msrv
  • update remaining dependencies, hold back tokio-rustls due to conflicting versions with actix-web
  • update noodles, remove repeated code in search

htsget-test-v0.4.1

02 Jun 02:09
c801726
Compare
Choose a tag to compare

Other

  • updated the following local packages: htsget-config

htsget-lambda-v0.4.1

02 Jun 08:25
c801726
Compare
Choose a tag to compare

Other

  • add debug line for config when starting server

htsget-http-v0.4.1

02 Jun 08:18
c801726
Compare
Choose a tag to compare

Other

  • updated the following local packages: htsget-config

htsget-config-v0.5.0

02 Jun 02:09
c801726
Compare
Choose a tag to compare

Fixed

  • (config) add default values to url storage

Other

  • add example config files

htsget-actix-v0.4.1

02 Jun 08:22
c801726
Compare
Choose a tag to compare

Fixed

  • (actix) incorrect feature flags

Other

  • add debug line for config when starting server

htsget-test-v0.4.0

30 May 23:05
f38ce77
Compare
Choose a tag to compare

Added

  • (config) add url-storage feature flag
  • add option to format logs in different styles
  • add error type to config
  • [breaking] add tls config to ticket server, rearrange some fields
  • (test) add multiple resolvers for server tests and test resolution
  • use serve_at in data server rather than a constant
  • (config) add automatic config inference for local and s3 storage, and rearrange modules
  • [breaking] simplify storage config by allowing untagged enum representation

Fixed

  • inserting keys with the same name multiple times into headers serializes correctly
  • [breaking] headers should allow multiple values for the same key
  • use correct help context for a crate using htsget-config
  • (release) Bump all crates to 0.1.2 as explored in MarcoIeni/release-plz#507 (comment)

Other

  • update for UrlStorage
  • [breaking] rename AwsS3Storage to S3Storage in search
  • remove s3-storage as default
  • Merge branch 'main' of https://github.com/umccr/htsget-rs into feat/actix-tls
  • [breaking] move htsget structs to config, and resolve storage type in config
  • manually bump crate versions to 0.1.4
  • bump crate versions to 0.1.3 manually
  • allow htsget-test to be published and bump deps
  • (test) remove htsget-test dependence on htsget-search and htsget-http.
  • [breaking] move CertificateKeyPair to config to simplify data server logic
  • release
  • Downgrade release after fixing cargo publish circular dep issues as discussed in MarcoIeni/release-plz#507 (comment)
  • Update cargo files (#152)
  • (deps) bump tokio from 1.24.0 to 1.24.2 (#151)
  • (fix) Remove version from htsget-test and mark it for publish=false to avoid circular dependency as recommended by @Marcoleni in MarcoIeni/release-plz#452 (comment)
  • release (#148)
  • Set MSRV on all sub-crates (#146)
  • Better CI (#98)