Update dependency apollo-server to v2.3.1#54
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
fe2d718 to
81b393d
Compare
81b393d to
0086637
Compare
0086637 to
cf4b804
Compare
cf4b804 to
6d23096
Compare
a2ce4c1 to
1a31c55
Compare
1a31c55 to
1f22b61
Compare
1f22b61 to
d47a902
Compare
d47a902 to
2bca804
Compare
2bca804 to
dae0099
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.1.0->2.3.1Release Notes
apollographql/apollo-server
v2.3.1Compare Source
graphql-uploadin a location where they can be accessed by TypeScript consumers ofapollo-serverpackages. ccf935f9 Issue #2092v2.3.0Compare Source
BREAKING FOR NODE.JS <= 8.5.0 ONLY: To continue using Apollo Server 2.x in versions of Node.js prior to v8.5.0, file uploads must be disabled by setting
uploads: falseon theApolloServerconstructor options. Without explicitly disabling file-uploads, the server willthrowat launch (with instructions and a link to our documentation).This early deprecation is due to changes in the third-party
graphql-uploadpackage which Apollo Server utilizes to implement out-of-the-box file upload functionality. While, in general, Apollo Server 2.x aims to support all Node.js versions which were under an LTS policy at the time of its release, we felt this required an exception. Bythrow-ing whenuploadsis not explicitly set tofalse, we aim to make it clear immediately (rather than surprisingly) that this deprecation has taken effect.While Node.js 6.x is covered by a Long Term Support agreement by the Node.js Foundation until April 2019, there are substantial performance (e.g. V8 improvements) and language changes (e.g. "modern" ECMAScript support) offered by newer Node.js engines (e.g. 8.x, 10.x). We encourage all users of Apollo Server to update to newer LTS versions of Node.js prior to the "end-of-life" dates for their current server version.
We intend to drop support for Node.js 6.x in the next major version of Apollo Server.
For more information, see PR #2054 and our documentation.
v2.2.7Compare Source
apollo-engine-reporting: When multiple instances ofapollo-engine-reportingare loaded (an uncommon edge case), ensure thatencodedTracesare handled only once rather than once per loaded instance. PR #2040v2.2.6Compare Source
apollo-server-micro: Set theContent-typetotext/htmlfor GraphQL Playground. PR #2026v2.2.5Compare Source
graphql-playground-htmlin previous release by also bumping the minor version of thegraphql-playground-reactdependency to1.7.10— which is the version requested from the from the CDN bundle bygraphql-playground-html. PR #2037v2.2.4Compare Source
graphql-playground-html. PR #2037v2.2.3Compare Source
generateClientInfois not used to define the client name, client version andclient reference ID, Apollo Server will now default to the values present in the HTTP headers
of the request (
apollographql-client-name,apollographql-client-reference-idandapollographql-client-versionrespectively). As a last resort, when those headers are not set,the query extensions'
clientInfovalues will be used. PR #1960v2.2.2Compare Source
apollo-toolingdependency. Issue #195126d6c739v2.2.1Compare Source
moduleson theApolloServerconstructor options. Each element of themodulescan point to a module which exportstypeDefsandresolvers. These modules can be used in lieu of, or in combination with, directly specifyingschemaortypeDefs/resolverson the constructor options. This provides greater modularity and improved organization for logic which might be limited to a specific service.8f6481e6.resolveObjectsupport to query execution.bb67584.apollo-server-cloud-functionsin 2.2.0 caused by missing TypeScript project references which resulted in the package not being published to npm in compiled form. PR #1948v2.2.0Compare Source
apollo-server-testingutilities. PR #1909mocks: false, even ifmockEntireSchemaistrue. PR #1835graphql-playground-htmlto 1.7.8. PR #1855rootValue, passing theDocumentNodeAST to determine the value. PR #1555cursorShapeproperty. PR #1607RESTDataSourceof Content Typeapplication/hal+json. PR #185requestAgentconfiguration parameter within theengineconfiguration. This can be utilized when a proxy is necessary to transmit tracing and metrics data to Apollo Engine. It accepts either anhttp.Agentorhttps.Agentand behaves the same as theagentparameter to Node.js'http.request. PR #1879Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.