Skip to content

Commit

Permalink
Added v15 migration document (#7716)
Browse files Browse the repository at this point in the history
  • Loading branch information
glen-84 authored Nov 17, 2024
1 parent 2c085bc commit 9ba5997
Showing 1 changed file with 25 additions and 0 deletions.
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.

0 comments on commit 9ba5997

Please sign in to comment.