Skip to content

v0.8.0

Choose a tag to compare

@Murderlon Murderlon released this 29 Sep 14:27
9cbf66f

What's Changed

Breaking changes

Redesign stores for better separation of concerns by @mitjap in #186

  • FileStore now accepts a directory instead of path.
- new FileStore({ path: './files' });
+ new FileStore({ directory: './files' });
  • DataStores don't emit events anymore, instead the request handlers do.

Bug fixes

  • Fix creation-defer-length extension for all stores by @Murderlon in #297
  • Fix too small parts with S3 datastore by @mitjap in #284
  • GCS: ignore insufficient access error by @mitjap in #294
  • Fix upload ID when using S3 store with Digital Ocean Spaces by @manelio in #296

Dependencies

Meta

New Contributors

Full Changelog: v0.7.1...v0.8.0