File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1010
1111### Bug fixes
1212
13+ # 2.4.9 (29 Jan 2025)
14+
15+ ### New features
16+
17+ - Enum: Enum types now have methods to access GraphQL-ready values directly #5206 #5218
18+
19+ ### Bug fixes
20+
21+ - Validation: fix order dependency and mutual exclusion bug in ` required: { one_of: [ ... ] } `
22+ - Backtrace: simplify trace setup and rendering code
23+ - Fix dependencies for Ruby 3.4 #5199
24+ - Resolver: inherit description from superclass #5195
25+ - Visibility: fix for when multiple implementations are all hidden #5191
26+
1327# 2.4.8 (10 Dec 2024)
1428
1529### New features
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module GraphQL
3- VERSION = "2.4.8 "
3+ VERSION = "2.4.9 "
44end
You can’t perform that action at this time.
0 commit comments