We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859ce1f commit 36c673bCopy full SHA for 36c673b
CHANGELOG.md
@@ -10,6 +10,16 @@
10
11
### Bug fixes
12
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
23
# 2.4.16 (1 Apr 2025)
24
25
### New features
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.4.16"
+ VERSION = "2.5.0"
4
end
0 commit comments