Skip to content

v6.0.4

Compare
Choose a tag to compare
@jtoar jtoar released this 09 Aug 00:57
· 2628 commits to main since this release

Patch Release

This patch release reverts an accidental breaking change in v6 where users with Prisma models (and therefore, GraphQL types) named "Subscription" were seeing broken builds.

While Subscription is a reasonable name, since v6 includes experimental realtime support, we recommend choosing a different name like "ApplicationSubscription", etc. if possible.

  • cherry pick part of "fix: Improve GraphQL Schema Validation to allow Subscription types when not using Realtime and ensure schema does not use reserved names" efa86ef