Skip to content

Commit 9689706

Browse files
committed
1.10.3
1 parent 431a250 commit 9689706

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

99
### Bug fixes
1010

11+
## 1.10.3 (17 Feb 2020)
12+
13+
### New features
14+
15+
- Support `loads:` with plain field arguments #2720
16+
- Support `raw_value(...)` to halt execution with a certain value #2699
17+
- `.read_subscription` can return `nil` to bypass executing a subscription #2741
18+
19+
### Bug fixes
20+
21+
- Connection wrappers are properly inherited #2750
22+
- `prepare(...)` is properly applied to default values in subscription fields #2748
23+
- Code tidying for RSpec warnings #2741
24+
- Include new analysis module when generating a schema #2734
25+
- Include directive argument types in printed schemas #2733
26+
- Use `module_parent_name` in Rails #2713
27+
- Fix overriding default scalars in build_from_definition #2722
28+
- Fix some non-null errors in lists #2651
29+
1130
## 1.10.2 (31 Jan 2020)
1231

1332
### Bug fixes

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

0 commit comments

Comments
 (0)