- Fixed the `package_types` filter breaking other remote filters. [691](https://github.com/pulp/pulp_python/issues/691)
---
3.11.1
Bugfixes
- Fixed tls_validation not being disabled when set to false on the remote. [653](https://github.com/pulp/pulp_python/issues/653)
---
3.11.0
Features
- Added pulpcore 3.40 compatibility. - Added import export support of python content. [579](https://github.com/pulp/pulp_python/issues/579)
---
3.10.0
Features
- Added compatibility for pulpcore 3.25, pulpcore support is now >=3.25,<3.40. [605](https://github.com/pulp/pulp_python/issues/605)
---
3.9.0
Features
- Added version filter to package list endpoint. [577](https://github.com/pulp/pulp_python/issues/577) - Allow duplicate uploads to return existing packages instead of erring. [590](https://github.com/pulp/pulp_python/issues/590)
Bugfixes
- Fixed pull-through caching ignoring remote proxy settings. [553](https://github.com/pulp/pulp_python/issues/553) - Changed includes and excludes openapi schema to report as array of strings instead of object. [576](https://github.com/pulp/pulp_python/issues/576) - Fixed syncing ignoring remote proxy. [581](https://github.com/pulp/pulp_python/issues/581) - Fixed duplicate operationID for generated PyPI simple endpoints schema. [594](https://github.com/pulp/pulp_python/issues/594)
---
3.8.0
Bugfixes
- Fixed syncing failing when using bandersnatch 5.3.0 [554](https://github.com/pulp/pulp_python/issues/554) - Prevent .netrc file from being read on syncs. [566](https://github.com/pulp/pulp_python/issues/566) - Fix 500 error when pip installing using object storage. [572](https://github.com/pulp/pulp_python/issues/572)
Improved Documentation
- Documented `pulp_python` specific settings. [571](https://github.com/pulp/pulp_python/issues/571)