From d7fd9b3fe6c8e13df2423e6531da9cfa0d5d1d27 Mon Sep 17 00:00:00 2001 From: OpenTelemetry Bot <107717825+opentelemetrybot@users.noreply.github.com> Date: Fri, 16 Feb 2024 18:41:44 +0000 Subject: [PATCH] release: Release opentelemetry-instrumentation-graphql 0.28.0 (was 0.27.0) --- instrumentation/graphql/CHANGELOG.md | 6 ++++++ .../lib/opentelemetry/instrumentation/graphql/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/instrumentation/graphql/CHANGELOG.md b/instrumentation/graphql/CHANGELOG.md index c75886695..7e7a19cb8 100644 --- a/instrumentation/graphql/CHANGELOG.md +++ b/instrumentation/graphql/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History: opentelemetry-instrumentation-graphql +### v0.28.0 / 2024-02-16 + +* BREAKING CHANGE: Cache GraphQL attributes + +* ADDED: Cache GraphQL attributes + ### v0.27.0 / 2023-11-28 * CHANGED: Performance optimization cache attribute hashes [#723](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/723) diff --git a/instrumentation/graphql/lib/opentelemetry/instrumentation/graphql/version.rb b/instrumentation/graphql/lib/opentelemetry/instrumentation/graphql/version.rb index db8496fff..e864e46c7 100644 --- a/instrumentation/graphql/lib/opentelemetry/instrumentation/graphql/version.rb +++ b/instrumentation/graphql/lib/opentelemetry/instrumentation/graphql/version.rb @@ -7,7 +7,7 @@ module OpenTelemetry module Instrumentation module GraphQL - VERSION = '0.27.0' + VERSION = '0.28.0' end end end