File tree Expand file tree Collapse file tree 7 files changed +26
-8
lines changed Expand file tree Collapse file tree 7 files changed +26
-8
lines changed Original file line number Diff line number Diff 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.7] ( https://github.com/graphql-hive/router/compare/hive-router-v0.0.6...hive-router-v0.0.7 ) - 2025-09-02
11+
12+ ### Fixed
13+
14+ - * (config)* use ` __ ` (double underscore) as separator for env vars ([ #397 ] ( https://github.com/graphql-hive/router/pull/397 ) )
15+
1016## [ 0.0.6] ( https://github.com/graphql-hive/router/compare/hive-router-v0.0.5...hive-router-v0.0.6 ) - 2025-09-02
1117
1218### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " hive-router"
3- version = " 0.0.6 "
3+ version = " 0.0.7 "
44edition = " 2021"
55description = " GraphQL router/gateway for Federation"
66license = " MIT"
@@ -17,8 +17,8 @@ path = "src/main.rs"
1717
1818[dependencies ]
1919hive-router-query-planner = { path = " ../../lib/query-planner" , version = " 1.0.0" }
20- hive-router-plan-executor = { path = " ../../lib/executor" , version = " 1.0.1 " }
21- hive-router-config = { path = " ../../lib/router-config" , version = " 0.0.2 " }
20+ hive-router-plan-executor = { path = " ../../lib/executor" , version = " 1.0.2 " }
21+ hive-router-config = { path = " ../../lib/router-config" , version = " 0.0.3 " }
2222
2323tokio = { workspace = true }
2424futures = { workspace = true }
Original file line number Diff line number Diff 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.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
11+
12+ ### Fixed
13+
14+ - * (config)* use ` __ ` (double underscore) as separator for env vars ([ #397 ] ( https://github.com/graphql-hive/router/pull/397 ) )
15+
1016## [ 1.0.1] ( https://github.com/graphql-hive/router/compare/hive-router-plan-executor-v1.0.0...hive-router-plan-executor-v1.0.1 ) - 2025-09-02
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " hive-router-plan-executor"
3- version = " 1.0.1 "
3+ version = " 1.0.2 "
44edition = " 2021"
55description = " GraphQL query planner executor for Federation specification"
66license = " MIT"
Original file line number Diff line number Diff 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.3] ( https://github.com/graphql-hive/router/compare/hive-router-config-v0.0.2...hive-router-config-v0.0.3 ) - 2025-09-02
11+
12+ ### Fixed
13+
14+ - * (config)* use ` __ ` (double underscore) as separator for env vars ([ #397 ] ( https://github.com/graphql-hive/router/pull/397 ) )
15+
1016## [ 0.0.2] ( https://github.com/graphql-hive/router/compare/hive-router-config-v0.0.1...hive-router-config-v0.0.2 ) - 2025-09-02
1117
1218### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " hive-router-config"
3- version = " 0.0.2 "
3+ version = " 0.0.3 "
44edition = " 2021"
55publish = true
66license = " MIT"
You can’t perform that action at this time.
0 commit comments