cloudflare 3.2.1+1 cloudflare: ^3.2.1+1 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.
3.2.0+1 #
Changed #
- Some dependencies updated.
- Deprecated code refactored.
customAccountSubdomainUrl
field added toCloudflareStreamVideo
to better handle serving on-demand videos and thumbnails, avoiding deprecatedvideodelivery.net
andcloudflarestream.com
domains.
2.1.0+14 #
Added #
- Custom
fileName
can be specified for image upload from file, path and bytes, whether signed upload or direct upload. - Custom
fileName
can be specified for stream upload from file, path and bytes, whether signed upload or direct upload.
1.3.0+11 #
Added #
connectTimeout
,receiveTimeout
andsendTimeout
added to support different Dio timeouts.
1.2.0+9 #
Added #
- Support for specific account subdomain streaming url.
CloudflareStreamVideo.fromUrl(...)
accepts urls likehttps://customer-{CODE}.cloudflarestream.com
1.1.0+8 #
Added #
DataTransmit
adds aCancelToken
property to allow to cancel requests on any request that uses aDataTransmit
instance, 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.