Skip to content

Commit 36c673b

Browse files
committed
2.5.0
1 parent 859ce1f commit 36c673b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010

1111
### Bug fixes
1212

13+
# 2.5.0
14+
15+
### Breaking changes
16+
17+
- Subscriptions: GraphQL-Ruby now implements the spec's requirement that a subscription has only one root selection #5250
18+
19+
### New features
20+
21+
- Tracers: APM tracers have been updated to reflect Dataloader's fiber stops and starts #5296 #5298
22+
1323
# 2.4.16 (1 Apr 2025)
1424

1525
### New features

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

0 commit comments

Comments
 (0)