|
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | +## v9.1.1-rc.1 (2025-03-03) |
| 6 | + |
| 7 | + |
| 8 | +## v9.1.0 (2025-02-27) |
| 9 | + |
| 10 | +### Feature |
| 11 | + |
| 12 | +* feat: `model.VulnerabilityAnalysis` properties for issued/updated datetime (#794) |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | +Signed-off-by: Indivar Mishra <[email protected]> ( [`4a3955a`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/4a3955a610bad97550e11c426c61c1295b76f804)) |
| 17 | + |
| 18 | +### Fix |
| 19 | + |
| 20 | +* fix: improved comparison functionality of `model.VulnerabilityAnalysis` (#795) |
| 21 | + |
| 22 | +Signed-off-by: Jan Kowalleck <[email protected]> ( [`7d57c73`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/7d57c73ef63bfb016099f4c0312b6702da488efc)) |
| 23 | + |
| 24 | + |
| 25 | +## v9.0.2 (2025-02-26) |
| 26 | + |
| 27 | + |
| 28 | +## v9.0.0 (2025-02-26) |
| 29 | + |
| 30 | +### Breaking |
| 31 | + |
| 32 | +* feat!: 9.0.1 (#777) |
| 33 | + |
| 34 | + |
| 35 | +### BREAKING Changes |
| 36 | + |
| 37 | +* Fix: `model.vulnerability.VulnerabilityReference`'s properties are all |
| 38 | +mandatory |
| 39 | +([#790](https://github.com/CycloneDX/cyclonedx-python-lib/issues/790) |
| 40 | +via [#792](https://github.com/CycloneDX/cyclonedx-python-lib/pull/792)) |
| 41 | +* Refactor: Rename `spdx.is_compund_expression` -> `spdx.is_expression` |
| 42 | +([#779](https://github.com/CycloneDX/cyclonedx-python-lib/pull/779)) |
| 43 | +* Behavior: `BomRef` affects comparison/hashing |
| 44 | +([#754](https://github.com/CycloneDX/cyclonedx-python-lib/pull/754) & |
| 45 | +[#780](https://github.com/CycloneDX/cyclonedx-python-lib/pull/780)) |
| 46 | + This is only a breaking change if you relied on ordering of elements. |
| 47 | +* Behavior: streamline comparison/hashing functions |
| 48 | +([#755](https://github.com/CycloneDX/cyclonedx-python-lib/pull/755)) |
| 49 | + This is only a breaking change if you relied on ordering of elements. |
| 50 | +* Dependency: bump dependency `py-serializable >=2 <3`, was `>=1.1.1 <2` |
| 51 | +([#775](https://github.com/CycloneDX/cyclonedx-python-lib/pull/775)) |
| 52 | +This is only a breaking change if you have other packages depend on that |
| 53 | +specific version. |
| 54 | + |
| 55 | +--------- |
| 56 | + |
| 57 | +Signed-off-by: Jan Kowalleck <[email protected]> |
| 58 | +Signed-off-by: wkoot <[email protected]> |
| 59 | +Signed-off-by: semantic-release <[email protected]> |
| 60 | +Co-authored-by: wkoot <[email protected]> |
| 61 | +Co-authored-by: semantic-release <[email protected]> ( [`e6f91fa`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/e6f91fa98cbb02cda62fd0bc5b1f1b9bf19902ee)) |
| 62 | + |
| 63 | + |
| 64 | +## v8.9.0 (2025-02-25) |
| 65 | + |
| 66 | +### Documentation |
| 67 | + |
| 68 | +* docs: extended instructions for "contributing" (#783) |
| 69 | + |
| 70 | +supersedes |
| 71 | +https://github.com/CycloneDX/cyclonedx-python-lib/pull/773/files#r1954324461 |
| 72 | + |
| 73 | +--------- |
| 74 | + |
| 75 | +Signed-off-by: Jan Kowalleck <[email protected]> ( [`e2a4ed3`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/e2a4ed3608253b65a0f902f225fe7b7dd29ab864)) |
| 76 | + |
| 77 | +### Feature |
| 78 | + |
| 79 | +* feat: avoid raising `NoPropertiesProvidedException` for optional parameters (#786) |
| 80 | + |
| 81 | +the following classes' init no longer raise `NoPropertiesProvidedException`: |
| 82 | +* `cyclonedx.model.IdentifiableAction` |
| 83 | +* `cyclonedx.model.component.Commit` |
| 84 | +* `cyclonedx.model.component.ComponentEvidence` |
| 85 | +* `cyclonedx.model.component.Diff` |
| 86 | +* `cyclonedx.model.component.Pedigree` |
| 87 | +* `cyclonedx.model.issue.IssueTypeSource` |
| 88 | +* `cyclonedx.model.vulnerability.VulnerabilityAnalysis` |
| 89 | +* `cyclonedx.model.vulnerability.VulnerabilityCredits` |
| 90 | +* `cyclonedx.model.vulnerability.VulnerabilityRating` |
| 91 | +* `cyclonedx.model.vulnerability.VulnerabilitySource` |
| 92 | + |
| 93 | +--------- |
| 94 | + |
| 95 | +Signed-off-by: Indivar Mishra <[email protected]> ( [`845b8d5`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/845b8d538d2f0fcadb3a3257a066ad58e3640c97)) |
| 96 | + |
| 97 | + |
| 98 | +## v8.8.0 (2025-02-12) |
| 99 | + |
| 100 | +### Feature |
| 101 | + |
| 102 | +* feat: add `cyclonedx.model.crypto.ProtocolProperties.crypto_refs` (#767) |
| 103 | + |
| 104 | + |
| 105 | +Signed-off-by: Indivar Mishra <[email protected]> ( [`beb35f5`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/beb35f55e3e75d625db45e4ff084dee02e919ef6)) |
| 106 | + |
| 107 | + |
| 108 | +## v8.7.0 (2025-02-06) |
| 109 | + |
| 110 | +### Feature |
| 111 | + |
| 112 | +* feat: allow empty `OrganizationalContact` object (#772) |
| 113 | + |
| 114 | +fixes https://github.com/CycloneDX/cyclonedx-python-lib/issues/771 |
| 115 | + |
| 116 | +--------- |
| 117 | + |
| 118 | +Signed-off-by: Johannes Feichtner <[email protected]> |
| 119 | +Signed-off-by: Johannes Feichtner <[email protected]> ( [`03b35f4`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/03b35f4293ab3b4c402c7bb8ff458831e492cb8b)) |
| 120 | + |
| 121 | + |
| 122 | +## v8.6.0 (2025-02-04) |
| 123 | + |
| 124 | +### Feature |
| 125 | + |
| 126 | +* feat: expand the capabilities of `models.definition.Standard` (#713) |
| 127 | + |
| 128 | + |
| 129 | +--------- |
| 130 | + |
| 131 | +Signed-off-by: Hakan Dilek <[email protected]> |
| 132 | +Signed-off-by: Jan Kowalleck <[email protected]> |
| 133 | +Co-authored-by: Jan Kowalleck <[email protected]> ( [`901dcdc`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/901dcdc60a8a46d30878764d7b8bda69c6ba8b80)) |
| 134 | + |
| 135 | +* feat: allow empty `OrganizationalEntity` object (#768) |
| 136 | + |
| 137 | +fixes https://github.com/CycloneDX/cyclonedx-python-lib/issues/764 |
| 138 | + |
| 139 | +Signed-off-by: Johannes Feichtner <[email protected]> ( [`472bded`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/472bded38cd480ba6885d44c798e015b63c89190)) |
| 140 | + |
| 141 | + |
| 142 | +## v8.5.1 (2025-01-28) |
| 143 | + |
| 144 | +### Documentation |
| 145 | + |
| 146 | +* docs: responsibilities & capabilities (#763) |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | +Signed-off-by: Jan Kowalleck <[email protected]> ( [`ab4ae45`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/ab4ae4578555f010914d7e904133dd478d7c80c1)) |
| 151 | + |
| 152 | +* docs: Fix typos in in conda-forge.md and remove unused reference in README (#762) |
| 153 | + |
| 154 | +- Fix few typos in conda-forge.md |
| 155 | +- Removed unused PEP-508 ref in README.md |
| 156 | + |
| 157 | +Signed-off-by: Arthit Suriyawongkul <[email protected]> ( [`66ece7a`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/66ece7ae0042740a541ceed3048b89c4f2b24145)) |
| 158 | + |
| 159 | +* docs: modernize docstrings for CDX1.6 (#759) |
| 160 | + |
| 161 | +Signed-off-by: Jan Kowalleck <[email protected]> ( [`fb9a42e`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/fb9a42ef9bda6407ddf4c49e75d10aa0fc91e46d)) |
| 162 | + |
| 163 | +### Feature |
| 164 | + |
| 165 | +* feat: couple classes and their serializes (#757) |
| 166 | + |
| 167 | +Deprecates `.serialization.BomRefHelper` and |
| 168 | +`.serialization.LicenseRepositoryHelper` |
| 169 | + |
| 170 | +fixes #756 |
| 171 | + |
| 172 | +--------- |
| 173 | + |
| 174 | +Signed-off-by: Jan Kowalleck <[email protected]> ( [`6003feb`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/6003febaa032969732ee246deb739d1e13bae581)) |
| 175 | + |
| 176 | + |
| 177 | +## v8.5.0 (2024-11-18) |
| 178 | + |
| 179 | +### Documentation |
| 180 | + |
| 181 | +* docs: remove invalid docsting note about auto-assigned `bom-ref` values (#733) ([`5aa5787`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/5aa5787767c60dc23fd09f6cf14e54e5b0efceb4)) |
| 182 | + |
| 183 | +### Feature |
| 184 | + |
| 185 | +* feat: support CycloneDX 1.6.1 (#742) |
| 186 | + |
| 187 | + |
| 188 | +Signed-off-by: Jan Kowalleck <[email protected]> ( [`55eafed`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/55eafedf50d395911a697bd9c85eeab5820934ff)) |
| 189 | + |
| 190 | + |
5 | 191 | ## v8.4.0 (2024-10-29) |
6 | 192 |
|
7 | 193 | ### Feature |
|
0 commit comments