Skip to content

Releases: cloudinary/cld-migrate-assets-in-bulk

Version 2.1.1

02 Jan 22:59
f25726b
Compare
Choose a tag to compare

Added

  • Documentation for the SkippedAlreadyExists upload operation status

Changed

  • Updated outdated dependencies
  • Sample payload in the __input-to-api-payload.js for better clarity
  • Explanation for "estimated number of records" in progress bar
  • Runtime setup instructions per peer review feedback

Version 2.1.0

19 Nov 01:20
1d7a124
Compare
Choose a tag to compare

Added

  • Scripts to monitor logs for an ongoing bulk operation with instructions in README
  • Explicitly reporting API responses with existing property as SkippedAlreadyExists value for the Cld_Operation column in a migration report file

Changed

  • Updated outdated dependencies

Version 2.0.1

14 Feb 00:54
dc9822b
Compare
Choose a tag to compare

Changed

  • Updated outdated dependencies
  • Added hint to the README for monitoring migration errors during execution of the script

Version 2.0.0

28 Sep 00:08
Compare
Choose a tag to compare

Added

  • Introduced unit tests (with Jest as a dev dependency)
  • Implemented end-to-end tests
  • Support for uploading local files larger than 100MB (using upload_large from Cloudinary SDK)

Changed

  • Renamed the tool to cld-bulk
  • Introduced concept of sub-commands by using commander for parsing CLI arguments
  • Extracted the async CSV input processing loop to a re-usable module

Version 1.0.0

09 Sep 07:08
8e9a09e
Compare
Choose a tag to compare

Added

  • Initial release with migration flow support