Revision history for Artifactory-Client
Version 0.0.11
- Handling matrix parameters vs non-matrix parameters to deal with inconsistent REST API
Version 0.0.10
- Updating copyright information
Version 0.0.9
- Making sure module works with CPAN-style set up
Version 0.0.8
- Commas in multi-valued properties are no longer uri_escaped
Version 0.0.7
- Changed directory layout
Version 0.0.6
- Support for multi-valued properties. Note that, multi-value is only possible for set item properties and not
during deploy artifact
Version 0.0.5
- Renamed 'resource' to 'path' per Artifactory API documentation
Version 0.0.4
- Took out the handling of property values being too big / URL too long. The caller is responsible for constructing
requests in ways Artifactory accepts them
Version 0.0.3
- Applying Moose best practices
Version 0.0.2
- Added set_item_properties method to update properties instead of dropping existing ones
Version 0.0.1
- Initial release