Python Artifactory Versions Save

Typed interactions with the Jfrog Artifactory REST API

v2.2.0

2 weeks ago

feat: Add federated repositories integration; by @dakky

v2.1.4

2 months ago

fix: encode artifacts path to allow special characters in artifact URLs; By @rgezikov

v2.1.3

6 months ago

fix: fix pydantic validation error when creating repo

v2.1.2

6 months ago

fix: fix list repositories

v2.1.1

6 months ago

fix: fix create local repository

v2.1.0

7 months ago

feat: Support setting custom CA certificates by passing the key verify=/path/to/ca.pem, by @vjda

v2.0.0

7 months ago

New features

  • Add pydantic v2 integration; by @heliocastro @sigma67

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

9 months ago
  • feat: add new permissions to PermissionEnum
  • feat: add terraform packages support

v1.12.0

1 year ago

feat: Add cargoInternalIndex key for local & remote repos

v1.11.0

1 year ago

feat: retrieve a recursive list of artifacts at a given path. By @bdsoha