cloudflare 1.1.0+8
cloudflare: ^1.1.0+8 copied to clipboard
This is a dart package for Cloudflare API to allow easy Image, Stream and Live Input api management.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Types of changes
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.
1.1.0+8 #
Added #
DataTransmitadds aCancelTokenproperty to allow to cancel requests on any request that uses aDataTransmitinstance, like image upload or video stream upload.
1.0.1+7 #
Fixed #
- Wrong assert validation removed from
tusDirectStreamUpload(...)function that prevented from doing direct stream upload using tus protocol.