Releases: anancarv/python-artifactory
Releases · anancarv/python-artifactory
v2.1.4
fix: encode artifacts path to allow special characters in artifact URLs; By @rgezikov
v2.1.3
fix: fix pydantic validation error when creating repo
v2.1.2
fix: fix list repositories
v2.1.1
fix: fix create local repository
v2.1.0
feat: Support setting custom CA certificates by passing the key verify=/path/to/ca.pem
, by @vjda
v2.0.0
New features
Breaking Changes
- Python
3.6
& 3.7
are not supported any more
- All exceptions have been renamed with the suffix Error instead of Exception (e.g ArtifactoryException -> ArtifactoryError, )
v1.13.0
- feat: add new permissions to PermissionEnum
- feat: add terraform packages support
v1.12.0
feat: Add cargoInternalIndex key for local & remote repos
v1.11.0
feat: retrieve a recursive list of artifacts at a given path. By @bdsoha