File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 10
10
11
11
### Bug fixes
12
12
13
- # 1.13.6 (20 January 2022)
13
+ # 1.13.7 (28 January 2022)
14
14
15
- ### Breaking changes
15
+ ### New Features
16
16
17
- ### Deprecations
17
+ - Arguments: ` replace_null_with_default: true ` replaces incoming ` null ` s with the configured ` default_value: ` #3871
18
+ - Arguments: support ` dig: [key1, key2, ...] ` for nested hash key access #3856
19
+ - Generators: support more Postgresql field types #3577
20
+ - Generators: support downcased generator argument types #3577
21
+ - Generators: add an input type generator #3577
22
+ - Generators: support namespaces in generators #3577
23
+
24
+ ### Bug Fixes
25
+
26
+ - Field: better error for nil ` owner ` #3870
27
+ - ISO8601DateTime: don't accept inputs with partial time parts #3862
28
+ - SDL: fix for base connection classes that implement interfaces #3859
29
+ - Cops: find ` required: true ` on ` f.argument ` calls (with explicit receiver) #3858
30
+ - Analysis: handle undefined or hidden fields with ` nil ` in ` visitor.field_definition ` #3857
31
+
32
+ # 1.13.6 (20 January 2022)
18
33
19
34
### New features
20
35
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module GraphQL
3
- VERSION = "1.13.6 "
3
+ VERSION = "1.13.7 "
4
4
end
You can’t perform that action at this time.
0 commit comments