Skip to content

Releases: cloudinary/CloudinaryDotNet

Version 1.1.0

28 Dec 09:39
Compare
Choose a tag to compare

The library has been split to a shared project, a Core project and Standard (Foundation) project.

The standard library is fully backwards compatible with the previous version.

New functionality

  • Search API
  • Implemented async methods and tests.
  • Added access_mode to RawUploadParams.
  • AppVeyor CI
  • Added quality_override param and cover test

Other Changes

  • Upgrade project structure to VS 2017 and prepare version 1.1.0-rc1
  • Update Nuget.exe
  • Remove nupkg from git
  • Fix http timeout
  • Rearrange tests to enable TestListResourcesByPublicIds
  • Implemented auto width params for transformation
  • Fixed setter fo "All" parameter in delResParams class
  • Gitignore fix
  • Fixed test for upload mappings - removed unnecessary check.
  • Fix typos and tests
  • Fix .gitignore
  • Update Readme to point to HTTPS URLs of cloudinary.com
  • Added support for different resource_types in Rename and Tag
  • Fixed setter for "all" property in DelResParam class.
  • Removed test user credentials from appveyor configuration.
  • Updated readme file.
  • Create LICENSE
  • Added nuget.config
  • AppVeyor configuration.
  • Added lock files.
  • project structure rebuild to support netcore platform
  • Implemented custom configuration section for cloudinary settings.

Version 1.0.30

14 Jan 23:17
Compare
Choose a tag to compare
  • Add varying type to createArchive test
  • Fix createArchive to support resource_type
  • Use extension inclusive filename method for supporting proper raw public IDs
  • Remove resource_type from archiveParams toParamsDictionary
  • Added raw archive test + fix faulty overwrite test

Version 1.0.29

05 Jan 19:00
Compare
Choose a tag to compare
  • remove private distribution limitation for SEO suffix

Version 1.0.28

28 Dec 09:47
Compare
Choose a tag to compare
  • Correct array parameters (for public_ids, tags, etc.)

Version 1.0.27

10 Nov 00:53
Compare
Choose a tag to compare
  • Merge pull request #19 from RTLcoil/features/new-features
  • Simplify ability to set AllowWriteStreamBuffering for upload

Version 1.0.26

02 Sep 08:34
Compare
Choose a tag to compare
  • Support Video in UploadLarge
  • Use generics in UploadLarge
  • Merge pull request #18 from RTLcoil/features/new-features
  • UploadLarge fixes and tests

Version 1.0.25

18 Aug 14:31
Compare
Choose a tag to compare
  • Add support for UploadLarge

Version 1.0.24

15 Jul 14:10
Compare
Choose a tag to compare

New functionality and features

  • Upload mappings API
  • Restore API
  • ZIP (archive) generation and download API
  • Responsive breakpoints
  • Conditional transformations
  • Aspect ratio transformation parameter
  • Overlay and Underlay improvements. Support Line spacing, Letter spacing and Stroke in layer options.
  • Put the params in the body instead of URL query for 'POST' and 'PUT' API requests
  • Renamed the FontWeight parameter and added TextAlign keyword.
  • New User-Agent format (CloudinaryDotNet/vvv) and support of User-Platform parameter
  • Support of Invalidate flag for Explicit and Rename API
  • Allow passing ad-hoc parameters

Other Changes

  • .NetFramework 3.5 compatibility fixes
  • Fixed values of explicit HTML attributes in Image tags (with quotes)
  • Moved enums into designated files
  • fixed naming conventions and dedicated class for video layer
  • Modify Breakpoint test.
  • Replace test image
  • Disable Listing Direction test
  • simplification of the code
  • added additional asserts and improved asserts messages
  • moved strings to constants, fixed method namings
  • updated tests to match current version of the server software
  • removed dependencies to keep it a unit test
  • Extracted setup for UploadMapping test into designated file.
  • removed twitter dependencies due to twitter API limits
  • Add random number to public ID of upload test

Version 1.0.23

27 Dec 09:09
Compare
Choose a tag to compare
  • Remove configuration values
  • Add Timeout attribute to the API call.
  • make all audio and video response non-string properties nullable
  • make video bit_rate nullable in video upload result
  • fix multipart for non-windows environments