Skip to content

Releases: Shopify/graphql-metrics

v6.0.0

12 Sep 20:42
f1a1eaa
Compare
Choose a tag to compare

Breaking changes

Due to Instrumentation plugins being deprecated in the graphql gem, graphql-metrics has been refactored to use the new Tracing API. This changes how graphql-metrics is used in your application.

Before:

class MySchema < GraphQL::Schema
  instrument :query, GraphQLMetrics::Instrumentation.new
  query_analyzer MyMetricsAnalyzer
  tracer GraphQL::Metrics::Tracer.new
end

After:

class MySchema < GraphQL::Schema
  use GraphQL::Metrics, analyzer: MyMetricsAnalyzer
end

Other breaking changes:

  • graphql >= 2.3 is now required.
  • Apollo tracing spec support has been removed (the spec has been deprecated for years). All start_time_offset metrics have been removed.
  • Support for the old tracing API has been removed.
  • The multiplex_start_time_monotonic operation mettric has been removed.

What's Changed

New Contributors

Full Changelog: v5.0.8...v6.0.0

v5.0.8

06 Dec 22:43
f2f679c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.7...v5.0.8

v5.0.7

19 Apr 18:16
2a4e72a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.6...v5.0.7

v5.0.6

12 Apr 15:40
34c02c0
Compare
Choose a tag to compare

What's Changed

  • Fix skip_tracing compatibility for new Tracing API by @swalkinshaw in #74

Full Changelog: v5.0.5...v5.0.6

v5.0.5

10 Apr 18:50
c8cd913
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.4...v5.0.5

v5.0.4

03 Apr 15:56
Compare
Choose a tag to compare

What's Changed

  • Support graphql-ruby's new tracing API (backwards compatible) by @rmosolgo in #66
  • Addresses an error when inline fragments with directive were missing parent type by @arathunku in #71

New Contributors

Full Changelog: v5.0.3...v5.0.4

v5.0.3

06 Mar 18:52
efe1bc5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.2...v5.0.3

v5.0.2

06 Mar 18:49
bd5153a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.1...v5.0.2

v5.0.1

13 Feb 15:43
d9e3d09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.0...v5.0.1

v5.0.0

13 Feb 15:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.0...v5.0.0