Changelog¶
0.2.0 (2025-02-20)¶
Features¶
- Added pull-through cache feature. #278
Misc¶
Bugfixes¶
- Remove scheme from apache snippet #8574
- Adjusted the use of
dispatch
for pulpcore>=3.15. Also bumped the dependency. #9533
0.1.0 (2025-02-14)¶
Features¶
Bugfixes¶
- Fixes a sync operation demanding the remote URL when the repository already have one. #275
- Fixes the missing REMOTE_TYPES property of the NpmRepository class. #276
Misc¶
0.1.0a4 (2022-06-27)¶
Bugfixes¶
- Remove scheme from apache snippet #8574
- Adjusted the use of
dispatch
for pulpcore>=3.15. Also bumped the dependency. #9533
0.1.0a3 (2021-03-17)¶
No significant changes.
0.1.0a2 (2020-11-25)¶
No significant changes.
0.1.0a1 (2020-11-18)¶
Features¶
- Download a package with its dependencies #6004