We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0f721 commit 8982532Copy full SHA for 8982532
CHANGELOG.md
@@ -10,6 +10,16 @@
10
11
### Bug fixes
12
13
+# 2.4.8 (10 Dec 2024)
14
+
15
+### New features
16
17
+- Subscriptions: support calling `write_subscription` within `resolve` #5142
18
19
+### Bug fixes
20
21
+- Autoloading: improve autoloading of `Tracing` classes #5190
22
23
# 2.4.7 (7 Dec 2024)
24
25
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.4.7"
+ VERSION = "2.4.8"
4
end
0 commit comments