File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,24 @@ Artifactory Client CHANGELOG
33This file is used to document the changes between releases of the Artifactory
44Ruby client.
55
6+ v1.2.0 (2014-06-02)
7+ -------------------
8+ - Change the airty of Repository#find to align with other resources
9+ - Add the ability to save/create repositories
10+ - Remove i18n
11+ - Make proxy configuration more verbose
12+ - Remove HTTPClient in favor of raw Net::HTTP
13+ - Add custom SSL configuration options
14+ - Make Configurable#proxy_port a string because #ocd
15+ - Allow file uploads
16+ - Return an Artifact object after uploading
17+ - Allow repositories to be deleted
18+ - Add required attribute for repository layout
19+ - Move upload method from Repository to Artifact
20+ - Implement Repository.upload via Artifact.upload
21+ - Move to_matrix_properties method to base class
22+ - Add the ability to list/find repository layouts from xml configuration
23+ - Specify content-type for updating config
624
725v1.1.0 (2014-02-11)
826-------------------
Original file line number Diff line number Diff line change 11module Artifactory
2- VERSION = '1.1 .0'
2+ VERSION = '1.2 .0'
33end
You can’t perform that action at this time.
0 commit comments