| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.15.0 source code.tar.gz | 2025-12-08 | 257.9 kB | |
| 0.15.0 source code.zip | 2025-12-08 | 326.6 kB | |
| README.md | 2025-12-08 | 4.7 kB | |
| Totals: 3 Items | 589.2 kB | 2 | |
What's Changed
- doc: fix multiple operations example in readme by @obayemi in https://github.com/graphql-rust/graphql-client/pull/497
- style: Remove unused structs by @caspermeijn in https://github.com/graphql-rust/graphql-client/pull/495
- Update reqwest by @Sytten in https://github.com/graphql-rust/graphql-client/pull/499
- fix: Use consistent reference to graphql_client crate in codegen by @cameronpickham in https://github.com/graphql-rust/graphql-client/pull/484
- extend introspection schema to include oneOf and specifiedByURL by @jimmystewpot in https://github.com/graphql-rust/graphql-client/pull/501
- style: Remove explicit lifetimes by @caspermeijn in https://github.com/graphql-rust/graphql-client/pull/504
- Fix RUSTSEC-2022-0074 / GHSA-gfgm-chr3-x6px moderate security issue in examples by @jimmystewpot in https://github.com/graphql-rust/graphql-client/pull/502
- build(deps): update
heckto 0.5 by @caspermeijn in https://github.com/graphql-rust/graphql-client/pull/503 - Allow using
#[derive(GraphQLQuery)]without depending on serde by @swlynch99 in https://github.com/graphql-rust/graphql-client/pull/487 - ci: Use explicit clippy version by @caspermeijn in https://github.com/graphql-rust/graphql-client/pull/505
- codegen: enable ids to be deserialized from strings or integers by @willfindlay in https://github.com/graphql-rust/graphql-client/pull/476
- refs [#439]. Fix skip_serializing_none for root level variables by @elimirks in https://github.com/graphql-rust/graphql-client/pull/485
- split rustfmt and clippy checks into separate jobs by @danieleades in https://github.com/graphql-rust/graphql-client/pull/472
- Add MSRV check to CI by @danieleades in https://github.com/graphql-rust/graphql-client/pull/465
- chore(deps): bump clap from 3.2.25 to 4.5.27 by @danieleades in https://github.com/graphql-rust/graphql-client/pull/514
- Upgrade Syn and add cli option for extern enums by @jimmystewpot in https://github.com/graphql-rust/graphql-client/pull/520
- codegen: fix required ID deserialization by @ajwerner in https://github.com/graphql-rust/graphql-client/pull/523
- Update dependency env_logger from 0.6 to 0.10.2 by @jimmystewpot in https://github.com/graphql-rust/graphql-client/pull/521
- fix formatting by @danieleades in https://github.com/graphql-rust/graphql-client/pull/526
- chore(deps): bump tokio from 1.43.0 to 1.44.2 by @dependabot[bot] in https://github.com/graphql-rust/graphql-client/pull/534
- chore(deps): bump openssl from 0.10.69 to 0.10.72 by @dependabot[bot] in https://github.com/graphql-rust/graphql-client/pull/532
- Add support for custom variable and response types by @markrileybot in https://github.com/graphql-rust/graphql-client/pull/536
- Correctly set minimal versions for graphql_client by @DanielVoogsgerd in https://github.com/graphql-rust/graphql-client/pull/541
- feat: Adding deprecation fields to InputValue by @lpessoa in https://github.com/graphql-rust/graphql-client/pull/553
- Add changelog ahead of 0.15.0 by @tomhoule in https://github.com/graphql-rust/graphql-client/pull/557
- Release 0.15.0 by @tomhoule in https://github.com/graphql-rust/graphql-client/pull/558
New Contributors
- @obayemi made their first contribution in https://github.com/graphql-rust/graphql-client/pull/497
- @caspermeijn made their first contribution in https://github.com/graphql-rust/graphql-client/pull/495
- @Sytten made their first contribution in https://github.com/graphql-rust/graphql-client/pull/499
- @cameronpickham made their first contribution in https://github.com/graphql-rust/graphql-client/pull/484
- @jimmystewpot made their first contribution in https://github.com/graphql-rust/graphql-client/pull/501
- @swlynch99 made their first contribution in https://github.com/graphql-rust/graphql-client/pull/487
- @willfindlay made their first contribution in https://github.com/graphql-rust/graphql-client/pull/476
- @elimirks made their first contribution in https://github.com/graphql-rust/graphql-client/pull/485
- @ajwerner made their first contribution in https://github.com/graphql-rust/graphql-client/pull/523
- @dependabot[bot] made their first contribution in https://github.com/graphql-rust/graphql-client/pull/534
- @markrileybot made their first contribution in https://github.com/graphql-rust/graphql-client/pull/536
- @DanielVoogsgerd made their first contribution in https://github.com/graphql-rust/graphql-client/pull/541
- @lpessoa made their first contribution in https://github.com/graphql-rust/graphql-client/pull/553
Full Changelog: https://github.com/graphql-rust/graphql-client/compare/0.14.0...0.15.0