Skip to content

Commit

Permalink
Version 4.0.0-alpha.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed Nov 19, 2017
1 parent 0641926 commit e22a817
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# apollo-upload-server changelog

## Next
## 4.0.0-alpha.1

* New API to support the [GraphQL multipart request spec v2.0.0-alpha.2](https://github.com/jaydenseric/graphql-multipart-request-spec/releases/tag/v2.0.0-alpha.2). Files no longer upload to the filesystem; [readable streams](https://nodejs.org/api/stream.html#stream_readable_streams) are used in resolvers instead. Fixes [#13](https://github.com/jaydenseric/apollo-upload-server/issues/13) via [#22](https://github.com/jaydenseric/apollo-upload-server/pull/22).
* Export a new `Upload` scalar type to use in place of the old `Upload` input type. It represents a file upload promise that resolves an object containing `stream`, `filename`, `mimetype` and `encoding`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-upload-server",
"version": "3.0.0",
"version": "4.0.0-alpha.1",
"description": "Enhances Apollo GraphQL Server for intuitive file uploads via GraphQL mutations.",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Apollo upload logo](https://cdn.rawgit.com/jaydenseric/apollo-upload-server/v3.0.0/apollo-upload-logo.svg)
![Apollo upload logo](https://cdn.rawgit.com/jaydenseric/apollo-upload-server/v4.0.0-alpha.1/apollo-upload-logo.svg)

# apollo-upload-server

Expand Down

0 comments on commit e22a817

Please sign in to comment.