Skip to content
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

Release 2.23.0 #5094

Merged
merged 9 commits into from Apr 14, 2021
Merged

Release 2.23.0 #5094

merged 9 commits into from Apr 14, 2021

Conversation

glasser
Copy link
Member

@glasser glasser commented Apr 8, 2021

As with release PRs in the past, this is a PR tracking a release-x.y.z branch for an upcoming release of Apollo Server. 🙌 The version in the title of this PR should correspond to the appropriate branch.

Check the appropriate milestone (to the right) for more details on what we hope to get into this release!

The intention of these release branches is to gather changes which are intended to land in a specific version (again, indicated by the subject of this PR). Release branches allow additional clarity into what is being staged, provide a forum for comments from the community pertaining to the release's stability, and to facilitate the creation of pre-releases (e.g. alpha, beta, rc) without affecting the main branch.

PRs for new features might be opened against or re-targeted to this branch by the project maintainers. The main branch may be periodically merged into this branch up until the point in time that this branch is being prepared for release. Depending on the size of the release, this may be once it reaches RC (release candidate) stage with an -rc.x release suffix. Some less substantial releases may be short-lived and may never have pre-release versions.

When this version is officially released onto the latest npm tag, this PR will be merged into main.

 - apollo-datasource-rest@0.12.0-alpha.0
 - apollo-server-azure-functions@2.23.0-alpha.0
 - apollo-server-cache-redis@1.4.0-alpha.0
 - apollo-server-cloud-functions@2.23.0-alpha.0
 - apollo-server-cloudflare@2.23.0-alpha.0
 - apollo-server-core@2.23.0-alpha.0
 - apollo-server-errors@2.5.0-alpha.0
 - apollo-server-express@2.23.0-alpha.0
 - apollo-server-fastify@2.23.0-alpha.0
 - apollo-server-hapi@2.23.0-alpha.0
 - apollo-server-integration-testsuite@2.23.0-alpha.0
 - apollo-server-koa@2.23.0-alpha.0
 - apollo-server-lambda@2.23.0-alpha.0
 - apollo-server-micro@2.23.0-alpha.0
 - apollo-server-plugin-operation-registry@0.9.0-alpha.0
 - apollo-server-testing@2.23.0-alpha.0
 - apollo-server@2.23.0-alpha.0
glasser and others added 5 commits April 9, 2021 11:14
If you totally swap out ioredis for a different implementation then maybe you can
use mget with cluster (or maybe ioredis will support that some day), so using a
more precise term makes sense.
)

Fixes #5084.

The sooner we get out of the business of understanding Lambda event formats, the
better. But this fix should be good for now.
 - apollo-server-azure-functions@2.23.0-alpha.1
 - apollo-server-cache-redis@1.4.0-alpha.1
 - apollo-server-cloud-functions@2.23.0-alpha.1
 - apollo-server-cloudflare@2.23.0-alpha.1
 - apollo-server-core@2.23.0-alpha.1
 - apollo-server-express@2.23.0-alpha.1
 - apollo-server-fastify@2.23.0-alpha.1
 - apollo-server-hapi@2.23.0-alpha.1
 - apollo-server-integration-testsuite@2.23.0-alpha.1
 - apollo-server-koa@2.23.0-alpha.1
 - apollo-server-lambda@2.23.0-alpha.1
 - apollo-server-micro@2.23.0-alpha.1
 - apollo-server-testing@2.23.0-alpha.1
 - apollo-server@2.23.0-alpha.1
Even though this is going away in AS3, it's gotten really annoying. We can't
just assume that adding one to a port gives a listenable port. Fortunately we
can get the OS to choose a port for us. It was easier to make this fix by
rewriting the test to be async.

Fixes #5101
 - apollo-datasource-rest@0.12.0
 - apollo-server-azure-functions@2.23.0
 - apollo-server-cache-redis@1.4.0
 - apollo-server-cloud-functions@2.23.0
 - apollo-server-cloudflare@2.23.0
 - apollo-server-core@2.23.0
 - apollo-server-errors@2.5.0
 - apollo-server-express@2.23.0
 - apollo-server-fastify@2.23.0
 - apollo-server-hapi@2.23.0
 - apollo-server-integration-testsuite@2.23.0
 - apollo-server-koa@2.23.0
 - apollo-server-lambda@2.23.0
 - apollo-server-micro@2.23.0
 - apollo-server-plugin-operation-registry@0.9.0
 - apollo-server-testing@2.23.0
 - apollo-server@2.23.0
@glasser glasser merged commit 1de9af0 into main Apr 14, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant