Skip to content

Releases: anancarv/python-artifactory

v2.2.0

30 Apr 16:17
bb445c2
Compare
Choose a tag to compare

feat: Add federated repositories integration; by @dakky

v2.1.4

13 Mar 22:08
15e936f
Compare
Choose a tag to compare

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

v2.1.3

31 Oct 20:24
a84c17f
Compare
Choose a tag to compare

fix: fix pydantic validation error when creating repo

v2.1.2

25 Oct 18:29
d1049bc
Compare
Choose a tag to compare

fix: fix list repositories

v2.1.1

23 Oct 12:48
3c27e1c
Compare
Choose a tag to compare

fix: fix create local repository

v2.1.0

11 Oct 19:59
8236326
Compare
Choose a tag to compare

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

v2.0.0

09 Oct 10:38
6a8abb7
Compare
Choose a tag to compare

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

06 Aug 19:03
0e1e5cd
Compare
Choose a tag to compare
  • feat: add new permissions to PermissionEnum
  • feat: add terraform packages support

v1.12.0

21 Feb 22:21
c2b9dfc
Compare
Choose a tag to compare

feat: Add cargoInternalIndex key for local & remote repos

v1.11.0

05 Dec 20:27
6a11a7c
Compare
Choose a tag to compare

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