Skip to content

Commit 930468f

Browse files
committed
2.2.6
1 parent c8069d7 commit 930468f

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,27 @@
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

lib/graphql/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module GraphQL
3-
VERSION = "2.2.5"
3+
VERSION = "2.2.6"
44
end

0 commit comments

Comments
 (0)