Skip to content

Commit

Permalink
2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed May 21, 2024
1 parent 83a49c7 commit 6974c0d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,30 @@

### Bug fixes

# 2.3.4 (21 May 2024)

### New features

- Async Dataloader: document integration with Rails database connections #4944 #4964

### Bug fixes

- `Query#fingerprint`: handle `nil` query strings like `""` #4963
- `Language::Nodes`: support marshalling parsed ASTs #4959
- Directives: fix directives in nested fragment spreads #4958
- Tracing: fix conflicts between Sentry and Prometheus traces #4957

# 2.3.3 (9 May 2024)

### New features

- Max Complexity: add `count_introspection:` option #4939

### Bug fixes

- Language: Fix regression in `Nodes#line` and `Nodes#col` #4949
- Runtime: Simplify runtime state management #4935

# 2.3.2 (26 Apr 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.3"
VERSION = "2.3.4"
end

0 comments on commit 6974c0d

Please sign in to comment.