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.0.21 (11 April 2023)
14+
15+ ### Deprecations
16+
17+ - Deprecate ` GraphQL::Filter ` (use ` visible? ` methods instead) #4424
18+
19+ ### New features
20+
21+ - PrometheusTracing: support histograms #4418
22+
23+ ### Bug fixes
24+
25+ - Backtrace: improve compatibility with ` trace_with ` #4437
26+ - Consolidate internally-used empty value constants #4434
27+ - Fix some warnings #4422
28+ - Performance: improve runtime speed #4436 #4433 #4428 #4430 #4427 #4399
29+ - Validation: fix inline fragment selection on scalar #4429
30+ - ` @oneOf ` : print definition in the SDL when it's used
31+ - SDL: load schema directives when they're used
32+ - Appsignal tracing: Fix ` resolve_type ` definition
33+
1334# 2.0.20 (30 March 2023)
1435
1536### Bug fixes
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module GraphQL
3- VERSION = "2.0.20 "
3+ VERSION = "2.0.21 "
44end
You can’t perform that action at this time.
0 commit comments