Skip to content

Commit 6cfa45a

Browse files
author
cloudinary-bot
committed
Version 2.6.0
1 parent 02eab77 commit 6cfa45a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2.6.0 / 2023-11-01
2+
==================
3+
4+
New Functionality And Features
5+
------------------------------
6+
7+
* Add support for `ImageFile` in `VisualSearch` Admin API
8+
* Add support for `PlaybackURL` in `UploadResult` on video upload
9+
* Add support for `Context` field in `SearchResult`
10+
* Add support for configured signature algorithm in Upload API
11+
12+
113
2.5.1 / 2023-09-20
214
==================
315

api/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
type EndPoint = string
2525

2626
// Version is the Cloudinary Go package version.
27-
const Version = "2.5.1"
27+
const Version = "2.6.0"
2828

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

0 commit comments

Comments
 (0)