v13.0.0-alpha.0
Pre-release
Pre-release
ZauberNerd
released this
23 Jul 16:11
·
807 commits
to master
since this release
13.0.0-alpha.0 (2020-07-23)
Bug Fixes
- react-apollo: import from graphql-tools monorepo package (d31d1b0)
- ensure externals use correct version of packages (e4ec3d7)
- update dependency graphql-tools to v6 (5a4fc78)
- lambda: remove support for the "nodejs10.x"-runtime (8f9d2ac)
- remove support for Node versions 10 & 13 (00e7f2f)
- upgrade jest to v26 (dfaf499)
Features
- support latest Node.js (v13) (30ca9a4)
BREAKING CHANGES
- lambda: Since Hops dropped support for Node version 10, the
respective runtime on AWS Lambda isn't supported anymore either. If
you're running hops-lambda withnodejs10.x
, please switch to
nodejs12.x
. - Hops does not support the outdated Node versions 10
and 13 anymore. In case you're using one of these, please update your
Node version to the current version 14 or the LTS version 12. - Jest peerDependency has been changed from 24->26