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 @apollo/[email protected] #1236

Merged
merged 7 commits into from
Dec 22, 2021
Merged

Conversation

trevor-scheer
Copy link
Member

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

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 version-0.x 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 version-0.x.

@trevor-scheer trevor-scheer added the 🏷️ release Release branch label Nov 23, 2021
@trevor-scheer trevor-scheer self-assigned this Nov 23, 2021
@trevor-scheer trevor-scheer changed the base branch from main to version-0.x November 23, 2021 21:38
@pcmanus
Copy link
Contributor

pcmanus commented Dec 16, 2021

@trevor-scheer I assume you forgot to close this?

@trevor-scheer
Copy link
Member Author

@pcmanus nope this is the next "major" for 0.x. It has one breaking PR landed to it already and my serviceList work is targeting it as well.

@trevor-scheer
Copy link
Member Author

trevor-scheer commented Dec 17, 2021

TODO:

trevor-scheer and others added 6 commits December 17, 2021 12:52
This commit adds two new configuration fields to the existing `ManagedGatewayConfig` interface:
* `uplinkEndpoints?: string[];`
* `uplinkMaxRetries?: number;`

If `uplinkEndpoints` is not set and there is an existing setting for `schemaDeliveryMaxRetries`
(deprecated) it will be honored.

Also, the existing env variable `APOLLO_SCHEMA_CONFIG_DELIVERY_ENDPOINT` is now treated
as a comma-separated list of Uplink URLS.

`uplinkMaxRetries` will default to three times the number of entries in the end-points array.

If you specify more than one Uplink URL, the `loadSupergraphSdlFromUplinks()` logic will round-robin
retry and will return the first result it receives.

Co-authored-by: David M. Johnson <[email protected]>
@trevor-scheer trevor-scheer merged commit e70d218 into version-0.x Dec 22, 2021
@trevor-scheer trevor-scheer deleted the release-gateway-0.45.0 branch December 22, 2021 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ release Release branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants