Version 8.0.0
Major
-
New naming that drops “apollo” to reflect the independent and universal nature of the project, fixing #68:
- Changed the package name from
apollo-upload-servertographql-upload. - Renamed
apolloUploadKoatographqlUploadKoa. - Renamed
apolloUploadExpresstographqlUploadExpress.
To migrate you project from
apollo-upload-server@7.1.0tographql-upload@8.0.0:- Run
npm uninstall apollo-upload-server. - Run
npm install graphql-upload. - Find and replace:
apolloUploadKoa→graphqlUploadKoa.apolloUploadExpress→graphqlUploadExpress.
- Changed the package name from
Patch
- Updated dependencies.
- New project logo.