File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Bug fixes
10
10
11
+ # 1.12.9 (7 May 2021)
12
+
13
+ ### New features
14
+
15
+ - Overriding ` .authorized_new(...) ` to call ` .new(...) ` effectively skips object authorization #3446
16
+ - Dataloader copies Fiber-local values from ` Thread.current[...] ` when initializing new Fibers #3461
17
+
18
+ ### Bug fixes
19
+
20
+ - Fix introspection of default value input objects #3456
21
+ - Add ` StandardError => ... ` condition to the generated GraphqlController #3460
22
+ - Fix ` Dataloader::Source ` on Ruby 3 with keyword arguments
23
+ - Respect directive visibility at runtime #3450
24
+ - ActionCable subscriptions: only deserialize the broadcast payload once #3443
25
+ - Don't re-add ` graphiql-rails ` when ` generate graphql:install ` is run twice #3441
26
+ - Allow differing selections on mutually exclusive interfaces #3063
27
+ - Respect ` max_page_size: nil ` override in fields #3438
28
+
11
29
# 1.12.8 (12 Apr 2021)
12
30
13
31
### Bug fixes
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module GraphQL
3
- VERSION = "1.12.8 "
3
+ VERSION = "1.12.9 "
4
4
end
You can’t perform that action at this time.
0 commit comments