-
-
Notifications
You must be signed in to change notification settings - Fork 749
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added v15 migration document (#7716)
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
website/src/docs/hotchocolate/v15/migrating/migrate-from-14-to-15.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: Migrate Hot Chocolate from 14 to 15 | ||
--- | ||
|
||
This guide will walk you through the manual migration steps to update your Hot Chocolate GraphQL server to version 15. | ||
|
||
Start by installing the latest `15.x.x` version of **all** of the `HotChocolate.*` packages referenced by your project. | ||
|
||
> This guide is still a work in progress with more updates to follow. | ||
# Breaking changes | ||
|
||
Things that have been removed or had a change in behavior that may cause your code not to compile or lead to unexpected behavior at runtime if not addressed. | ||
|
||
## Supported target frameworks | ||
|
||
Support for .NET Standard 2.0, .NET 6, and .NET 7 has been removed. | ||
|
||
## F# support removed | ||
|
||
`HotChocolate.Types.FSharp` has been replaced by the community project [FSharp.HotChocolate](https://www.nuget.org/packages/FSharp.HotChocolate). | ||
|
||
# Deprecations | ||
|
||
Things that will continue to function this release, but we encourage you to move away from. |