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 88
99### Bug fixes
1010
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+
1129# 1.12.8 (12 Apr 2021)
1230
1331### Bug fixes
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module GraphQL
3- VERSION = "1.12.8 "
3+ VERSION = "1.12.9 "
44end
You can’t perform that action at this time.
0 commit comments