You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,30 @@
8
8
9
9
### Bug fixes
10
10
11
+
## 1.9.4 (5 Apr 2019)
12
+
13
+
### Breaking Changes
14
+
15
+
-`GraphQL::Schema::Resolver::LoadApplicationObjectFailedError` was renamed to `GraphQL::LoadApplicationObjectFailedError`. (This will only break if you're referencing the class by name and running Ruby 2.5+) #2080
16
+
17
+
### New features
18
+
19
+
- Add `Types::BigInt`#2150
20
+
- Add auto-loading arguments support in Input Object types #2080
21
+
- Add analytics tag to Datadog tracing #2154
22
+
23
+
### Bug fixes
24
+
25
+
- Fix `Query#execute` when no explicit query string is passed in #2142
26
+
- Fix when a root type returns nil because unauthorized #2144
27
+
- Fix tracing `node` by threading `owner:` through field tracing #2156
28
+
- Fix interpreter handling of exceptions raised during argument preparation #2198
29
+
- Fix ActionCableLink when there are errors but no data #2176
30
+
- Provide empty hash as default option for field resolvers #2189
31
+
- Prevent argument names from overwriting Arguments methods #2171
0 commit comments