Skip to content

Commit fecbbc5

Browse files
committed
v2.5.15
1 parent 255a9b1 commit fecbbc5

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
@@ -10,6 +10,24 @@
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

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 = "2.5.14"
3+
VERSION = "2.5.15"
44
end

0 commit comments

Comments
 (0)