Skip to content

Commit e991d8d

Browse files
chore: release
1 parent cf83698 commit e991d8d

File tree

16 files changed

+99
-30
lines changed

16 files changed

+99
-30
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

htsget-actix/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.12.6](https://github.com/umccr/htsget-rs/compare/htsget-actix-v0.12.5...htsget-actix-v0.12.6) - 2026-02-03
11+
12+
### Other
13+
14+
- update Cargo.lock dependencies
15+
1016
## [0.12.5](https://github.com/umccr/htsget-rs/compare/htsget-actix-v0.12.4...htsget-actix-v0.12.5) - 2026-01-13
1117

1218
### Other

htsget-actix/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "htsget-actix"
3-
version = "0.12.5"
3+
version = "0.12.6"
44
rust-version = "1.88"
55
authors = ["Daniel del Castillo de la Rosa <delcastillodelarosadaniel@gmail.com>", "Marko Malenic <mmalenic1@gmail.com>", "Roman Valls Guimera <brainstorm@nopcode.org>"]
66
edition = "2024"
@@ -39,10 +39,10 @@ axum = { version = "0.8", features = ["http2"] }
3939
tracing-actix-web = "0.7"
4040
tracing = "0.1"
4141

42-
htsget-http = { version = "0.8.4", path = "../htsget-http", default-features = false }
43-
htsget-search = { version = "0.12.5", path = "../htsget-search", default-features = false }
44-
htsget-config = { version = "0.20.1", path = "../htsget-config", default-features = false }
45-
htsget-axum = { version = "0.8.5", path = "../htsget-axum", default-features = false }
42+
htsget-http = { version = "0.8.5", path = "../htsget-http", default-features = false }
43+
htsget-search = { version = "0.12.6", path = "../htsget-search", default-features = false }
44+
htsget-config = { version = "0.21.0", path = "../htsget-config", default-features = false }
45+
htsget-axum = { version = "0.8.6", path = "../htsget-axum", default-features = false }
4646

4747
[dev-dependencies]
4848
htsget-test = { path = "../htsget-test", features = ["http"], default-features = false }

htsget-axum/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.6](https://github.com/umccr/htsget-rs/compare/htsget-axum-v0.8.5...htsget-axum-v0.8.6) - 2026-02-03
11+
12+
### Other
13+
14+
- update Cargo.lock dependencies
15+
1016
## [0.8.5](https://github.com/umccr/htsget-rs/compare/htsget-axum-v0.8.4...htsget-axum-v0.8.5) - 2026-01-13
1117

1218
### Other

htsget-axum/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "htsget-axum"
3-
version = "0.8.5"
3+
version = "0.8.6"
44
rust-version = "1.88"
55
authors = ["Marko Malenic <mmalenic1@gmail.com>"]
66
edition = "2024"
@@ -57,9 +57,9 @@ reqwest = { version = "0.12", default-features = false, features = ["json", "rus
5757
thiserror = "2"
5858
tracing = "0.1"
5959

60-
htsget-config = { version = "0.20.1", path = "../htsget-config", default-features = false }
61-
htsget-search = { version = "0.12.5", path = "../htsget-search", default-features = false }
62-
htsget-http = { version = "0.8.4", path = "../htsget-http", default-features = false }
60+
htsget-config = { version = "0.21.0", path = "../htsget-config", default-features = false }
61+
htsget-search = { version = "0.12.6", path = "../htsget-search", default-features = false }
62+
htsget-http = { version = "0.8.5", path = "../htsget-http", default-features = false }
6363

6464
[dev-dependencies]
6565
htsget-test = { path = "../htsget-test", features = ["http"], default-features = false }

htsget-config/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.21.0](https://github.com/umccr/htsget-rs/compare/htsget-config-v0.20.1...htsget-config-v0.21.0) - 2026-02-03
11+
12+
### Added
13+
14+
- *(config)* separate out forward_public_key option to url storage instead
15+
- implement forwarding server's public key separately to the client public key
16+
- *(config)* add function to encode public key into a header
17+
- *(config)* add encoded public key to c4gh config
18+
- implement separate client and server keys on storage side
19+
- *(config)* add option to forward public keys when using url storage
20+
- *(config)* allow different C4GH keys for the client and server to be configured
21+
22+
### Other
23+
24+
- schema style
25+
- doc fixes and style
26+
- *(config)* move forward_public_key to c4gh config
27+
- *(config)* document the forward_public_key option
28+
- specify options for different client/server keys
29+
- add key set tests for client and server keys
30+
1031
## [0.20.1](https://github.com/umccr/htsget-rs/compare/htsget-config-v0.20.0...htsget-config-v0.20.1) - 2025-12-24
1132

1233
### Other

htsget-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "htsget-config"
3-
version = "0.20.1"
3+
version = "0.21.0"
44
rust-version = "1.88"
55
authors = ["Daniel del Castillo de la Rosa <delcastillodelarosadaniel@gmail.com>", "Marko Malenic <mmalenic1@gmail.com>", "Roman Valls Guimera <brainstorm@nopcode.org>"]
66
edition = "2024"

htsget-http/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.5](https://github.com/umccr/htsget-rs/compare/htsget-http-v0.8.4...htsget-http-v0.8.5) - 2026-02-03
11+
12+
### Other
13+
14+
- updated the following local packages: htsget-config, htsget-search
15+
1016
## [0.8.4](https://github.com/umccr/htsget-rs/compare/htsget-http-v0.8.3...htsget-http-v0.8.4) - 2025-12-24
1117

1218
### Other

htsget-http/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "htsget-http"
3-
version = "0.8.4"
3+
version = "0.8.5"
44
rust-version = "1.88"
55
authors = ["Daniel del Castillo de la Rosa <delcastillodelarosadaniel@gmail.com>", "Marko Malenic <mmalenic1@gmail.com>", "Roman Valls Guimera <brainstorm@nopcode.org>"]
66
edition = "2024"
@@ -33,8 +33,8 @@ jsonpath-rust = "1"
3333
regex = "1"
3434
headers = "0.4"
3535

36-
htsget-search = { version = "0.12.5", path = "../htsget-search", default-features = false }
37-
htsget-config = { version = "0.20.1", path = "../htsget-config", default-features = false }
36+
htsget-search = { version = "0.12.6", path = "../htsget-search", default-features = false }
37+
htsget-config = { version = "0.21.0", path = "../htsget-config", default-features = false }
3838

3939
[dev-dependencies]
4040
htsget-test = { path = "../htsget-test", default-features = false }

htsget-lambda/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.11](https://github.com/umccr/htsget-rs/compare/htsget-lambda-v0.7.10...htsget-lambda-v0.7.11) - 2026-02-03
11+
12+
### Other
13+
14+
- update Cargo.lock dependencies
15+
1016
## [0.7.10](https://github.com/umccr/htsget-rs/compare/htsget-lambda-v0.7.9...htsget-lambda-v0.7.10) - 2026-01-13
1117

1218
### Other

0 commit comments

Comments
 (0)