Skip to content

hive-apollo-router-plugin 3.0.0 does not compile #7510

@yanns

Description

@yanns

When using the version 3.0.0 from hive-apollo-router-plugin, I got the following compilation errors:

error[E0432]: unresolved import `hive_console_sdk::supergraph_fetcher::sync`
 --> /Users/yannsimon/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hive-apollo-router-plugin-3.0.0/src/registry.rs:4:43
  |
4 | use hive_console_sdk::supergraph_fetcher::sync::SupergraphFetcherSyncState;
  |                                           ^^^^ could not find `sync` in `supergraph_fetcher`

The used version of hive-console-sdk is the 0.3.3:

[[package]]
name = "hive-console-sdk"
version = "0.3.3"

When checking the main version, I cannot reproduce the issue, and the dependency is the following:

[dependencies]
apollo-router = { version = "^2.0.0" }
axum-core = "0.5"
hive-console-sdk = { path = "../sdk-rs", version = "0" }

Maybe we need a new release of hive-console-sdk?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions