File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 10
10
11
11
### Bug fixes
12
12
13
+ # 2.3.5 (13 Jun 2024)
14
+
15
+ ### Breaking changes
16
+
17
+ - Remove default ` load_* ` implementations in arguments -- this could break calls to ` super ` if you have redefined this method in subclasses #4978
18
+
19
+ ### Bug fixes
20
+
21
+ - Enums: fix parsing enum values that match GraphQL keywords (eg ` type ` , ` extend ` ) #4987
22
+ - Consolidate runtime state #4969
23
+ - Simplify schema type indexes #4971 #4986
24
+ - Remove duplicate when clause #4976
25
+ - Address many Ruby warnings #4978
26
+ - Remove needless ` ruby2_keywords ` usage #4989
27
+ - Fix some YARD docs #4984
28
+
13
29
# 2.3.4 (21 May 2024)
14
30
15
31
### New features
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module GraphQL
3
- VERSION = "2.3.4 "
3
+ VERSION = "2.3.5 "
4
4
end
You can’t perform that action at this time.
0 commit comments