Skip to content

Commit 0d0197f

Browse files
committed
2.0.9
1 parent fea435f commit 0d0197f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
1010

1111
### Bug fixes
1212

13+
# 2.0.9 (31 May 2022)
14+
15+
### New features
16+
17+
- Connections: use `Schema.default_page_size`, `Field#default_page_size`, or `Resolver.default_page_size` when one of them is available and no `first` or `last` is given #4081
18+
- Tracing: Add `OpenTelementryTracing` #4077
19+
20+
### Bug fixes
21+
22+
- Field usage analyzer: don't crash on null input objects #4078
23+
- Complexity: properly handle `ExecutionError`s raised in `prepare:` hooks #4079
24+
1325
# 2.0.8 (24 May 2022)
1426

1527
### New Features

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

0 commit comments

Comments
 (0)