Skip to content

Commit f04aa49

Browse files
authored
Merge pull request #5999 from nscuro/changelog-v4.14.1
Add changelog for v4.14.1
2 parents dca27c3 + ec86916 commit f04aa49

1 file changed

Lines changed: 81 additions & 0 deletions

File tree

docs/_posts/2026-04-03-v4.14.1.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
---
2+
title: v4.14.1
3+
type: patch
4+
---
5+
6+
**Features:**
7+
8+
* Add support for NuGet versioning scheme - [apiserver/#5958]
9+
* Add support for Composer versioning scheme - [apiserver/#5963]
10+
* Document age and version distance operational policy criteria - [apiserver/#5964]
11+
* Use ecosystem-aware version comparison for latest version detection - [apiserver/#5995]
12+
* Support Sonatype Guide tokens for OSS Index analyzer - [apiserver/#5996]
13+
* Improve Chinese translations - [frontend/#1490]
14+
15+
**Fixes:**
16+
17+
* Fix PURL-specific version matching being bypassed for components with CPE - [apiserver/#5959]
18+
* Fix wasteful existence queries - [apiserver/#5960]
19+
* Fix potentially wrong version being used for CPE comparison - [apiserver/#5962]
20+
* Fix scheduled notification query failing when ID columns are not of type BIGINT - [apiserver/#5979]
21+
* Avoid NPE when computing Trivy pkgType - [apiserver/#5987]
22+
* Remove leading whitespace from vulnerability badge SVG template - [apiserver/#6000]
23+
* Fix Japanese Trivy analyzer strings - [frontend/#1489]
24+
25+
For a complete list of changes, refer to the respective GitHub milestones:
26+
27+
* [API server milestone 4.14.1](https://github.com/DependencyTrack/dependency-track/milestone/50?closed=1)
28+
* [Frontend milestone 4.14.1](https://github.com/DependencyTrack/frontend/milestone/35?closed=1)
29+
30+
We thank all organizations and individuals who contributed to this release, from logging issues to taking part in discussions on GitHub & Slack to testing of fixes.
31+
32+
Special thanks to everyone who contributed code to implement enhancements and fix defects:
33+
34+
[@Zureno], [@jonbally], [@retanoj], [@shayFoo], [@stohrendorf]
35+
36+
###### dependency-track-apiserver.jar
37+
38+
| Algorithm | Checksum |
39+
|:----------|:---------|
40+
| SHA-1 | TBD |
41+
| SHA-256 | TBD |
42+
43+
###### dependency-track-bundled.jar
44+
45+
| Algorithm | Checksum |
46+
|:----------|:---------|
47+
| SHA-1 | TBD |
48+
| SHA-256 | TBD |
49+
50+
###### frontend-dist.zip
51+
52+
| Algorithm | Checksum |
53+
|:----------|:-----------------------------------------------------------------|
54+
| SHA-1 | a08b4280aad4e9946908ca6fd05e1fbc0ad0f1af |
55+
| SHA-256 | e13d9b729d2082fcfb440bc1deb6f373290d1ead414447d8834368b4dbceec27 |
56+
57+
###### Software Bill of Materials (SBOM)
58+
59+
* API Server: [bom.json](https://github.com/DependencyTrack/dependency-track/releases/download/4.14.1/bom.json)
60+
* Frontend: [bom.json](https://github.com/DependencyTrack/frontend/releases/download/4.14.1/bom.json)
61+
62+
[apiserver/#5958]: https://github.com/DependencyTrack/dependency-track/pull/5958
63+
[apiserver/#5959]: https://github.com/DependencyTrack/dependency-track/pull/5959
64+
[apiserver/#5960]: https://github.com/DependencyTrack/dependency-track/pull/5960
65+
[apiserver/#5962]: https://github.com/DependencyTrack/dependency-track/pull/5962
66+
[apiserver/#5963]: https://github.com/DependencyTrack/dependency-track/pull/5963
67+
[apiserver/#5964]: https://github.com/DependencyTrack/dependency-track/pull/5964
68+
[apiserver/#5979]: https://github.com/DependencyTrack/dependency-track/pull/5979
69+
[apiserver/#5987]: https://github.com/DependencyTrack/dependency-track/pull/5987
70+
[apiserver/#5995]: https://github.com/DependencyTrack/dependency-track/pull/5995
71+
[apiserver/#5996]: https://github.com/DependencyTrack/dependency-track/pull/5996
72+
[apiserver/#6000]: https://github.com/DependencyTrack/dependency-track/pull/6000
73+
74+
[frontend/#1489]: https://github.com/DependencyTrack/frontend/pull/1489
75+
[frontend/#1490]: https://github.com/DependencyTrack/frontend/pull/1490
76+
77+
[@Zureno]: https://github.com/Zureno
78+
[@jonbally]: https://github.com/jonbally
79+
[@retanoj]: https://github.com/retanoj
80+
[@shayFoo]: https://github.com/shayFoo
81+
[@stohrendorf]: https://github.com/stohrendorf

0 commit comments

Comments
 (0)