Skip to content

Commit 82b823e

Browse files
committed
1.12.9
1 parent 24e84b1 commit 82b823e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@
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

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

0 commit comments

Comments
 (0)