Skip to content

Commit f14235d

Browse files
committed
state braking changeset in changeset
1 parent 77c671f commit f14235d

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.changeset/little-socks-drive.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,19 @@
22
'@graphql-yoga/nestjs': major
33
---
44

5-
GraphQL Yoga driver for NestJS GraphQL
5+
GraphQL Yoga driver for NestJS GraphQL.
6+
7+
### BREAKING CHANGES
8+
9+
- No more `subscriptionWithFilter` in YogaBaseDriver.
10+
- `YogaBaseDriver.yogaInstance` has been renamed to `YogaBaseDriver.yoga`
11+
- `YogaBaseDriver` has been renamed to `AbstractYogaDriver`
12+
- Drop `@envelop/apollo-server-errors`, if you want to use it - supply it to the plugins yourself
13+
- `graphql` is now a peer dependency
14+
- `graphql-yoga` is now a peer dependency
15+
- `installSubscriptionHandlers` driver option has been dropped, please use the `subscriptions`
16+
option
17+
- Apollo Federation v2 support
18+
- Apollo Federation driver has been moved to a separate package `@graphql-yoga/nestjs-federation`
19+
- Dropped support for `@nestjs/graphql@v10`, now at least v11 is required (https://github.com/nestjs/graphql/pull/2435)
20+
- Minimum Node.js engine is v14

0 commit comments

Comments
 (0)