Warning
The Hot Chocolate execution is partially broken in this version - do not update any HotChocolate.* packages to this preview.
What's Changed
- [Nitro CLI] Add MCP commands by @glen-84 in #9040
- Adds ResultDocument to HotChocolate Core by @michaelstaib in #8931
- Fix build after Result Document introduction by @tobias-tengler in #9094
- Fixed redundant nullable warning suppression expression by @glen-84 in #9099
- Updated .NET regular expressions to use
\zinstead of$by @glen-84 in #9026 - Removed redundant regex capturing groups by @glen-84 in #9100
- Removed escaping of forward slashes by @glen-84 in #9101
- Fixed various analyzer errors by @glen-84 in #9102
- Renamed ByteType to UnsignedByteType and SignedByteType to ByteType by @glen-84 in #9103
- Replaced ByteArrayType with Base64StringType and deprecated the former by @glen-84 in #9105
- Refactored UrlType and added UriType by @glen-84 in #9106
- [Nitro CLI] Add --archive option to fusion settings set command by @tobias-tengler in #9107
- [Nitro CLI] Always set path to /graphql in custom Cloud Url by @tobias-tengler in #9109
Full Changelog: 16.0.0-p.10.45...16.0.0-p.10.46