Skip to content

Commit dde485e

Browse files
committed
updated changelog
1 parent b6b72db commit dde485e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

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)
30+
1231
## [10.0.0]
1332

1433
### Added

0 commit comments

Comments
 (0)