- Ensured the plugin respects the ALLOWED_CONTENT_CHECKSUMS setting. [8388](https://pulp.plan.io/issues/8388)
Improved Documentation
- The plugin documentation was moved from <https://pulp-deb.readthedocs.io/> to <https://docs.pulpproject.org/pulp_deb/>. [8113](https://pulp.plan.io/issues/8113) - Added workflow documentation on checksum handling configuration. [8388](https://pulp.plan.io/issues/8388)
Removals
- Update AptReleaseSigningService validation to respect new base class requirements. [8307](https://pulp.plan.io/issues/8307)
---
2.9.3
Misc
- Added an upper bound of `<0.1.42` to the `python-debian` dependency to prevent breakage against python `<3.7`.
---
2.9.2
Compatible with: `pulpcore>=3.7,<3.11`
Bugfixes
- Completely disabled translation file synchronization to prevent sync failures. (Backported from <https://pulp.plan.io/issues/8671>) [8738](https://pulp.plan.io/issues/8738)
---
2.9.1
Compatible with: `pulpcore>=3.7,<3.11`
Bugfixes
- Fixed the relative paths for translation files, which were causing sync failures and missing translation files. (Backported from <https://pulp.plan.io/issues/8410>) [8559](https://pulp.plan.io/issues/8559)
---
2.9.0
Compatible with: `pulpcore>=3.7,<3.11`
---
2.8.0
Compatible with: `pulpcore>=3.7,<3.10`
Features
- Added an `ignore_missing_package_indices` flag to remotes which users may set to allow the synchronization of repositories with missing declared package indices. [7467](https://pulp.plan.io/issues/7467) - Added the capability to synchronize repositories using "flat repository format". [7502](https://pulp.plan.io/issues/7502) - Added ability to handle upstream repositories without a "Codename" field. [7886](https://pulp.plan.io/issues/7886)