Skip to content

Releases: cloudinary/CloudinaryDotNet

Version 1.11.0

28 May 01:11
Compare
Choose a tag to compare

New functionality

  • Add duration and initial_duration predefined variables
  • Add CinemagraphAnalysis parameter
  • Add AccessibilityAnalysis parameter
  • Add CreateFolder Admin API
  • Add structured metadata support
  • Add support for 32 char SHA-256 URL signatures
  • Add support for pow operator
  • Add support for max_results and next_cursor in Folders API

Other Changes

  • Address some issues with NuGet package creation
  • Fix API Url when private CDN is set
  • Fix special characters escaping in API urls
  • Verify protocol in CLOUDINARY_URL
  • Fix type of Requests data member of UsageResult
  • Implement more flexible way of boolean values deserialization
  • Fix for serialization of transformation and tags for direct-upload input field
  • Fix permissions issue when getting version in restricted environment
  • Fix integration tests
  • Update issue templates
  • Fix/update admin upload api request response objects
  • Fix normalize_expression when variable is named as a keyword
  • Fix code style in AssemblyInfo
  • Cleanup nuspec file

Version 1.10.0

29 Jan 12:22
Compare
Choose a tag to compare

New functionality

  • Add response properties to SearchResult and SearchResource
  • Add resourceType parameter in archive methods

Other Changes

  • Fix NuGet dependency warning
  • Fix TestUsage unit test
  • Fix code style

Version 1.9.1

18 Nov 13:24
Compare
Choose a tag to compare
  • Fix nuget package
  • Fix build script output paths resolution

Version 1.9.0

17 Nov 16:36
Compare
Choose a tag to compare

New functionality

  • Add support of Async API calls in .NET Core
  • Add expiresAt to DownloadPrivate
  • Add DerivedNextCursor to GetResourceParams Admin API
  • Add ListResourcesByContext to Admin API
  • Add Live parameter to UploadPreset
  • Add AudioFrequency enumeration
  • Add Format parameter to SpriteParams
  • Add supported video codecs
  • Add supported Gravity values
  • Add Named parameter to GetTransformResult
  • Add VerifyApiResponseSignature and VerifyNotificationSignature functions
  • Add XML documentation

Other Changes

  • Fix typo in QualityOverride parameter name
  • Fix acl and url escaping in AuthToken generation
  • Fix project types for VS for Mac
  • Extract integration tests into separate assembly
  • Fix build.ps1 script

Version 1.8.0

23 Apr 14:16
Compare
Choose a tag to compare

New functionality

  • Allow generating archive with multiple resource types
  • Add DeleteFolder admin API
  • Add ForceVersion parameter to Url

Version 1.7.0

14 Mar 12:51
Compare
Choose a tag to compare

New functionality

  • Add Pages to GetResourceParams
  • Add public setter for FileName attribute of the FileDescription
  • Support per corner values in Radius transformation param
  • Ignore URL in AuthToken generation if ACL is provided
  • Add global secure flag (fixes #30)

Other Changes

  • Fix base64 regex validation template
  • Fix url auth token generation

Version 1.6.0

19 Dec 17:41
Compare
Choose a tag to compare

New functionality

  • Add custom pre function support
  • Add streaming profile API
  • Add fps transformation parameter
  • Add support for font antialiasing and font hinting for text overlays

Other Changes

  • Fix transformation cloning
  • Fix remote file upload
  • Fix handling of null custom functions
  • Handle errors on server response parsing
  • Fix SecurityException on restricted environments
  • Fix TestOcrUpdateResult unit test
  • Remove DotNetZip unused vulnerable dependency

Version 1.5.0

14 Nov 15:45
Compare
Choose a tag to compare

New functionality

  • Add support for web assembly and lambda functions in transformations
  • Add QualityAnalysis parameter
  • Add Format parameter to ResponsiveBreakpoint

Other Changes

  • Fix possible NullReferenceException in tests

Version 1.4.1

11 Oct 15:02
Compare
Choose a tag to compare

Fix NuGet package

Version 1.4.0

11 Oct 14:34
Compare
Choose a tag to compare

New functionality

  • Add support of custom codecs in video tag
  • Add Google Cloud Storage protocol support in upload
  • Add support of user defined variables and expressions
  • Add support of deleting resources by transformations
  • Support advanced OCR
  • Add support of "auto" value for start_offset transformation parameter
  • Support remote URLs in UploadLarge API

Other Changes

  • Fix moderation plugins response support
  • Fix sort_by and aggregate in advanced search
  • Test passing expression operators' value via fluent API
  • Fix Nuget dependency warning (fixes #116)
  • Rename type param in PublishResourceParams
  • Escape parameters in context values
  • Update keyframe_interval param serialization
  • Fix TestExplicit dependency on the file format of the remote image