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

Commits on Dec 17, 2021

  1. chore(gateway): Remove legacy GCS fetching capabilities (`version-0.x…

    …`) (#1225)
    
    Co-authored-by: Jesse Rosenberger <[email protected]>
    trevor-scheer and abernix committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    8bd64aa View commit details
    Browse the repository at this point in the history
  2. Allow configuration of multiple Uplink URLs (#1283) (#1327)

    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 and snoopdave authored Dec 17, 2021
    Configuration menu
    Copy the full SHA
    2441f2d View commit details
    Browse the repository at this point in the history
  3. Release

    trevor-scheer committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    9fb2899 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    703eb41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27e9161 View commit details
    Browse the repository at this point in the history
  6. Release

    glasser committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    e6cc90b View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Release

    trevor-scheer committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    6da531f View commit details
    Browse the repository at this point in the history