Skip to content

Releases: anancarv/python-artifactory

v1.9.1

07 May 18:27
71f9252
Compare
Choose a tag to compare

feat: add build and releaseBundle to PermissionV2

v1.9.0

29 Apr 21:20
7817f6a
Compare
Choose a tag to compare

feat: Add support for Artifactory REST APIv2 permissions; by @thenewnano & @sciyako

v1.8.3

12 Apr 19:06
5186233
Compare
Choose a tag to compare

fix: Correct member-of-groups usage for access tokens #84
fix: add conda, conan, alpine, gitlfs & vagrant in PackageTypeEnum

v1.8.2

15 Dec 10:58
ab2db16
Compare
Choose a tag to compare
  • fix: bug causing first char of path to disappear when downloading artifact, By @Fronkan
  • fix: fix remote repositories creation bug due to JSON Serialization issue, By @ajrpeggio

v1.8.1

03 Dec 09:48
72163bf
Compare
Choose a tag to compare
  • Fix errors in local path when downloading artifacts on Windows #73; by @Fronkan

v1.8.0

07 Sep 21:21
78db093
Compare
Choose a tag to compare

Add support for recursive deploy and download; by @stefanseefeld

v1.7.2

24 Aug 13:26
5288dcd
Compare
Choose a tag to compare

fix: Remove extraneous MIME content when uploading artifact

v1.7.1

03 Aug 19:22
51d2d94
Compare
Choose a tag to compare

Fix: do not send read-only attributes when updating user #58; by @nymous

v1.7.0

27 Jun 10:27
20e64fa
Compare
Choose a tag to compare
  • Add the list of users to the group information. By @nymous
  • Edit documentation related to groups. By @Tioborto

v1.6.0

20 Jun 12:43
ac66bb9
Compare
Choose a tag to compare
  • Fix artifacts.properties() method. By @nymous
  • Add artifacts.info() method that returns what the old .properties() returned. By @nymous