Skip to content

Commit 13a4d0d

Browse files
author
cloudinary-bot
committed
Version 2.7.0
1 parent 4f54569 commit 13a4d0d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2.7.0 / 2024-01-08
2+
==================
3+
4+
New Functionality And Features
5+
------------------------------
6+
7+
* Add support for uploading `multipart.FileHeader`
8+
* Add support for `Fields` parameter in Search and Admin APIs
9+
10+
Other Changes
11+
-------------
12+
13+
* Reduce memory consumption in `Upload` API
14+
115
2.6.2 / 2023-11-30
216
==================
317

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.6.2"
27+
const Version = "2.7.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)