Skip to content

Commit 7840f56

Browse files
committed
1.12.6
1 parent 9b95a8b commit 7840f56

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@
88

99
### Bug fixes
1010

11+
# 1.12.6 (11 March 2021)
12+
13+
### New features
14+
15+
- Connection types: support `edges_nullable(false)` and `edge_nullable(false)` for non-null fields #3376
16+
- Connections: add `.arguments` reader to new `Pagination::Connection` classes #3360
17+
18+
### Bug fixes
19+
20+
- Relation connection: Remove extra `COUNT` query from some scenarios #3373
21+
- Add a Bootsnap-style parsing cache when Bootsnap is detected #3156
22+
- Fix input validation for input object variables #3370
23+
1124
# 1.12.5 (18 February 2021)
1225

1326
### 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 = "1.12.5"
3+
VERSION = "1.12.6"
44
end

0 commit comments

Comments
 (0)