v0.8.0
What's Changed
Breaking changes
Redesign stores for better separation of concerns by @mitjap in #186
FileStorenow accepts adirectoryinstead ofpath.
- 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
- Bump @google-cloud/storage from 6.2.3 to 6.4.1 by @dependabot in #286
- Bump tus-js-client from 2.3.1 to 3.0.0 by @dependabot in #289
- Bump aws-sdk from 2.1166.0 to 2.1206.0 by @dependabot in #288
- Bump eslint-plugin-promise from 6.0.0 to 6.0.1 by @dependabot in #287
Meta
- Do not run GitHub Actions in parallel by @Murderlon in #298
New Contributors
Full Changelog: v0.7.1...v0.8.0