File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1010
1111### Bug fixes
1212
13+ # 2.3.15 (10 Sept 2024)
14+
15+ ### New features
16+
17+ - Type definitions accept ` comment("...") ` for annotating SDL #5067
18+ - Parser: add ` tokens_count ` method #5066
19+ - Schema: allow ` validate_timeout ` to be reset #5062
20+
21+ ### Bug fixes
22+
23+ - Optimize ` Language.escape_single_quoted_newlines ` #5095
24+ - Generators: Add ` # frozen_string_literal: true ` to base resolver #5092
25+ - Parser: Properly handle minus followed by name #5090
26+ - Migrate some attr_reader methods #5080
27+ - Handle variable definition directives #5072
28+ - Handle ` GraphQL::ExecutionError ` when loading arguments during analysis #5071
29+ - NotificationsTrace: properly call ` super `
30+ - Use symbols for namespaced_types generator option #5068
31+ - Reduce memory usage in lazy resolution #5061
32+ - Fix default trace inheritance #5045
33+
1334# 2.3.14 (13 Aug 2024)
1435
1536### Bug fixes
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module GraphQL
3- VERSION = "2.3.14 "
3+ VERSION = "2.3.15 "
44end
You can’t perform that action at this time.
0 commit comments