Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apollographql/apollo-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: apollo-server@2.24.0
Choose a base ref
...
head repository: apollographql/apollo-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: apollo-server@2.24.1
Choose a head ref

Commits on Apr 27, 2021

  1. WIP on datasource article improvements

    Stephen Barlow committed Apr 27, 2021
    Copy the full SHA
    2c448f5 View commit details

Commits on Apr 28, 2021

  1. Datasource article edit ready for review

    Stephen Barlow committed Apr 28, 2021
    Copy the full SHA
    3550baa View commit details

Commits on Apr 29, 2021

  1. Fix broken links

    Stephen Barlow committed Apr 29, 2021
    Copy the full SHA
    d8c8007 View commit details
  2. Merge pull request #5138 from apollographql/sb/datasource-edits

    Content edit to Data Sources article
    Stephen Barlow authored Apr 29, 2021
    Copy the full SHA
    5489bba View commit details

Commits on Apr 30, 2021

  1. chore(deps): update dependency @apollographql/apollo-tools to v0.5.0 (#…

    …5144)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Apr 30, 2021
    Copy the full SHA
    d6e7711 View commit details
  2. chore(deps): update dependency node-fetch to v2.6.1 (#4995)

    * chore(deps): update dependency node-fetch to v2.6.1
    
    * tests: Use `toString()` method to test Buffer contents
    
    As of `node-fetch@2.4.0`, its internal representation of `body` is now
    normalized to a `Buffer` during `Request` construction, and will always be
    returned as a `Buffer`, rather than having the `body` being either a String
    _or_ a Buffer.  This defeated the way we were testing the `body` but
    shouldn't affect the actual `Response`'s `body`.
    
    Ref: node-fetch/node-fetch@7d3293200a91a
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: Jesse Rosenberger <git@jro.cc>
    3 people authored Apr 30, 2021
    Copy the full SHA
    c0265ac View commit details
  3. Merge pull request #5136 from apollographql/release-2.24.0

    Release 2.24.0
    glasser authored Apr 30, 2021
    Copy the full SHA
    8d45c2e View commit details
  4. usage reporting: fix typo in Buffer.byteLength argument (#5149)

    Fortunately, it appears that going back at least to Node 8, there's no
    difference between passing "utf8", "uft8" (the typo), or no encoding argument,
    so there's no bug here. But it's good to remove the typo (and later versions of
    `@types/node` consider this to be an error).
    glasser authored Apr 30, 2021
    Copy the full SHA
    bd44a4c View commit details

Commits on May 1, 2021

  1. chore(deps): update dependency @types/ioredis to v4.26.1 (#5152)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 1, 2021
    Copy the full SHA
    3004132 View commit details
  2. chore(deps): update dependency @types/ws to v7.4.2 (#5153)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 1, 2021
    Copy the full SHA
    c7b2bb0 View commit details
  3. chore(deps): update dependency graphql-tag to v2.12.4 (#5154)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 1, 2021
    Copy the full SHA
    9ae9320 View commit details
  4. chore(deps): update oss orb to v0.0.18 (#5155)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 1, 2021
    Copy the full SHA
    6dac831 View commit details

Commits on May 4, 2021

  1. chore(deps): update dependency gatsby-theme-apollo-docs to v4.7.3 (#5166

    )
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 4, 2021
    Copy the full SHA
    e040cda View commit details
  2. Copy the full SHA
    b9e5cd9 View commit details

Commits on May 10, 2021

  1. chore(deps): update dependency prettier to v2.3.0 (#5203)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 10, 2021
    Copy the full SHA
    7c4f815 View commit details
  2. chore(deps): update dependency @josephg/resolvable to v1.0.1 (#5197)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 10, 2021
    Copy the full SHA
    0b7ad9d View commit details
  3. chore(deps): update oss orb to v0.0.19 (#5201)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 10, 2021
    Copy the full SHA
    7726fc5 View commit details
  4. chore(deps): update dependency ts-jest to v26.5.6 (#5200)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 10, 2021
    Copy the full SHA
    28a1e9c View commit details
  5. chore(deps): update dependency ioredis to v4.27.2 (#5199)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 10, 2021
    Copy the full SHA
    8c0bc8d View commit details
  6. chore(deps): update dependency codecov to v3.8.2 (#5198)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 10, 2021
    Copy the full SHA
    4ec316b View commit details
  7. chore(deps): update dependency gatsby to v2.32.13 (#5196)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 10, 2021
    Copy the full SHA
    ccc4285 View commit details

Commits on May 11, 2021

  1. Merge pull request #5169 from apollographql/sb/service-subgraph

    [DNM] Replace 'implementing service' with 'subgraph' for Rover launch
    Stephen Barlow authored May 11, 2021
    Copy the full SHA
    6d671c4 View commit details
  2. chore(deps): update dependency gatsby-theme-apollo-docs to v4.7.4 (#5208

    )
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 11, 2021
    Copy the full SHA
    0242e1b View commit details

Commits on May 18, 2021

  1. CHANGELOG for v2.24.1

    glasser committed May 18, 2021
    Copy the full SHA
    61fb405 View commit details
  2. Release

     - apollo-server-azure-functions@2.24.1
     - apollo-server-cloud-functions@2.24.1
     - apollo-server-cloudflare@2.24.1
     - apollo-server-core@2.24.1
     - apollo-server-express@2.24.1
     - apollo-server-fastify@2.24.1
     - apollo-server-hapi@2.24.1
     - apollo-server-integration-testsuite@2.24.1
     - apollo-server-koa@2.24.1
     - apollo-server-lambda@2.24.1
     - apollo-server-micro@2.24.1
     - apollo-server-testing@2.24.1
     - apollo-server@2.24.1
    glasser committed May 18, 2021
    Copy the full SHA
    9e1bf7d View commit details
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ orbs:
# `oss` is a local reference to the package. The source for Apollo Orbs can
# be found at http://github.com/apollographql/CircleCI-Orbs/.
# We could use Renovate to bump this version via PR, but that's not setup now.
oss: apollo/oss-ci-cd-tooling@0.0.17
oss: apollo/oss-ci-cd-tooling@0.0.19

commands:
# These are the steps used for each version of Node which we're testing
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -11,6 +11,10 @@ The version headers in this history reflect the versions of Apollo Server itself

> The changes noted within this `vNEXT` section have not been released yet. New PRs and commits which introduce changes should include an entry in this `vNEXT` section as part of their development. With few exceptions, the format of the entry should follow convention (i.e., prefix with package name, use markdown `backtick formatting` for package names and code, suffix with a link to the change-set à la `[PR #YYY](https://link/pull/YYY)`, etc.). When a release is being prepared, a new header will be (manually) created below and the appropriate changes within that release will be moved into the new section.
## v2.24.1

- `apollo-server-core`: Fix a typo that could lead to TypeScript compilation when combined with a recent version of `@types/node`. (This bug had no runtime effect.) [PR #5149](https://github.com/apollographql/apollo-server/pull/5149)

## v2.24.0

- `apollo-server-core`: Apollo Studio usage reporting uses a more efficient format which sends fewer detailed traces to Apollo's server. This change should not have a major effect on the experience of using Apollo Studio. [PR #4142](https://github.com/apollographql/apollo-server/pull/4142)
Loading