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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
+
## [10.1.0]
13
+
14
+
### Added
15
+
16
+
- Added more error codes. [#1030](https://github.com/ChilliCream/hotchocolate/pull/1030)
17
+
- Added better exceptions to the service factory. [#1040](https://github.com/ChilliCream/hotchocolate/pull/1040)
18
+
19
+
### Changed
20
+
21
+
- Distinguish between HTTP and remote schema errors with schema stitching. [#1063](https://github.com/ChilliCream/hotchocolate/pull/1063)
22
+
23
+
### Fixed
24
+
25
+
- Fixed issue with the request parser when requests are issued from relay-modern-http-transport. [#1024](https://github.com/ChilliCream/hotchocolate/pull/1024)
26
+
- Fixed Utf8GraphQLRequestParser handling of Apollo AQP signature query.
27
+
- Fixed Apollo Active Query Persistence Flow [#1049](https://github.com/ChilliCream/hotchocolate/pull/1049)
28
+
- Fixed scoped service handling. [#1066](https://github.com/ChilliCream/hotchocolate/pull/1066)
29
+
- Fixed Duplicate service registration. [#1066](https://github.com/ChilliCream/hotchocolate/pull/1066)
0 commit comments