Skip to content

Latest commit

 

History

History
325 lines (189 loc) · 7.87 KB

File metadata and controls

325 lines (189 loc) · 7.87 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.

3.2.15 - 2024-03-30

Fixed

  • fixing libflate bug
  • fixing windows bug
  • fixing bug
  • fixing for windows

Other

  • 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

Fixed

  • fixing reqwest in build-dependency

Other

  • 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

Fixed

  • build

3.2.12 - 2024-03-04

Fixed

  • fixing formatting

Other

  • adding support for dynamic schema

3.2.11 - 2024-02-05

Other

  • (deps) bump tokio from 1.35.1 to 1.36.0

3.2.10 - 2024-02-01

Other

  • (deps) bump reqwest from 0.11.23 to 0.11.24

3.2.9 - 2024-01-30

Other

  • (deps) bump serde_json from 1.0.112 to 1.0.113

3.2.8 - 2024-01-29

Other

  • (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

Other

  • (deps) bump chrono from 0.4.32 to 0.4.33

3.2.6 - 2024-01-23

Other

  • (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

Other

  • (deps) bump async-graphql from 7.0.0 to 7.0.1

3.2.4 - 2024-01-19

Other

  • (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

Other

  • (deps) bump uuid from 1.6.1 to 1.7.0

3.2.2 - 2024-01-08

Other

  • (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

Other

  • (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

Added

  • update Cargo.lock

3.1.0 - 2023-12-28

Added

  • update to latest async-graphql version

Fixed

  • install protoc on github action

Other

  • fix doc
  • remove useless targets
  • allow doc build

Feat

  • Bump async-graphql to 4

Feat

  • Bump async-graphql to 3.0.7
  • Edition 2021

Fix

  • Bump async-graphql to 2.10.* to fix dependency resolution conflict while using latest async-graphql.

Misc

  • Add audit github action
  • Issue with workflow token

Misc

  • Commit Cargo.lock ... (idk why it was in the .gitignore)

Fix

  • Do not send Traces over than 4mb

Fix

  • Fix CI publish command, we can't build it with every features, we have to choose the runtime.

Feat

  • Add async-std-comp & tokio-comp features
  • Runtime agnostic

Fix

  • Fix auto-release workflow

Fix

  • Fix auto-release

Misc

  • Update documentation

Feat

  • GZIP Compression

Misc

  • Update workflows
  • Update Cargo.toml Repository
  • Clippy fix

Fix

  • Fix tracing timings

Fix

  • Use offset for start time

Misc

  • Fix some README.md

Fix

  • Do not show authorization_token

Fix

  • Fix register schema

Feat

  • Add schema export to apollo

Fix

  • Make ApolloTracingDataExt fields public for hydratation

Fix

  • On merge fix token github

Fix

  • Merge deployment

Feat

  • Opensource Brevz Apollo Extension
  • Add on-merge workflows
  • Fix on-merge workflows

[0.1.0]

Added

  • Boot repo