Skip to content

Commit a048682

Browse files
committed
2.0.21
1 parent fc79dfe commit a048682

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.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

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.0.20"
3+
VERSION = "2.0.21"
44
end

0 commit comments

Comments
 (0)