Skip to content

Commit c2dedb0

Browse files
committed
2.4.10
1 parent 2816885 commit c2dedb0

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@
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

lib/graphql/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module GraphQL
3-
VERSION = "2.4.9"
3+
VERSION = "2.4.10"
44
end

0 commit comments

Comments
 (0)