We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8298e97 commit 53260f8Copy full SHA for 53260f8
CHANGELOG.md
@@ -10,6 +10,16 @@
10
11
### Bug fixes
12
13
+# 2.5.17 (21 Jan 2026)
14
+
15
+### Bug fixes
16
17
+- `GraphQL::Dashboard`: fix routes compatibility with Devise #5505
18
+- `GraphQL::Dashboard`: fix HTML/erb lint issues #5497
19
+- Parser: improve check for invalid number followed by name #5492 #5492
20
+- `GraphQL::Field`: optimize boot memory by removing `Field.from_options` #5495
21
+- `field`, `argument`: improve API documentation for DSL methods #5491
22
23
# 2.5.16 (10 Dec 2025)
24
25
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.5.16"
+ VERSION = "2.5.17"
4
end
0 commit comments