1.6.0
Release Summary
Feature and bugfix release that adds support for Galaxy v3 API.
Minor Changes
- Allow Galaxy client to communicate with the Galaxy v3 API (#45).
Bugfixes
- Fix a bug in Galaxy download code when the filename is found in the cache, but the checksum does not match. In that case, the collection was not copied to the destination, and the code did not try to download the correct file (#76).
- Remove improper usage of
@functools.lru_cache
on async functions in theantsibull_core.ansible_core
module (#67, #69). - Restrict the
pydantic
dependency to major version 1 (#35).