You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,23 @@
10
10
11
11
### Bug fixes
12
12
13
+
# 2.3.0 (20 Mar 2024)
14
+
15
+
### Breaking Changes
16
+
17
+
-`orphan_types`: Only object types are accepted here; other types may be added to the schema through `extra_types` instead. #4869
18
+
- Parser: line terminators are no longer allowed in single-quoted strings (as per the GraphQL spec). Escape newline characters instead; see `GraphQL::Language.escape_single_quoted_newline(query_str)` if you need to transform incoming query strings #4834
19
+
20
+
### Deprecations
21
+
22
+
-`.tracer(...)` is deprecated, use `.trace_with(...)` instead, using trace modules (https://graphql-ruby.org/queries/tracing.html) #4878
23
+
24
+
### Bug fixes
25
+
26
+
- Parser: handle some escaped character edge cases according to the GraphQL spec #4824
27
+
- Analyzers: fix fragment skip/include tracking #4865
0 commit comments