cloudflare 1.0.1+7
cloudflare: ^1.0.1+7 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
Added
for new features.Changed
for changes in existing functionality.Deprecated
for soon-to-be removed features.Removed
for now removed features.Fixed
for any bug fixes.Security
in case of vulnerabilities.
1.0.1+7 #
Fixed #
- Wrong assert validation removed from
tusDirectStreamUpload(...)
function that prevented from doing direct stream upload using tus protocol.