Skip to content

Commit eaac504

Browse files
committed
Adding migrating for GraphQLite 4.1
1 parent d3fed6b commit eaac504

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/migrating.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ title: Migrating
44
sidebar_label: Migrating
55
---
66

7+
## Migrating from v4.0 to v4.1
8+
9+
GraphQLite follows Semantic Versioning. GraphQLite 4.1 is backward compatible with GraphQLite 4.0. See
10+
[semantic versioning](semver.md) for more details.
11+
12+
There is one exception though: the **ecodev/graphql-upload** package (used to get support for file uploads in GraphQL
13+
input types) is now a "recommended" dependency only.
14+
If you are using GraphQL file uploads, you need to add `ecodev/graphql-upload` to your `composer.json` by running this command:
15+
16+
```console
17+
$ composer require ecodev/graphql-upload
18+
```
19+
720
## Migrating from v3.0 to v4.0
821

922
If you are a "regular" GraphQLite user, migration to v4 should be straightforward:

0 commit comments

Comments
 (0)