Skip to content

Commit

Permalink
Version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed Nov 1, 2023

Unverified

The email in this signature doesn’t match the committer email.
1 parent 02eab77 commit 6cfa45a
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2.6.0 / 2023-11-01
==================

New Functionality And Features
------------------------------

* Add support for `ImageFile` in `VisualSearch` Admin API
* Add support for `PlaybackURL` in `UploadResult` on video upload
* Add support for `Context` field in `SearchResult`
* Add support for configured signature algorithm in Upload API


2.5.1 / 2023-09-20
==================

2 changes: 1 addition & 1 deletion api/api.go
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ import (
type EndPoint = string

// Version is the Cloudinary Go package version.
const Version = "2.5.1"
const Version = "2.6.0"

// UserAgent contains information about the SDK user agent. Passed to the Cloudinary servers.
var UserAgent = fmt.Sprintf("CloudinaryGo/%s (Go %s)", Version, strings.TrimPrefix(runtime.Version(), "go"))

0 comments on commit 6cfa45a

Please sign in to comment.