Cloudinary Image & Video release notes: NEXT VERSION
Last updated: TBD
Cloudinary Image
Cloudinary Video
Video Player multiple video sources
The Video Player now supports providing multiple versions of the same video content using the new videoSources
parameter. This is useful when you have different versions of a video, such as dubbed versions in different languages or alternative cuts.
When you provide multiple sources, a source switcher automatically appears in the player controls allowing users to select between the available versions. Each source object can include standard video source properties plus a label
parameter that defines what text appears in the source switcher UI.
Asset and account management
New Usage Reports page in Console
Explore the new Usage Reports page in the Cloudinary Console (Home > Usage Reports) to get a detailed breakdown of your account and product environment usage metrics.
This new report helps you track image impressions, video seconds delivered, transformations, bandwidth, and storage over a selected period. It's a great way to keep an eye on your usage trends and make informed decisions about your plan.
Learn more
Root API key deletion
You can now disable account and product environment root API keys, and also delete product environment root API keys directly from the Cloudinary Console Settings:
This gives you more control and flexibility over your root keys.
New Usage Reports page in Console
Explore the new Usage Reports page in the Cloudinary Console (Home > Usage Reports) to get a detailed breakdown of your account and product environment usage metrics.
This new report helps you track image impressions, video seconds delivered, transformations, bandwidth, and storage over a selected period. It's a great way to keep an eye on your usage trends and make informed decisions about your plan.
Learn more
New Cloudinary CLI courses available
We invite you to try the new free Introduction to Cloudinary's CLI online courses (Part 1 and Part 2), where you can learn about the many upload, management, and transformation options that Cloudinary provides from the command line.
Learn about the Cloudinary CLI
Docs and demo apps
Adaptability section in Accessible Media guide
There's a new section on image and video adaptability in the Accessible Media guide. This section covers how to ensure that images and videos can be viewed effectively across different device orientations and screen sizes, with intelligent cropping features that automatically preserve the most important visual elements when adapting to different aspect ratios.
New Svelte sample project
There's a new Photo Album sample project available, which demonstrates how to use the community-developed Svelte SDK for uploading files to Cloudinary, and using transformations to optimize and customize their delivery and display.