File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1010
1111### Bug fixes
1212
13+ # 2.2.6 (25 Jan 2024)
14+
15+ ### Deprecations
16+
17+ - ` instrument(:query | :multiplex, ...) ` was deprecated, use a ` trace_with ` module instead. #4771
18+ - Legacy ` PlatformTracing ` classes are deprecated, use a ` PlatformTrace ` module instead #4779
19+
20+ ### New features
21+
22+ - ` FieldUsage ` analyzer: returns a ` used_deprecated_enum_values: ... ` array in its result Hash #4805
23+ - ` validate_timeout ` applies to query analysis as well as static validation #4800
24+ - ` SentryTrace ` is added for instrumenting with Sentry #4775
25+
26+ ### Bug fixes
27+
28+ - ` FieldUsage ` analyzer: properly find deprecated arguments in non-null input objects #4805
29+ - DataDog: replace usage of ` span_type ` setter with ` span ` setter #4776
30+ - Fix coercion error handing with given ` null ` values #4799
31+ - Raise a better error when variables are defined with non-input types #4791
32+ - Fix ` hasNextPage ` when ` max_page_size ` is set #4780
33+
1334# 2.2.5 (10 Jan 2024)
1435
1536### Bug fixes
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module GraphQL
3- VERSION = "2.2.5 "
3+ VERSION = "2.2.6 "
44end
You can’t perform that action at this time.
0 commit comments