File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Bug fixes
10
10
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
+
11
24
# 1.12.5 (18 February 2021)
12
25
13
26
### New features
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module GraphQL
3
- VERSION = "1.12.5 "
3
+ VERSION = "1.12.6 "
4
4
end
You can’t perform that action at this time.
0 commit comments