Skip to content

Releases: jfrog/jfrog-client-go

v1.3.0

24 Aug 09:45
Compare
Choose a tag to compare

Support for Federated Repositories
Bug fix - Uploading to Artifactory with the archive and include-dirs options leaves out empty directories
Bug fix - Uploading to Artifactory with the archive option fails if the symlink target does not exist

v1.2.1

16 Aug 21:47
Compare
Choose a tag to compare

Bug fix - Preserve file's permissions when moving a file

v1.2.0

09 Aug 16:03
Compare
Choose a tag to compare

New Projects APIs
Allow searching in Artifactory by build, even if the build is included in a project
Add "excludedArtifacts" to the build-info schema
Allow storing symlinks in an archive when uploading it to Artifactory
Bug fix - Gradle builds which use an old version of the Gradle Artifactory Plugin may fail to deploy artifacts
Bug fix - When failing HTTP requests are retried, the same request is used, instead of creating a new one
Bug fix - The build-info URL is incorrect, in case the build name and number include special characters
Bug fix - SSH authantication with Artifactory cannot be used without a passphrase
Bug fix - When searching and filtering by the latest build run, the latest build run isn't always returned

v0.26.0

09 Aug 15:48
Compare
Choose a tag to compare

Allow searching in Artifactory by build, even if the build is included in a project
Add "excludedArtifacts" to the build-info schema
Allow storing symlinks in an archive when uploading it to Artifactory
Bug fix - Gradle builds which use an old version of the Gradle Artifactory Plugin may fail to deploy artifacts
Bug fix - When failing HTTP requests are retried, the same request is used, instead of creating a new one
Bug fix - The build-info URL is incorrect, in case the build name and number include special characters
Bug fix - SSH authantication with Artifactory cannot be used without a passphrase
Bug fix - When searching and filtering by the latest build run, the latest build run isn't always returned

v1.1.0

21 Jul 14:28
Compare
Choose a tag to compare

New "Request Graph Scan" and "Retrieve Graph Scan Results" Xray APIs
Allow disabling checksum calculation before uploading to Artifactory

v1.0.1

03 Jul 16:17
43b112f
Compare
Choose a tag to compare

Fixes an issue with v1.0.0, which caused some of the release content to be missing.

v1.0.0

03 Jul 16:02
Compare
Choose a tag to compare

Breaking change - All Bintray commands are removed.

Breaking change - The directory structure is now changed when the downloading file with Flat option set to false along with placeholders. When placeholders are used, the value of the Flat option is ignored.

Breaking change - When symlinks are uploaded to Artifactory using UploadFiles API, the target file content is uploaded to Artifactory with the symlink name. If the Symlynks option is set to true, the symlink is uploaded, instead of the content of the target file.

v0.25.0

23 Jun 21:03
Compare
Choose a tag to compare

Breaking change - Add support HTTP retries for all APIs
Allow setting the http timeout value for all Artifactory APIs

v0.24.0

17 Jun 18:50
Compare
Choose a tag to compare

Breaking change - When fetching a permission target which does not exist, nil is now returned instead of an error
Sha256 added to the summary response of all APIs which upload files to Artifactory

v0.23.1

26 May 14:46
Compare
Choose a tag to compare

Bug fix - SendReportUsage API should allow accepting 202 response, in addition to 200.