Releases: Newex/solidTUS
Releases · Newex/solidTUS
v.0.0.34
v.0.0.33
What's Changed
No major changes between this v.0.0.33 and v.0.0.32.
The big reason for the release is to remove the dependency on the nuget package CSharpFunctionalExtensions by using my own Result and Maybe types.
Ideally I wanted my Result and Maybe types to be internal so that they dont leak to the library users, but cant seem to make it work currently.
Unit tests were all green - hopefully no breaking change between this and previous version.
Sveltekit example, updated:
- chore(deps-dev): bump vite from 4.5.1 to 4.5.2 in /examples/sveltedotnet/svelte by @dependabot in #8
Full Changelog: v.0.0.32...v.0.0.33
v.0.0.20
v.0.0.19
New features
- Added
TusDelete
attribute - Added documentation to README and wiki (work in progress)
Changes
- Fix bugs where the expired header was not send
- Rewritten TusUpload attribute
- Updated examples
Breaking
- Added CancellationToken to the
IUploadStorageHandler
interface
And other miscellaneous changes...
v.0.0.18
New features
- Support for upload expiration (TUS-expiration)
- Optional setup for optional background service worker that scans for expired uploads by given interval
- Added
FileId
toUploadFileInfo
- Support for server announcement of TUS-termination
- Added Svelte example that uses @uppy/tus javascript library
- Added benchmark project
Changes
- New TUS metadata parser
- Simplified file upload handling and combined with checksum ability
Breaking
- Rewritten the
IUploadMetaHandler
andIUploadStorageHandler