From b442fbf457498c8ad318578b570c5a6b64cab452 Mon Sep 17 00:00:00 2001 From: Steve Coffman Date: Sat, 15 Jul 2023 20:26:56 -0400 Subject: [PATCH] Post v0.17.35 changelog update Signed-off-by: Steve Coffman --- CHANGELOG.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02c90774f6..662377f1b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,39 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/99designs/gqlgen/compare/v0.17.34...HEAD) +## [Unreleased](https://github.com/99designs/gqlgen/compare/v0.17.35...HEAD) + +## [v0.17.35](https://github.com/99designs/gqlgen/compare/v0.17.34...v0.17.35) - 2023-07-15 +- 05006bf1 release v0.17.35 + +- d95d614f Update gqlparser to v2.5.7 (#2714) + +- 8c378e6b Updated GraphiQL playground 2.0.7 -> 3.0.1 and react 17 -> 18 (#2713) + +
7880739d Add op ctx safety for apollo tracing (#2709) + +* Add automated tests for both tracing and tracer to simulate a client disconnect +* Check for existence of operation context before proceeding to avoid panic + +
+ +- 6ed9337b fix function name in comment (#2707) + +- 2cfb9f98 Fix apollo integrity hash (#2706) + +- 470fca87 Update gqlparser again (#2697) + +- 280441b1 Update changelog + +- 5bc36e14 v0.17.34 postrelease bump + + + + + ## [v0.17.34](https://github.com/99designs/gqlgen/compare/v0.17.33...v0.17.34) - 2023-06-23 - 5a705857 release v0.17.34