Releases: gopythongo/aptly-api-client
Releases · gopythongo/aptly-api-client
v0.2.4
v0.2.4 adds support for SkipContents on the publish update API (#71)
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
v0.2.1 adds sort and skip_cleanup to snapshots
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
v0.1.6 allows aptly API URLs with subfolders. Thanks to Tomasz Meresiński (see #14)
v0.1.5
Remove dependency pinning from install_requires
.
v0.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
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.