async_graphql_apollo_studio_extension icon indicating copy to clipboard operation
async_graphql_apollo_studio_extension copied to clipboard

Async GraphQL Apollo Extensions

Results 13 async_graphql_apollo_studio_extension issues
Sort by recently updated
recently updated
newest added

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.26 to 0.12.4. Release notes Sourced from reqwest's releases. v0.12.4 What's Changed Add zstd support, enabled with zstd Cargo feature (thanks @​paolobarbolini!) Add ClientBuilder::read_timeout(Duration), which applies the...

Action: no bump

Bumps [rustls](https://github.com/rustls/rustls) from 0.21.10 to 0.21.11. Commits 7b8d1db Prepare 0.21.11 ebcb478 complete_io: bail out if progress is impossible 20f35df Regression test for complete_io infinite loop bug 2f2aae1 Don't specially handle...

Action: no bump

Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26. Release notes Sourced from h2's releases. v0.3.26 What's Changed Limit number of CONTINUATION frames for misbehaving connections. See https://seanmonstar.com/blog/hyper-http2-continuation-flood/ for more info. v0.3.25 What's...

Action: no bump

Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26. Release notes Sourced from h2's releases. v0.3.26 What's Changed Limit number of CONTINUATION frames for misbehaving connections. See https://seanmonstar.com/blog/hyper-http2-continuation-flood/ for more info. v0.3.25 What's...

dependencies

Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.7.0 to 1.8.0. Release notes Sourced from uuid's releases. 1.8.0 ⚠️ Potential Breakage ⚠️ A new impl AsRef<Uuid> for Uuid bound has been added, which can break...

Action: no bump

Bumps [derive_builder](https://github.com/colin-kiegel/rust-derive-builder) from 0.13.1 to 0.20.0. Release notes Sourced from derive_builder's releases. v0.20.0 Bump syn to version 2 #308 Bump darling to version 0.20.6 #308 BREAKING CHANGE: Remove support for...

Action: no bump

Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.10.2 to 0.11.0. Changelog Sourced from tonic-build's changelog. (2024-02-08) BREAKING CHANGES: Removed NamedService from the transport module, please import it via tonic::server::NamedService. MSRV bumped to 1.70. Features...

Action: no bump

Bumps [tonic](https://github.com/hyperium/tonic) from 0.10.2 to 0.11.0. Changelog Sourced from tonic's changelog. (2024-02-08) BREAKING CHANGES: Removed NamedService from the transport module, please import it via tonic::server::NamedService. MSRV bumped to 1.70. Features...

Action: no bump

Trying to compile the library for wasm fails with the following error ``` error[E0432]: unresolved import `crate::sys::IoSourceState` --> /Users/shashikant/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/io_source.rs:12:5 | 12 | use crate::sys::IoSourceState; | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `IoSourceState` in `sys`...

Would you mind creating an example of how to use this extension with poem? I'm not very familiar with tracing and apollo studio, it would be helpful to have some...