Skip to content

Releases: anancarv/python-artifactory

v2.11.2

23 Sep 09:32
4965236

Choose a tag to compare

Improve file downloads by adding a new stream method to the Artifact class for efficient chunked downloads; by @Peter-Lande

v2.11.1

14 Sep 15:20
531efe8

Choose a tag to compare

fix: make the field type of BuildArtifact optional; fixes #202

v2.11.0

11 Sep 20:03
4fce9a7

Choose a tag to compare

Feat

Add a method get_build_runs to get a list of build runs for a given build_name; by @eaaltonen

Fix

Fix a typo in the BuildRun model; by @eaaltonen
Fix checksum generation for FIPS-compliant systems by supporting 'usedforsecurity=False' in hash functions; by @tommycbird
Edit artifact.delete docstring return type

v2.10.0

25 Jul 10:33
5eea273

Choose a tag to compare

Add support for deleting all build numbers of a given build name; by @eaaltonen

v2.9.0

01 Jul 13:45
75115e0

Choose a tag to compare

feat: Add OCI package support: by @romainx

v2.8.2

30 Jun 16:29
854ca31

Choose a tag to compare

Fix validation error when trying to access build info; by @eaaltonen

v2.8.1

28 Apr 20:35
13876bd

Choose a tag to compare

fix: Set OriginalChecksums attributes as Optional

v2.8.0

25 Mar 20:37
1f05a4c

Choose a tag to compare

feat: Pass the artifacts checksums in the headers of the deploy request

v2.7.1

23 Sep 21:28
320a00c

Choose a tag to compare

Fixed

fix: fix backward compatibility with v2.6.0; #197

v2.7.0

20 Sep 13:50
ecc51cf

Choose a tag to compare

Fixed

  • fix: Support new create access token API

Added

  • feat: add possibility to authenticate using access_token & anonymously
  • feat: deploy properties along with artifacts; by @aslheyrr