Skip to content

Latest commit

 

History

History
66 lines (39 loc) · 2.88 KB

CHANGELOG.md

File metadata and controls

66 lines (39 loc) · 2.88 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.3.2 - 2024-12-09

Fixed

  • (thegraph-graphql-http) handle empty response body (#433)

0.3.1 - 2024-12-09

Other

  • (thegraph-graphql-http) add docs.rs package metadata configuration (#430)

0.3.0 - 2024-12-09

Added

  • (thegraph-graphql-http) rename features to match optional deps (#426)

Other

  • (thegraph-graphql-http) update README.md badges (#428)

0.2.4 - 2024-08-19

Other

  • (docs) fix clippy::doc_lazy_continuation error (#283)

0.2.3 - 2024-06-03

Other

  • fix code format issues (#216)

0.2.2 - 2024-05-30

Other

  • (thegraph-graphql-http) remove test println (#214)

0.2.1 - 2024-04-22

Fixed

  • add the text response to deserialization error (#160)

0.2.0 - 2024-04-10

Other

  • (thegraph-graphql-http) update rust crate reqwest to v0.12 (#152)

0.1.1 - 2024-04-10

Other

  • (deps) update rust crate graphql_client to 0.14 (#149)
  • (deps) update rust crate indoc to 2.0.5 (#146)
  • (deps) update rust crate tokio to v1.37.0 (#150)

0.1.0 - 2024-03-04

Added

  • (thegraph-graphql-http) add thegraph-graphql-http crate (#120)