All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.5.2 - 2024-10-22
- update Cargo.lock dependencies
0.5.1 - 2024-10-16
- update Cargo.lock dependencies
0.5.0 - 2024-09-30
- (config) add configuration values for C4GH S3 and Url storage
- Crypt4GH support using LocalStorage
- explicitly choose aws_lc_rs as the crypto provider
- (deps) bump noodles and tower
- rename type to backend and clarify experimental feature flag
- [breaking] rename c4gh-experimental to experimental
- Merge pull request #259 from umccr/release-plz-2024-09-03T01-36-36Z
- add more server tests and fix Dockerfile.dockerignore
- [breaking] remove htsget-lambda library code and replace with axum router
0.4.17 - 2024-08-04
- update rust msrv
- bump Lambda and noodles dependencies
- add routers for data and ticket servers
- move the data server to its own htsget-axum crate
- move storage module from htsget-search to htsget-storage
0.4.16 - 2024-05-22
- major dep updates, rustls 0.21 -> 0.23, http 0.2 -> 1, reqwest 0.11 -> 0.12, noodles 0.65 -> 0.74 + minor bumps for other crates depending on these.
- Merge branch 'main' of https://github.com/umccr/htsget-rs into mio_h2_bump
0.4.15 - 2024-05-19
- update MSRV
- (test) remove server-tests and cors-tests features and create http module
0.4.14 - 2024-01-02
- (deps) update noodles to 0.60, new clippy warnings
0.4.13 - 2023-11-02
- updated the following local packages: htsget-config, htsget-search
0.4.12 - 2023-10-30
- updated the following local packages: htsget-search
0.4.11 - 2023-10-23
- update dependencies
0.4.10 - 2023-10-02
- update dependencies
0.4.9 - 2023-09-06
- revert htsget-test change to a dev dependency
- (deps) update msrv and attempt using htsget-test as a dev dependency
- Merge branch 'main' of https://github.com/umccr/htsget-rs into feat/htsget-elsa
0.4.8 - 2023-09-05
- update dependencies
0.4.7 - 2023-08-23
- update dependencies
0.4.6 - 2023-07-11
- update dependencies
0.4.5 - 2023-06-25
- updated the following local packages: htsget-search
0.4.4 - 2023-06-20
- bump deps
0.4.3 - 2023-06-19
- updated the following local packages: htsget-config, htsget-search
0.4.2 - 2023-06-08
- remove unused dependencies and update msrv
- update remaining dependencies, hold back tokio-rustls due to conflicting versions with actix-web
0.4.1 - 2023-06-02
- add debug line for config when starting server
0.3.0 - 2023-05-29
- format parsing is now case-insensitive when validating query parameters
- [breaking] add request header information to post handlers
- [breaking] add request header information to get handlers
- (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
- (config) add automatic config inference for local and s3 storage, and rearrange modules
- [breaking] simplify storage config by allowing untagged enum representation
- use correct help context for a crate using htsget-config
- (release) Bump all crates to 0.1.2 as explored in release-plz/release-plz#507 (comment)
- update for UrlStorage
- [breaking] rename AwsS3Storage to S3Storage in search
- [breaking] http refactor, pass request with query
- remove s3-storage as default
- Merge branch 'main' of https://github.com/umccr/htsget-rs into feat/actix-tls
- [breaking] rename
HttpTicketFormatter
and removeUrlFormatter
implementation for it - [breaking] move htsget structs to config, and resolve storage type in config
- manually bump crate versions to 0.1.4
- make htsget-test a regular dependency
- bump crate versions to 0.1.3 manually
- specify htsget-test version
- (test) remove htsget-test dependence on htsget-search and htsget-http.
- [breaking] move CertificateKeyPair to config to simplify data server logic
- Merge pull request #133 from umccr/deploy-htsget-rs
- release
- Downgrade release after fixing cargo publish circular dep issues as discussed in release-plz/release-plz#507 (comment)
- Update cargo files (#152)
- Remove s3-server and dependencies (#150)
- (deps) bump tokio from 1.24.0 to 1.24.2 (#151)
- release (#148)
- Set MSRV on all sub-crates (#146)
- Better CI (#98)
0.2.0 - 2023-04-28
- (test) add multiple resolvers for server tests and test resolution
- (config) add automatic config inference for local and s3 storage, and rearrange modules
- [breaking] simplify storage config by allowing untagged enum representation
- [breaking] rename
HttpTicketFormatter
and removeUrlFormatter
implementation for it - [breaking] move htsget structs to config, and resolve storage type in config
0.1.1 - 2023-01-27
- Set MSRV on all sub-crates (#146)
- Better CI (#98)