Skip to content

Commit 2c10917

Browse files
committed
2.3.15
1 parent e1fdd9b commit 2c10917

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

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.3.14"
3+
VERSION = "2.3.15"
44
end

0 commit comments

Comments
 (0)