From 52af119da5408c5d63fdb79ca1f0f372d06fea59 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Fri, 25 Jul 2025 08:47:00 +0000 Subject: [PATCH] Update Changelog --- CHANGES.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index af27d912..3353a70e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,15 @@ [//]: # (towncrier release notes start) +## 3.17.0 (2025-07-23) {: #3.17.0 } + +#### Features {: #3.17.0-feature } + +- Added full support for the latest core metadata (up to 2.4). + [#689](https://github.com/pulp/pulp_python/issues/689) + +--- + ## 3.16.0 (2025-06-10) {: #3.16.0 } #### Features {: #3.16.0-feature } @@ -126,6 +135,12 @@ No significant changes. --- +## 3.12.7 (2025-07-23) {: #3.12.7 } + +No significant changes. + +--- + ## 3.12.6 (2025-02-26) {: #3.12.6 } #### Misc {: #3.12.6-misc } @@ -206,6 +221,12 @@ No significant changes. --- +## 3.11.6 (2025-07-23) {: #3.11.6 } + +No significant changes. + +--- + ## 3.11.5 (2025-04-15) {: #3.11.5 } No significant changes. @@ -264,6 +285,23 @@ No significant changes. --- +## 3.10.1 (2025-07-23) {: #3.10.1 } + +### Bugfixes + +- Fixed tls_validation not being disabled when set to false on the remote. + [#653](https://github.com/pulp/pulp_python/issues/653) +- Fixed uploads not supporting packages using metadata spec 2.3 + [#682](https://github.com/pulp/pulp_python/issues/682) +- Fixed the `package_types` filter breaking other remote filters. + [#691](https://github.com/pulp/pulp_python/issues/691) +- Fixed package name normalization issue preventing syncing packages with "." or "_" in their names. + [#716](https://github.com/pulp/pulp_python/issues/716) +- Fixed the JSONField specification so it doesn't break ruby bindings. + See context [here](https://github.com/pulp/pulp_rpm/issues/3639). + +--- + ## 3.10.0 (2023-05-17) {: #3.10.0 } ### Features