Skip to content

Commit

Permalink
2.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Sep 10, 2024
1 parent e1fdd9b commit 2c10917
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,27 @@

### Bug fixes

# 2.3.15 (10 Sept 2024)

### New features

- Type definitions accept `comment("...")` for annotating SDL #5067
- Parser: add `tokens_count` method #5066
- Schema: allow `validate_timeout` to be reset #5062

### Bug fixes

- Optimize `Language.escape_single_quoted_newlines` #5095
- Generators: Add `# frozen_string_literal: true` to base resolver #5092
- Parser: Properly handle minus followed by name #5090
- Migrate some attr_reader methods #5080
- Handle variable definition directives #5072
- Handle `GraphQL::ExecutionError` when loading arguments during analysis #5071
- NotificationsTrace: properly call `super`
- Use symbols for namespaced_types generator option #5068
- Reduce memory usage in lazy resolution #5061
- Fix default trace inheritance #5045

# 2.3.14 (13 Aug 2024)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion lib/graphql/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module GraphQL
VERSION = "2.3.14"
VERSION = "2.3.15"
end

0 comments on commit 2c10917

Please sign in to comment.