Skip to content

Commit 4593c10

Browse files
authored
chore: release (#405)
1 parent 1793c1b commit 4593c10

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

Cargo.lock

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

bin/router/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.0.8](https://github.com/graphql-hive/router/compare/hive-router-v0.0.7...hive-router-v0.0.8) - 2025-09-04
11+
12+
### Fixed
13+
14+
- *(executor)* added support for https scheme and https connector ([#401](https://github.com/graphql-hive/router/pull/401))
15+
1016
## [0.0.7](https://github.com/graphql-hive/router/compare/hive-router-v0.0.6...hive-router-v0.0.7) - 2025-09-02
1117

1218
### Fixed

bin/router/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hive-router"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
edition = "2021"
55
description = "GraphQL router/gateway for Federation"
66
license = "MIT"
@@ -17,7 +17,7 @@ path = "src/main.rs"
1717

1818
[dependencies]
1919
hive-router-query-planner = { path = "../../lib/query-planner", version = "1.0.0" }
20-
hive-router-plan-executor = { path = "../../lib/executor", version = "1.0.2" }
20+
hive-router-plan-executor = { path = "../../lib/executor", version = "1.0.3" }
2121
hive-router-config = { path = "../../lib/router-config", version = "0.0.3" }
2222

2323
tokio = { workspace = true }

lib/executor/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+
## [1.0.3](https://github.com/graphql-hive/router/compare/hive-router-plan-executor-v1.0.2...hive-router-plan-executor-v1.0.3) - 2025-09-04
11+
12+
### Fixed
13+
14+
- *(executor)* added support for https scheme and https connector ([#401](https://github.com/graphql-hive/router/pull/401))
15+
1016
## [1.0.2](https://github.com/graphql-hive/router/compare/hive-router-plan-executor-v1.0.1...hive-router-plan-executor-v1.0.2) - 2025-09-02
1117

1218
### Fixed

lib/executor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hive-router-plan-executor"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
edition = "2021"
55
description = "GraphQL query planner executor for Federation specification"
66
license = "MIT"

0 commit comments

Comments
 (0)