From f64d30205f4eff8dd81e8c8cfd26152355b83041 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Wed, 22 Jul 2026 04:07:07 +0000 Subject: [PATCH] Update Changelog --- CHANGES.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index a98301c3..1f2c669e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,20 @@ [//]: # (towncrier release notes start) +## 3.32.0 (2026-07-21) {: #3.32.0 } + +#### Features {: #3.32.0-feature } + +- Added server-side caching and HTTP cache headers (`Cache-Control`, `ETag`) to Simple API responses. + [#1254](https://github.com/pulp/pulp_python/issues/1254) + +#### Bugfixes {: #3.32.0-bugfix } + +- Fixed a bug where the `python_version` field was not parsed correctly when Pulp workers had hyphens in their name. +- Fixed provenance sync failing when syncing Pulp-created attestations that use a `Pulp User` publisher. + +--- + ## 3.31.2 (2026-07-15) {: #3.31.2 } #### Bugfixes {: #3.31.2-bugfix }