-
Notifications
You must be signed in to change notification settings - Fork 2k
Comparing changes
Open a pull request
base repository: apollographql/apollo-server
base: apollo-server@2.24.0
head repository: apollographql/apollo-server
compare: apollo-server@2.24.1
Commits on Apr 27, 2021
-
WIP on datasource article improvements
Stephen Barlow committedApr 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 2c448f5 - Browse repository at this point
Copy the full SHA 2c448f5View commit details
Commits on Apr 28, 2021
-
Datasource article edit ready for review
Stephen Barlow committedApr 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 3550baa - Browse repository at this point
Copy the full SHA 3550baaView commit details
Commits on Apr 29, 2021
-
Stephen Barlow committed
Apr 29, 2021 Configuration menu - View commit details
-
Copy full SHA for d8c8007 - Browse repository at this point
Copy the full SHA d8c8007View commit details -
Merge pull request #5138 from apollographql/sb/datasource-edits
Content edit to Data Sources article
Stephen Barlow authoredApr 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 5489bba - Browse repository at this point
Copy the full SHA 5489bbaView commit details
Commits on Apr 30, 2021
-
chore(deps): update dependency @apollographql/apollo-tools to v0.5.0 (#…
…5144) Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for d6e7711 - Browse repository at this point
Copy the full SHA d6e7711View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c0265ac - Browse repository at this point
Copy the full SHA c0265acView commit details -
Merge pull request #5136 from apollographql/release-2.24.0
Release 2.24.0
Configuration menu - View commit details
-
Copy full SHA for 8d45c2e - Browse repository at this point
Copy the full SHA 8d45c2eView commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for bd44a4c - Browse repository at this point
Copy the full SHA bd44a4cView commit details
Commits on May 1, 2021
-
chore(deps): update dependency @types/ioredis to v4.26.1 (#5152)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 3004132 - Browse repository at this point
Copy the full SHA 3004132View commit details -
chore(deps): update dependency @types/ws to v7.4.2 (#5153)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for c7b2bb0 - Browse repository at this point
Copy the full SHA c7b2bb0View commit details -
chore(deps): update dependency graphql-tag to v2.12.4 (#5154)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 9ae9320 - Browse repository at this point
Copy the full SHA 9ae9320View commit details -
chore(deps): update oss orb to v0.0.18 (#5155)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 6dac831 - Browse repository at this point
Copy the full SHA 6dac831View commit details
Commits on May 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e040cda - Browse repository at this point
Copy the full SHA e040cdaView commit details -
Replace 'implementing service' with 'subgraph' for Rover launch
Stephen Barlow committedMay 4, 2021 Configuration menu - View commit details
-
Copy full SHA for b9e5cd9 - Browse repository at this point
Copy the full SHA b9e5cd9View commit details
Commits on May 10, 2021
-
chore(deps): update dependency prettier to v2.3.0 (#5203)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 7c4f815 - Browse repository at this point
Copy the full SHA 7c4f815View commit details -
chore(deps): update dependency @josephg/resolvable to v1.0.1 (#5197)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 0b7ad9d - Browse repository at this point
Copy the full SHA 0b7ad9dView commit details -
chore(deps): update oss orb to v0.0.19 (#5201)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 7726fc5 - Browse repository at this point
Copy the full SHA 7726fc5View commit details -
chore(deps): update dependency ts-jest to v26.5.6 (#5200)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 28a1e9c - Browse repository at this point
Copy the full SHA 28a1e9cView commit details -
chore(deps): update dependency ioredis to v4.27.2 (#5199)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 8c0bc8d - Browse repository at this point
Copy the full SHA 8c0bc8dView commit details -
chore(deps): update dependency codecov to v3.8.2 (#5198)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 4ec316b - Browse repository at this point
Copy the full SHA 4ec316bView commit details -
chore(deps): update dependency gatsby to v2.32.13 (#5196)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for ccc4285 - Browse repository at this point
Copy the full SHA ccc4285View commit details
Commits on May 11, 2021
-
Merge pull request #5169 from apollographql/sb/service-subgraph
[DNM] Replace 'implementing service' with 'subgraph' for Rover launch
Stephen Barlow authoredMay 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 6d671c4 - Browse repository at this point
Copy the full SHA 6d671c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0242e1b - Browse repository at this point
Copy the full SHA 0242e1bView commit details
Commits on May 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 61fb405 - Browse repository at this point
Copy the full SHA 61fb405View commit details -
- 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
Configuration menu - View commit details
-
Copy full SHA for 9e1bf7d - Browse repository at this point
Copy the full SHA 9e1bf7dView commit details
There are no files selected for viewing