- Fixed the relative paths for translation files, which were causing sync failures and missing translation files. (Backported from <https://pulp.plan.io/issues/8410>) [8556](https://pulp.plan.io/issues/8556)
---
2.11.0
Compatible with: `pulpcore>=3.10,<3.13`
No significant changes.
---
2.10.2
Compatible with: `pulpcore>=3.10,<3.12`
Bugfixes
- Completely disabled translation file synchronization to prevent sync failures. (Backported from <https://pulp.plan.io/issues/8671>) [8737](https://pulp.plan.io/issues/8737)
---
2.10.1
Compatible with: `pulpcore>=3.10,<3.12`
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>) [8558](https://pulp.plan.io/issues/8558)
---
2.10.0
Compatible with: `pulpcore>=3.10,<3.12`
Bugfixes
- 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`.