npm @redwoodjs/core 6.0.4
v6.0.4

latest releases: 8.0.0-canary.646, 8.0.0-canary.645, 8.0.0-canary.643...
9 months ago

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

Don't miss a new core release

NewReleases is sending notifications on new releases.