umccr / htsget-rs

A server implementation of the htsget protocol for bioinformatics in Rust
https://samtools.github.io/hts-specs/htsget.html
MIT License
39 stars 9 forks source link

chore: release #254

Closed github-actions[bot] closed 3 months ago

github-actions[bot] commented 3 months ago

🤖 New release

Changelog

## `htsget-config`

## [0.10.1](https://github.com/umccr/htsget-rs/compare/htsget-config-v0.10.0...htsget-config-v0.10.1) - 2024-08-04 ### Fixed - *(axum)* enable http2 support, re-word docs to include htsget-axum ### Other - update rust msrv - bump Lambda and noodles dependencies
## `htsget-actix`
## [0.6.2](https://github.com/umccr/htsget-rs/compare/htsget-actix-v0.6.1...htsget-actix-v0.6.2) - 2024-08-04 ### Added - *(axum)* add join handle helper functions ### Other - update rust msrv - *(actix)* clarify axum vs actix usage - 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
## `htsget-axum`
## [0.1.0](https://github.com/umccr/htsget-rs/releases/tag/htsget-axum-v0.1.0) - 2024-08-04 ### Added - *(axum)* add join handle helper functions ### Fixed - *(axum)* enable http2 support, re-word docs to include htsget-axum ### Other - update rust msrv - *(axum)* add server tests for axum ticket server - add routers for data and ticket servers - move the data server to its own htsget-axum crate
## `htsget-http`
## [0.4.15](https://github.com/umccr/htsget-rs/compare/htsget-http-v0.4.14...htsget-http-v0.4.15) - 2024-08-04 ### Other - update rust msrv - move storage module from htsget-search to htsget-storage
## `htsget-search`
## [0.8.0](https://github.com/umccr/htsget-rs/compare/htsget-search-v0.7.1...htsget-search-v0.8.0) - 2024-08-04 ### Other - update rust msrv - bump Lambda and noodles dependencies - *(axum)* add server tests for axum ticket server - add routers for data and ticket servers - move storage module from htsget-search to htsget-storage
## `htsget-storage`
## [0.1.0](https://github.com/umccr/htsget-rs/releases/tag/htsget-storage-v0.1.0) - 2024-08-04 ### Other - update rust msrv - 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
## `htsget-test`
## [0.6.2](https://github.com/umccr/htsget-rs/compare/htsget-test-v0.6.1...htsget-test-v0.6.2) - 2024-08-04 ### Other - update rust msrv - bump Lambda and noodles dependencies
## `htsget-lambda`
## [0.4.17](https://github.com/umccr/htsget-rs/compare/htsget-lambda-v0.4.16...htsget-lambda-v0.4.17) - 2024-08-04 ### Other - 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


This PR was generated with release-plz.