- Fix recursive properties issue (#326)
- Add Python 3.10 support
- Add a method to get download statistics for a path -
path.download_stats()
(#288) - Add
path.deploy_by_checksum(...)
method (#27) - Raises
ArtifactoryException
instead ofrequests.HTTPError
(#179) - Better logging control with
logging.getLogger("artifactory")
(#235) - Allow "verify" in the configuration to be a certfile (#281)
- Update properties now uses PATCH method (#65)
- Various documentation improvements
- Added
dry run
option to supported methods (#268) - Copy function first tries to copy by checksum (#162)
- Add Admin Area object - you can add\update\read\delete user, group, repository, permission
- Add
repo
andpath_in_repo
properties - Add docs about
stat()
Our library dohq-artifactory
have this diff (unlinke the original)
- Support Artifactory AQL
- Request use
Session
by default - Set property operation is more transactional #8
- We support our library :)
- installtion via pip complains about failed pypandoc
- Support for custom base URL [#22]