- Use proxy auth credentials of a Remote when syncing content [801](https://github.com/pulp/pulp_ansible/issues/801) - Adds workaround to handle collections that do not have a `requires_ansible` in the `meta/runtime.yml` data. This can happen in collections from `galaxy.ansible.com`. [806](https://github.com/pulp/pulp_ansible/issues/806)
---
0.7.4
Not secure
Bugfixes
- /collection_versions/all/ endpoint is now streamed to alleviate timeout issues Optimized unpaginated collection_versions endpoint (backported from 8439 and 8746) rochacbruno [8923](https://pulp.plan.io/issues/8923) - Use proxy auth credentials of a Remote when syncing content. Warning: This is not a proper fix. The actual fix is shipped with 0.7.5. [9391](https://pulp.plan.io/issues/9391)
Misc
- [8857](https://pulp.plan.io/issues/8857)
---
0.7.3
Not secure
Bugfixes
- Fix requirements.yml parser for pinned collection version [8647](https://pulp.plan.io/issues/8647) - V3 sync now properly waits for async task completion [8664](https://pulp.plan.io/issues/8664) - Remove scheme from apache snippet [8665](https://pulp.plan.io/issues/8665) - Fix collections endpoint for collections named "api" [8666](https://pulp.plan.io/issues/8666) - Updated api lengths for collection version fields to match db model lengths. [8667](https://pulp.plan.io/issues/8667)
---
0.7.2
Not secure
No significant changes.
---
0.7.1
Not secure
Bugfixes
- Removing `manifest` and `files` from metadata endpoints. [8264](https://pulp.plan.io/issues/8264) - Fix V3 collection list endpoint when repository is empty [8276](https://pulp.plan.io/issues/8276) - Use DRF token when no `auth_url` is provided [8290](https://pulp.plan.io/issues/8290) - Fixed bug where rate limit wasn't being honored. [8300](https://pulp.plan.io/issues/8300)
---
0.7.0
Not secure
Features
- Ansible export/import is now available as a tech preview feature [6738](https://pulp.plan.io/issues/6738) - Expose MANIFEST.json and FILES.json at CollectionVersion endpoint [7572](https://pulp.plan.io/issues/7572) - Introduce a new `v3/` endpoint returning publication time [7939](https://pulp.plan.io/issues/7939) - Introduces a new `v3/collections/all/` endpoint returning all collections unpaginated. [7940](https://pulp.plan.io/issues/7940) - Introduces a new `v3/collection_versions/all/` endpoint returning all collections versions unpaginated. [7941](https://pulp.plan.io/issues/7941) - Improve sync performance with no-op when possible. To disable the no-op optimization use the `optimize=False` option on the `sync` call. [7942](https://pulp.plan.io/issues/7942) - Adds the `requires_ansible` attribute to the Galaxy V3 CollectionVersion APIs. This documents the version of Ansible required to use the collection. [7949](https://pulp.plan.io/issues/7949) - Field `updated_at` from Galaxy v3 Collections endpoint using latest instead of highest version [8012](https://pulp.plan.io/issues/8012) - Efficient sync with unpaginated metadata endpoints if they are available. [8177](https://pulp.plan.io/issues/8177)
Bugfixes
- Make collection namespace max_length consistent in models [8078](https://pulp.plan.io/issues/8078)
Improved Documentation
- Move official docs site to <https://docs.pulpproject.org/pulp_ansible/>. [7926](https://pulp.plan.io/issues/7926) - Updated Roles and Collections workflows to use Pulp-CLI commands [8076](https://pulp.plan.io/issues/8076)