fix(fastify): use scoped modules#6366
Conversation
👷 Deploy request for apollo-server-docs pending review.Visit the deploys page to approve it
|
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 55219f5:
|
|
@SimenB Just to check: are the new packages fully backwards compatible with the old ones (eg, can you use the (For what it's worth, we will be solving this problem in Apollo Server 4 by not trying to magically wrap these middleware in our own middleware and trusting that (with clearly documented examples) folks can use these middleware directly. We will also be decoupling the |
|
Yeah, only breaking change is the rename 🙂 |
|
Great. Mind resolving the |
|
@glasser done 🙂 |
|
Thanks! I'll put this out in |
The official plugins of
fastifyare now scoped, and the old names are deprecated. There should be no other breaking changes.