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.
3.2.15 - 2024-03-30
- fixing libflate bug
- fixing windows bug
- fixing bug
- fixing for windows
- skipping uname call for windows too
- different serde_json's
- removing tracing-futures
- formatting
- using rust-protobuf
- using protoc-bin-vendored
- (deps) bump reqwest from 0.11.24 to 0.11.25
3.2.14 - 2024-03-07
- fixing reqwest in build-dependency
- updating reqwest to use rustls
- setting default-features to false for reqwest
- (deps) bump chrono from 0.4.34 to 0.4.35
3.2.13 - 2024-03-04
- build
3.2.12 - 2024-03-04
- fixing formatting
- adding support for dynamic schema
3.2.11 - 2024-02-05
- (deps) bump tokio from 1.35.1 to 1.36.0
3.2.10 - 2024-02-01
- (deps) bump reqwest from 0.11.23 to 0.11.24
3.2.9 - 2024-01-30
- (deps) bump serde_json from 1.0.112 to 1.0.113
3.2.8 - 2024-01-29
- (deps) bump serde_json from 1.0.111 to 1.0.112
- (deps) bump serde from 1.0.195 to 1.0.196
3.2.7 - 2024-01-26
- (deps) bump chrono from 0.4.32 to 0.4.33
3.2.6 - 2024-01-23
- (deps) bump chrono from 0.4.31 to 0.4.32
- (deps) bump derive_builder from 0.12.0 to 0.13.0
3.2.5 - 2024-01-22
- (deps) bump async-graphql from 7.0.0 to 7.0.1
3.2.4 - 2024-01-19
- (deps) bump h2 from 0.3.22 to 0.3.24
- (deps) bump h2 from 0.3.22 to 0.3.24 in /example/simple
3.2.3 - 2024-01-19
- (deps) bump uuid from 1.6.1 to 1.7.0
3.2.2 - 2024-01-08
- (deps) bump serde from 1.0.194 to 1.0.195
- (deps) bump async-graphql from 6.0.11 to 7.0.0
3.2.1 - 2024-01-05
- (deps) bump async-trait from 0.1.76 to 0.1.77
- (deps) bump anyhow from 1.0.78 to 1.0.79
- (deps) bump serde_json from 1.0.109 to 1.0.111
- (deps) bump serde_json from 1.0.108 to 1.0.109
- (deps) bump async-trait from 0.1.75 to 0.1.76
- (deps) bump anyhow from 1.0.77 to 1.0.78
3.2.0 - 2023-12-28
- update Cargo.lock
3.1.0 - 2023-12-28
- update to latest async-graphql version
- install protoc on github action
- fix doc
- remove useless targets
- allow doc build
- Bump
async-graphql
to4
- Bump
async-graphql
to3.0.7
- Edition 2021
- Bump
async-graphql
to2.10.*
to fix dependency resolution conflict while using latest async-graphql.
- Add audit github action
- Issue with workflow token
- Commit Cargo.lock ... (idk why it was in the .gitignore)
- Do not send Traces over than 4mb
- Fix CI publish command, we can't build it with every features, we have to choose the runtime.
- Add async-std-comp & tokio-comp features
- Runtime agnostic
- Fix auto-release workflow
- Fix auto-release
- Update documentation
- GZIP Compression
- Update workflows
- Update Cargo.toml Repository
- Clippy fix
- Fix tracing timings
- Use offset for start time
- Fix some README.md
- Do not show authorization_token
- Fix register schema
- Add schema export to apollo
- Make ApolloTracingDataExt fields public for hydratation
- On merge fix token github
- Merge deployment
- Opensource Brevz Apollo Extension
- Add on-merge workflows
- Fix on-merge workflows
- Boot repo