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 1010
1111### Bug fixes
1212
13+ # 2.5.15 (9 Dec 2025)
14+
15+ ### New features
16+
17+ - ` DetailedTrace ` : add separate spans for debug-only ` .inspect ` calls, support ` debug: false ` config #5477
18+ - ` required: ` validator: Raise a developer error when all ` one_of: ` options are hidden, support ` allow_all_hidden: true ` to allow this case #5474
19+ - ` GraphQL::Testing::MockActionCable ` : added to support testing ActionCableSubscriptions #5482
20+ - ` legacy_invalid_empty_selections_on_union_with_type ` : new method added for better metadata about legacy behavior #5480
21+
22+ ### Bug fixes
23+
24+ - Fix typo in date encoding error #5447
25+ - Fix schema printer bug #5468
26+ - Ensure ` data ` exists for execution errors #5452
27+ - Improve SDL directive argument coercion #5469
28+ - Don't require ` fiber-storage ` on Ruby 3.2+ #5456
29+ - Visibility: default to ` preload: true ` when Rails.env.staging? #5409
30+
1331# 2.5.14 (8 Oct 2025)
1432
1533### Bug fixes
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module GraphQL
3- VERSION = "2.5.14 "
3+ VERSION = "2.5.15 "
44end
You can’t perform that action at this time.
0 commit comments