Skip to content

Commit bc699e5

Browse files
committed
1.11.5
1 parent 462ba26 commit bc699e5

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@
88

99
### Bug fixes
1010

11+
## 1.11.5 (30 September 2020)
12+
13+
### New features
14+
15+
- SanitizedPrinter: accept `inline_variables: false` option and add `#redact_argument_value?` and `#redacted_argument_value` hooks #3167
16+
- GraphQL::Schema::Timeoout#max_seconds(query) can provide a per-query timeout duration #3167
17+
- Implement Interpreter::Arguments#fetch
18+
- Assign `current_{path,field,arguments,object}` in `query.context` #3139. The values at these keys change while the query is running.
19+
- ActionCableSubscriptions: accept `use(..., namespace: "...")` for running multiple schemas in the same application #3076
20+
- Add `deprecation_reason:` to arguments #3015
21+
22+
### Bug fixes
23+
24+
- SanitizedPrinter: Fix lists and JSON scalars #3171
25+
- Improve retained memory in Schema.from_definition #3153
26+
- Make it easier to cache schema parsing #3153
27+
- Make sure deprecated arguments aren't required #3137
28+
- Use `.empty?` instead of `.length.zero?` in lexer #3134
29+
- Return a proper error when a stack error happens #3129
30+
- Assert valid input types on arguments #3120
31+
1132
## 1.11.4 (24 August 2020)
1233

1334
### Breaking changes

lib/graphql/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module GraphQL
3-
VERSION = "1.11.4"
3+
VERSION = "1.11.5"
44
end

0 commit comments

Comments
 (0)