Skip to content

Commit 1f91e6f

Browse files
committed
1.13.7
1 parent 68e85f2 commit 1f91e6f

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,26 @@
1010

1111
### Bug fixes
1212

13-
# 1.13.6 (20 January 2022)
13+
# 1.13.7 (28 January 2022)
1414

15-
### Breaking changes
15+
### New Features
1616

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)
1833

1934
### New features
2035

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

0 commit comments

Comments
 (0)