Skip to content

Releases: gopythongo/aptly-api-client

v0.3.0

23 Nov 21:12
v0.3.0
e620015
Compare
Choose a tag to compare

v0.3.0 adds support for the Mirrors API (#78 / #126). Thanks go to @xaoc7 and @GregoryLand.

v0.2.4

31 Oct 13:29
v0.2.4
Compare
Choose a tag to compare

v0.2.4 adds support for SkipContents on the publish update API (#71)

v0.2.3

14 Mar 11:22
v0.2.3
Compare
Choose a tag to compare

v0.2.3 adds support for AcquireByHash and bugfixes

Specifically, all BaseAPIClient parameters are now available on
aptly_api.Client(...). Also AcquireByHash support has been added to the
'publish' part of the API. Thanks go to @smutel and @samuelba.

v0.2.1

17 Apr 22:11
v0.2.1
Compare
Choose a tag to compare

v0.2.1 adds sort and skip_cleanup to snapshots

v0.2.0

17 Apr 22:11
v0.2.0
Compare
Choose a tag to compare

v0.2.0 introduces a network timeout parameter and makes sign_gpgkey optional.

Aptly will use the default GPG key of the keyring of the user running 'aptly serve' on the server and it
won't hang indefinitely when the network connection fails for any reason.

v0.1.6

14 Apr 15:29
0.1.6
Compare
Choose a tag to compare

v0.1.6 allows aptly API URLs with subfolders. Thanks to Tomasz Meresiński (see #14)

v0.1.5

24 Oct 19:32
0.1.5
Compare
Choose a tag to compare

Remove dependency pinning from install_requires.

v0.1.4

18 Oct 09:39
0.1.4
Compare
Choose a tag to compare

This release contains a bugfix for correctly quoting the root prefix (.), contributed by Romain Sébille (@rsebille) at Polyconseil. It also updates some dependencies to their newest versions.

First release

07 Jun 21:05
0.1.0
Compare
Choose a tag to compare

This is the first release to PyPi. It has 100% test coverage and is the basis for the aptly-repo support that I am currently adding to GoPythonGo.