Skip to content

Releases: jfrog/jfrog-client-go

v0.20.1

09 Mar 10:07
3bc2bc7
Compare
Choose a tag to compare

Breaking changes - the return values of the upload and download APIs were modified.
Allow uploading files to Artifactory, after packing them in a zip archive.
Allow specifying Artifactory project, when publishing build-info.
Support for ANT patterns when uploading files to Artifactory.
Download artifacts of all builds, including aggregated (referenced) builds.
Support fetching VCS attached properties, when git submodules is used.
Add new "vcs.branch" property to uploaded build artifacts.
New Xray Policies APIs.

v0.19.1

31 Jan 18:29
f742505
Compare
Choose a tag to compare

Change CSV annotation from "user" to "username".

v0.19.0

31 Jan 14:42
Compare
Choose a tag to compare

Breaking change - Artifactory upload - rename "Props" to "TargetProps"
New Artifactory APIs for users and groups management
Distribution - support for path mapping
Distribution - allow adding properties to release bundles

v0.18.0

06 Jan 14:56
Compare
Choose a tag to compare

Breaking change - HttpClient refactored

v0.17.5

30 Dec 13:27
Compare
Choose a tag to compare

Improve VCS URL masking algorithm
Add GetProperty method
Bug fix - Artifactory download with the explode option fails to extract files with no r permissions
Bug fix - Artifactory download fails to download files for '.' as target path

v0.17.4

18 Dec 16:18
Compare
Choose a tag to compare

Fix "MoveFile" function

v0.17.3

18 Dec 13:00
Compare
Choose a tag to compare

Remove 'os.rename' from the codebase, since it fails inside a docker container

v0.17.2

17 Dec 19:59
Compare
Choose a tag to compare

Bug fix - Revert "Change pypi AQL query" following performance issues
Bug fix - Download explode fail when overriding the archive filename

v0.17.1

16 Dec 15:34
Compare
Choose a tag to compare

Bug fix - Explode after download fails if not download path not curr dir

v0.17.0

15 Dec 20:39
Compare
Choose a tag to compare

Make Artifactory copy and move parallel
Add color to log leval prefix in logs
Minor performance improvement - Increse upload/download buffer size to 20000
Upgrade third party dependencies
Support vcs list in build-info
content.reader API breaking changes, to support sorting
Bug fix - Xray watch API - index remote
Bug fix - Artifactory download with the explode option fails in some dcenarios
Bug fix - Artifactory upload with sync-deletes can delete when shouldn't, if path includes dashes