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.
0.3.2 - 2024-12-09
- (thegraph-graphql-http) handle empty response body (#433)
0.3.1 - 2024-12-09
- (thegraph-graphql-http) add docs.rs package metadata configuration (#430)
0.3.0 - 2024-12-09
- (thegraph-graphql-http) rename features to match optional deps (#426)
- (thegraph-graphql-http) update README.md badges (#428)
0.2.4 - 2024-08-19
- (docs) fix clippy::doc_lazy_continuation error (#283)
0.2.3 - 2024-06-03
- fix code format issues (#216)
0.2.2 - 2024-05-30
- (thegraph-graphql-http) remove test println (#214)
0.2.1 - 2024-04-22
- add the text response to deserialization error (#160)
0.2.0 - 2024-04-10
- (thegraph-graphql-http) update rust crate reqwest to v0.12 (#152)
0.1.1 - 2024-04-10
- (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
- (thegraph-graphql-http) add thegraph-graphql-http crate (#120)