We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bedf36 commit 6770b63Copy full SHA for 6770b63
CHANGELOG.md
@@ -10,6 +10,11 @@
10
11
### Bug fixes
12
13
+# 2.5.19 (5 Feb 2026)
14
+
15
+- `DetailedTrace`: add ActiveRecord backend, generator #5525
16
+- `DetailedTrace`: improve ActiveRecord backend, filter hashes before logging #5527
17
18
# 2.5.18 (22 Jan 2026)
19
20
- `GraphQL::Dashboard`: properly require `action_controller` before using it #5510
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.5.18"
+ VERSION = "2.5.19"
4
end
0 commit comments