Skip to main content

Ariadne 0.5.0

· One min read

Just weeks after 0.4 we are now releasing Ariadne 0.5!

This release is all about delivering one new feature to the developers: file uploads.

File uploads

File uploads are now available. Implementation follows the GraphQL file uploads specification, which means that Ariadne is fully compatible with client uploading implementations like apollo-upload-client.

CHANGELOG

  • Added support for file uploads.