|
10 | 10 |
|
11 | 11 | ### Bug fixes |
12 | 12 |
|
| 13 | +# 2.0.22 (17 May 2023) |
| 14 | + |
| 15 | +### New features |
| 16 | + |
| 17 | +- Warden: manually instantiating doesn't require a `filter` instance #4462 |
| 18 | + |
| 19 | +### Bug fixes |
| 20 | + |
| 21 | +- Enum: fix procs for enum values #4474 |
| 22 | +- Lexer: force UTF-8 encoding #4467 |
| 23 | +- Trace: inherit superclass `trace_options` #4470 |
| 24 | +- Dataloader: properly run mutations in sequence #4461 |
| 25 | +- NotificationsTrace: Add `execute_multiplex.graphql` event #4460 |
| 26 | +- Fix `Context#dig` when called with one key #4458 |
| 27 | +- Performance: Use a plain hash for selection sets at runtime #4453 |
| 28 | +- Performance: Memoize current trace #4450, #4452 |
| 29 | +- Performance: Pass is_non_null to runtime check #4449 |
| 30 | +- Performance: Use `compare_by_identity` on some runtime caches |
| 31 | +- Properly support nested queries (fix `Thread.current` clash) #4445 |
| 32 | + |
| 33 | +# 2.0.21 (11 April 2023) |
| 34 | + |
| 35 | +### Deprecations |
| 36 | + |
| 37 | +- Deprecate `GraphQL::Filter` (use `visible?` methods instead) #4424 |
| 38 | + |
| 39 | +### New features |
| 40 | + |
| 41 | +- PrometheusTracing: support histograms #4418 |
| 42 | + |
| 43 | +### Bug fixes |
| 44 | + |
| 45 | +- Backtrace: improve compatibility with `trace_with` #4437 |
| 46 | +- Consolidate internally-used empty value constants #4434 |
| 47 | +- Fix some warnings #4422 |
| 48 | +- Performance: improve runtime speed #4436 #4433 #4428 #4430 #4427 #4399 |
| 49 | +- Validation: fix inline fragment selection on scalar #4429 |
| 50 | +- `@oneOf`: print definition in the SDL when it's used |
| 51 | +- SDL: load schema directives when they're used |
| 52 | +- Appsignal tracing: Fix `resolve_type` definition |
| 53 | + |
13 | 54 | # 2.0.20 (30 March 2023) |
14 | 55 |
|
15 | 56 | ### Bug fixes |
@@ -838,6 +879,24 @@ Since this version, GraphQL-Ruby is tested on Ruby 2.4+ and Rails 4+ only. |
838 | 879 |
|
839 | 880 | ### Bug fixes |
840 | 881 |
|
| 882 | +# 1.11.10 (5 Nov 2021) |
| 883 | + |
| 884 | +### Bug fixes |
| 885 | + |
| 886 | +- Properly hook up `Schema.max_validation_errors` at query runtime #3690 |
| 887 | + |
| 888 | +# 1.11.9 (1 Nov 2021) |
| 889 | + |
| 890 | +### New Features |
| 891 | + |
| 892 | +- `Schema.max_validation_errors(val)` limits the number of errors that can be added during static validation #3675 |
| 893 | + |
| 894 | +# 1.11.8 (12 Feb 2021) |
| 895 | + |
| 896 | +### Bug fixes |
| 897 | + |
| 898 | +- Improve performance of `Schema.possible_types(t)` for object types #3172 |
| 899 | + |
841 | 900 | # 1.11.7 (18 January 2021) |
842 | 901 |
|
843 | 902 | ### Breaking changes |
|
0 commit comments