Skip to content

Commit 343d4a7

Browse files
authored
Merge pull request #915 from pulp/changelog/update
Update Changelog
2 parents 3f46457 + 52af119 commit 343d4a7

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGES.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88

99
[//]: # (towncrier release notes start)
1010

11+
## 3.17.0 (2025-07-23) {: #3.17.0 }
12+
13+
#### Features {: #3.17.0-feature }
14+
15+
- Added full support for the latest core metadata (up to 2.4).
16+
[#689](https://github.com/pulp/pulp_python/issues/689)
17+
18+
---
19+
1120
## 3.16.0 (2025-06-10) {: #3.16.0 }
1221

1322
#### Features {: #3.16.0-feature }
@@ -126,6 +135,12 @@ No significant changes.
126135

127136
---
128137

138+
## 3.12.7 (2025-07-23) {: #3.12.7 }
139+
140+
No significant changes.
141+
142+
---
143+
129144
## 3.12.6 (2025-02-26) {: #3.12.6 }
130145

131146
#### Misc {: #3.12.6-misc }
@@ -206,6 +221,12 @@ No significant changes.
206221

207222
---
208223

224+
## 3.11.6 (2025-07-23) {: #3.11.6 }
225+
226+
No significant changes.
227+
228+
---
229+
209230
## 3.11.5 (2025-04-15) {: #3.11.5 }
210231

211232
No significant changes.
@@ -264,6 +285,23 @@ No significant changes.
264285

265286
---
266287

288+
## 3.10.1 (2025-07-23) {: #3.10.1 }
289+
290+
### Bugfixes
291+
292+
- Fixed tls_validation not being disabled when set to false on the remote.
293+
[#653](https://github.com/pulp/pulp_python/issues/653)
294+
- Fixed uploads not supporting packages using metadata spec 2.3
295+
[#682](https://github.com/pulp/pulp_python/issues/682)
296+
- Fixed the `package_types` filter breaking other remote filters.
297+
[#691](https://github.com/pulp/pulp_python/issues/691)
298+
- Fixed package name normalization issue preventing syncing packages with "." or "_" in their names.
299+
[#716](https://github.com/pulp/pulp_python/issues/716)
300+
- Fixed the JSONField specification so it doesn't break ruby bindings.
301+
See context [here](https://github.com/pulp/pulp_rpm/issues/3639).
302+
303+
---
304+
267305
## 3.10.0 (2023-05-17) {: #3.10.0 }
268306

269307
### Features

0 commit comments

Comments
 (0)