Skip to content

Commit ccda9b6

Browse files
authored
Merge branch 'master' into validate-orphan-types
2 parents cd7d8c6 + 1f5120b commit ccda9b6

39 files changed

+871
-471
lines changed

CHANGELOG-enterprise.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88

99
### Bug Fix
1010

11-
# 1.3.3 (30 Jan 2024
11+
# 1.3.4 (18 Mar 2024)
12+
13+
- ObjectCache: use new `trace_with` API for instrumentation
14+
15+
# 1.3.3 (30 Jan 2024)
1216

1317
- ObjectCache: fix compatibility with `run_graphql_field` test helper #4816
1418

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,33 @@
1010

1111
### Bug fixes
1212

13+
# 2.2.14 (18 Mar 2024)
14+
15+
### Bug fixes
16+
17+
- Parser: properly handle stray hyphens in query strings #4879
18+
19+
# 2.2.13 (11 Mar 2024)
20+
21+
### Bug fixes
22+
23+
- Tracing: when a new base `:default` trace class is added, merge already-configured trace modules into it #4875
24+
25+
# 2.2.12 (6 Mar 2024)
26+
27+
### Deprecations
28+
29+
- `Schema.{query|mutation|subscription}_execution_strategy` methods are deprecated without replacement #4867
30+
31+
### Breaking Changes
32+
33+
- Connections: Revert changes to `hasNextPage` returning `false` when no `first` is given (previously changed in 2.2.6) #4866
34+
35+
### Bug fixes
36+
37+
- Complexity: handle unauthorized argument errors better #4868
38+
- Pass `context` when fetching argument for `loads: ...` #4870
39+
1340
# 2.2.11 (27 Feb 2024)
1441

1542
### New features

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ gem 'bootsnap' # required by the Rails apps generated in tests
77
gem 'stackprof', platform: :ruby
88
gem 'pry'
99
gem 'pry-stack_explorer', platform: :ruby
10-
gem 'graphql-batch'
1110
gem 'pry-byebug'
1211

1312
# For Ruby 3.2 compat:

gemfiles/rails_7.1.gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ gem "activerecord-jdbcsqlite3-adapter", platform: :jruby
1313
gem "sequel"
1414
gem "evt"
1515
gem "async"
16-
gem "libev_scheduler"
1716

1817
gemspec path: "../"

0 commit comments

Comments
 (0)