mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
Update CHANGELOG.md for 2.3.0 release.
Also removes inadvertent 2.2.7-alpha.0 leftover from merge.
This commit is contained in:
parent
ad42402954
commit
522cd6bf75
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
### v2.3.0-alpha
|
||||
### v2.3.0
|
||||
|
||||
- **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: false` on the `ApolloServer` constructor options. Without explicitly disabling file-uploads, the server will `throw` at launch (with instructions and a link to our documentation).
|
||||
|
||||
|
@ -10,8 +10,6 @@
|
|||
|
||||
**We intend to drop support for Node.js 6.x in the next major version of Apollo Server.**
|
||||
|
||||
### v2.2.7-beta.0
|
||||
|
||||
### v2.2.7
|
||||
|
||||
- `apollo-engine-reporting`: When multiple instances of `apollo-engine-reporting` are loaded (an uncommon edge case), ensure that `encodedTraces` are handled only once rather than once per loaded instance. [PR #2040](https://github.com/apollographql/apollo-server/pull/2040)
|
||||
|
|
Loading…
Add table
Reference in a new issue