File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1010
1111### Bug fixes
1212
13+ # 2.4.10 (18 Feb 2025)
14+
15+ ### New features
16+
17+ - Dataloader: improve built-in Rails integration #5213
18+
19+ ### Bug fixes
20+
21+ - ` NewRelicTrace ` : don't double-count time waiting on Dataloader fibers
22+ - Fix possible type memberships inherited from superclass #5236
23+ - ` Visibility ` : properly use configured contexts for visibility profiles #5235
24+ - ` Enum ` : reduce needless ` value_method ` warnings #5230 #5220
25+ - ` Backtrace ` : fix error handling with ` rescue_from ` #5227
26+ - Parser: return a proper error when variable type is missing #5225
27+
1328# 2.4.9 (29 Jan 2025)
1429
1530### New features
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module GraphQL
3- VERSION = "2.4.9 "
3+ VERSION = "2.4.10 "
44end
You can’t perform that action at this time.
0 commit comments