-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
fastify
are now scoped, and the old names are deprecated. There should be no other breaking changes.