Skip to content

Releases: gopythongo/aptly-api-client

v0.3.0

Choose a tag to compare

@jdelic jdelic released this 23 Nov 21:12
v0.3.0
e620015

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

v0.2.4

Choose a tag to compare

@jdelic jdelic released this 31 Oct 13:29
v0.2.4

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

v0.2.3

Choose a tag to compare

@jdelic jdelic released this 14 Mar 11:22
v0.2.3

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

Choose a tag to compare

@jdelic jdelic released this 17 Apr 22:11
v0.2.1

v0.2.1 adds sort and skip_cleanup to snapshots

v0.2.0

Choose a tag to compare

@jdelic jdelic released this 17 Apr 22:11
v0.2.0

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

Choose a tag to compare

@jdelic jdelic released this 14 Apr 15:29
0.1.6

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

v0.1.5

Choose a tag to compare

@jdelic jdelic released this 24 Oct 19:32
0.1.5

Remove dependency pinning from install_requires.

v0.1.4

Choose a tag to compare

@jdelic jdelic released this 18 Oct 09:39
0.1.4

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

Choose a tag to compare

@gopythongo-travisci gopythongo-travisci released this 07 Jun 21:05
0.1.0

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.