|
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 | | -## v7.0.0-alpha.1 (2024-04-09) |
| 5 | +## v7.0.0 (2024-04-09) |
6 | 6 |
|
7 | | -### Chore |
| 7 | +### Breaking |
8 | 8 |
|
9 | | -* chore(deps): bump `py-serializable` to >=1.0.3 to resolve issues with deserialization to XML |
| 9 | +* feat!: Support for CycloneDX v1.6 |
10 | 10 |
|
11 | | -Signed-off-by: Paul Horton <[email protected]> ( [`0398051`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/039805174f76f2b228e4436e01752ec7893df30f)) |
| 11 | +* added draft v1.6 schemas and boilerplate for v1.6 |
| 12 | + |
| 13 | +Signed-off-by: Paul Horton <[email protected]> |
| 14 | + |
| 15 | +* re-generated test snapshots for v1.6 |
| 16 | + |
| 17 | +Signed-off-by: Paul Horton <[email protected]> |
| 18 | + |
| 19 | +* note `bom.metadata.manufacture` as deprecated |
| 20 | + |
| 21 | +Signed-off-by: Paul Horton <[email protected]> |
| 22 | + |
| 23 | +* work on `bom.metadata` for v1.6 |
| 24 | + |
| 25 | +Signed-off-by: Paul Horton <[email protected]> |
| 26 | + |
| 27 | +* Deprecated `.component.author`. Added `.component.authors` and `.component.manufacturer` |
| 28 | + |
| 29 | +Signed-off-by: Paul Horton <[email protected]> |
| 30 | + |
| 31 | +* work to add `.component.omniborid` - but tests deserialisation tests fail due to schema differences (`.component.author` not in 1.6) |
| 32 | + |
| 33 | +Signed-off-by: Paul Horton <[email protected]> |
| 34 | + |
| 35 | +* work to get deserialization tests passing |
| 36 | + |
| 37 | +Signed-off-by: Paul Horton <[email protected]> |
| 38 | + |
| 39 | +* chore(deps): bump `py-serializable` to >=1.0.3 to resolve issues with deserialization to XML |
| 40 | + |
| 41 | +Signed-off-by: Paul Horton <[email protected]> |
| 42 | + |
| 43 | +* imports tidied |
| 44 | + |
| 45 | +Signed-off-by: Paul Horton <[email protected]> |
| 46 | + |
| 47 | +* properly added `.component.swhid` |
| 48 | + |
| 49 | +Signed-off-by: Paul Horton <[email protected]> |
| 50 | + |
| 51 | +* add `.component.cryptoProperties` - with test failures for SchemaVersion < 1.6 |
| 52 | + |
| 53 | +Signed-off-by: Paul Horton <[email protected]> |
| 54 | + |
| 55 | +* typing and bandit ignores |
| 56 | + |
| 57 | +Signed-off-by: Paul Horton <[email protected]> |
| 58 | + |
| 59 | +* coding standards |
| 60 | + |
| 61 | +Signed-off-by: Paul Horton <[email protected]> |
| 62 | + |
| 63 | +* test filtering |
| 64 | + |
| 65 | +Signed-off-by: Paul Horton <[email protected]> |
| 66 | + |
| 67 | +* coding standards |
| 68 | + |
| 69 | +Signed-off-by: Paul Horton <[email protected]> |
| 70 | + |
| 71 | +* additional tests to increase code coverage |
| 72 | + |
| 73 | +Signed-off-by: Paul Horton <[email protected]> |
| 74 | + |
| 75 | +* corrected CryptoMode enum |
| 76 | + |
| 77 | +Signed-off-by: Paul Horton <[email protected]> |
| 78 | + |
| 79 | +* coding standards |
| 80 | + |
| 81 | +Signed-off-by: Paul Horton <[email protected]> |
| 82 | + |
| 83 | +* Added `address` to `organizationalEntity` |
| 84 | + |
| 85 | +Signed-off-by: Paul Horton <[email protected]> |
| 86 | + |
| 87 | +* Added `address` to `organizationalEntity` |
| 88 | + |
| 89 | +Signed-off-by: Paul Horton <[email protected]> |
| 90 | + |
| 91 | +* raise `UserWarning` in `.component.version` has length > 1024 |
| 92 | + |
| 93 | +Signed-off-by: Paul Horton <[email protected]> |
| 94 | + |
| 95 | +* coding standards and typing |
| 96 | + |
| 97 | +Signed-off-by: Paul Horton <[email protected]> |
| 98 | + |
| 99 | +* add `acknowledgement` to `LicenseExpression` (#582) |
| 100 | + |
| 101 | + |
| 102 | +Signed-off-by: Paul Horton <[email protected]> |
| 103 | + |
| 104 | +* more proper way to filter test cases |
| 105 | + |
| 106 | +Signed-off-by: Paul Horton <[email protected]> |
| 107 | + |
| 108 | +* update schema to published versions |
| 109 | + |
| 110 | +Signed-off-by: Paul Horton <[email protected]> |
| 111 | + |
| 112 | +* fetch schema 1.6 JSON |
| 113 | + |
| 114 | +Signed-off-by: Jan Kowalleck <[email protected]> |
| 115 | + |
| 116 | +* fetch test data for CDX 1.6 |
| 117 | + |
| 118 | +Signed-off-by: Jan Kowalleck <[email protected]> |
| 119 | + |
| 120 | +* reformat |
| 121 | + |
| 122 | +Signed-off-by: Jan Kowalleck <[email protected]> |
| 123 | + |
| 124 | +* reformat |
| 125 | + |
| 126 | +Signed-off-by: Jan Kowalleck <[email protected]> |
| 127 | + |
| 128 | +* refactor |
| 129 | + |
| 130 | +Signed-off-by: Jan Kowalleck <[email protected]> |
| 131 | + |
| 132 | +* style |
| 133 | + |
| 134 | +Signed-off-by: Jan Kowalleck <[email protected]> |
| 135 | + |
| 136 | +* refactor |
| 137 | + |
| 138 | +Signed-off-by: Jan Kowalleck <[email protected]> |
| 139 | + |
| 140 | +* docs |
| 141 | + |
| 142 | +Signed-off-by: Jan Kowalleck <[email protected]> |
| 143 | + |
| 144 | +--------- |
| 145 | + |
| 146 | +Signed-off-by: Paul Horton <[email protected]> |
| 147 | +Signed-off-by: Jan Kowalleck <[email protected]> |
| 148 | +Co-authored-by: Jan Kowalleck <[email protected]> ( [`8bbdf46`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/8bbdf461434ab66673a496a8305c2878bf5c88da)) |
| 149 | + |
| 150 | +### Chore |
12 | 151 |
|
13 | 152 | * chore(deps-dev): update autopep8 requirement from 2.0.4 to 2.1.0 (#573) |
14 | 153 |
|
@@ -41,137 +180,6 @@ updated-dependencies: |
41 | 180 | Signed-off-by: dependabot [bot ] <[email protected]> |
42 | 181 | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`d60f457`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/d60f4570621246ce3d68e7f2e7f1aa831fb818f0)) |
43 | 182 |
|
44 | | -### Unknown |
45 | | - |
46 | | -* docs |
47 | | - |
48 | | -Signed-off-by: Jan Kowalleck <[email protected]> ( [`42c6f25`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/42c6f253f0ee4a26230d7c119d622154f34d9795)) |
49 | | - |
50 | | -* refactor |
51 | | - |
52 | | -Signed-off-by: Jan Kowalleck <[email protected]> ( [`b4a133a`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/b4a133ab916ce66a2a955ff1c9bc8596234a8b30)) |
53 | | - |
54 | | -* style |
55 | | - |
56 | | -Signed-off-by: Jan Kowalleck <[email protected]> ( [`0843234`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/084323425fed612331c8f519e0a9ea7dfc4db636)) |
57 | | - |
58 | | -* refactor |
59 | | - |
60 | | -Signed-off-by: Jan Kowalleck <[email protected]> ( [`62c1d9a`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/62c1d9a18c0e0a2efb8f215e68a46057177733a0)) |
61 | | - |
62 | | -* reformat |
63 | | - |
64 | | -Signed-off-by: Jan Kowalleck <[email protected]> ( [`e10ffee`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/e10ffee9c8cd4a2fcfe9f06fce5a1e5d4c8157fe)) |
65 | | - |
66 | | -* reformat |
67 | | - |
68 | | -Signed-off-by: Jan Kowalleck <[email protected]> ( [`e0184cc`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/e0184cc4f098634076d11234b3cb949c5fba5bd9)) |
69 | | - |
70 | | -* fetch test data for CDX 1.6 |
71 | | - |
72 | | -Signed-off-by: Jan Kowalleck <[email protected]> ( [`618a292`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/618a29258d576e96163be51511710232de16fe53)) |
73 | | - |
74 | | -* fetch schema 1.6 JSON |
75 | | - |
76 | | -Signed-off-by: Jan Kowalleck <[email protected]> ( [`289e81a`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/289e81a7e65e39d3960a9e57e9e75079966f2db1)) |
77 | | - |
78 | | -* update schema to published versions |
79 | | - |
80 | | -Signed-off-by: Paul Horton <[email protected]> ( [`0449de2`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/0449de2e87b6907e8712a504d1fb7a5ebf14fbc2)) |
81 | | - |
82 | | -* more proper way to filter test cases |
83 | | - |
84 | | -Signed-off-by: Paul Horton <[email protected]> ( [`0a2ca2c`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/0a2ca2cfe42fd7306b69ea7c5df3d603bca5c43d)) |
85 | | - |
86 | | -* add `acknowledgement` to `LicenseExpression` (#582) |
87 | | - |
88 | | - |
89 | | -Signed-off-by: Paul Horton <[email protected]> ( [`ddd7847`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/ddd7847c9a70faa353000e0cfeeb710d8df5bb93)) |
90 | | - |
91 | | -* coding standards and typing |
92 | | - |
93 | | -Signed-off-by: Paul Horton <[email protected]> ( [`5c97c2d`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/5c97c2d22595479ae4b464baf04da9113c40a549)) |
94 | | - |
95 | | -* raise `UserWarning` in `.component.version` has length > 1024 |
96 | | - |
97 | | -Signed-off-by: Paul Horton <[email protected]> ( [`abebd4f`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/abebd4f63d23d95b1a126c710dabf924689a8695)) |
98 | | - |
99 | | -* Added `address` to `organizationalEntity` |
100 | | - |
101 | | -Signed-off-by: Paul Horton <[email protected]> ( [`1327558`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/1327558454b5f30f478783ae6cbbe4de73f1e011)) |
102 | | - |
103 | | -* Added `address` to `organizationalEntity` |
104 | | - |
105 | | -Signed-off-by: Paul Horton <[email protected]> ( [`318d723`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/318d7238cab1805a3524413b6d10314065284cb7)) |
106 | | - |
107 | | -* coding standards |
108 | | - |
109 | | -Signed-off-by: Paul Horton <[email protected]> ( [`d294620`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/d294620e44d8498025fa98e99e65f3366eb66fc2)) |
110 | | - |
111 | | -* corrected CryptoMode enum |
112 | | - |
113 | | -Signed-off-by: Paul Horton <[email protected]> ( [`71e4bc6`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/71e4bc6fdc70c75187baf51a0e45fb21afe62d79)) |
114 | | - |
115 | | -* additional tests to increase code coverage |
116 | | - |
117 | | -Signed-off-by: Paul Horton <[email protected]> ( [`f504daa`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/f504daadbb633a1e46ab474f97f76717c3358f0b)) |
118 | | - |
119 | | -* coding standards |
120 | | - |
121 | | -Signed-off-by: Paul Horton <[email protected]> ( [`a3e09d1`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/a3e09d1bf0fde331e4e7e4685db4ed391c16d765)) |
122 | | - |
123 | | -* test filtering |
124 | | - |
125 | | -Signed-off-by: Paul Horton <[email protected]> ( [`14f699f`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/14f699fe3d9ea282c47e5a6947d783a6ca0304c5)) |
126 | | - |
127 | | -* coding standards |
128 | | - |
129 | | -Signed-off-by: Paul Horton <[email protected]> ( [`b23df1f`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/b23df1fcbe9af2657e47a436d00409e75bfd6b18)) |
130 | | - |
131 | | -* typing and bandit ignores |
132 | | - |
133 | | -Signed-off-by: Paul Horton <[email protected]> ( [`96a6dc9`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/96a6dc9d5684589951dd3541b5cfa24160689b41)) |
134 | | - |
135 | | -* add `.component.cryptoProperties` - with test failures for SchemaVersion < 1.6 |
136 | | - |
137 | | -Signed-off-by: Paul Horton <[email protected]> ( [`1e71dc3`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/1e71dc3da931500e1c332034cb244bf8230a7360)) |
138 | | - |
139 | | -* properly added `.component.swhid` |
140 | | - |
141 | | -Signed-off-by: Paul Horton <[email protected]> ( [`ee80ea3`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/ee80ea32a91941349e0a81c1b4345a9fa73d6943)) |
142 | | - |
143 | | -* imports tidied |
144 | | - |
145 | | -Signed-off-by: Paul Horton <[email protected]> ( [`875a338`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/875a338337a77fca3f51f41f65136dc5ec1ccdb9)) |
146 | | - |
147 | | -* work to get deserialization tests passing |
148 | | - |
149 | | -Signed-off-by: Paul Horton <[email protected]> ( [`fdece59`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/fdece595c5ffec1f47b0fe5f1fc57aad06677107)) |
150 | | - |
151 | | -* work to add `.component.omniborid` - but tests deserialisation tests fail due to schema differences (`.component.author` not in 1.6) |
152 | | - |
153 | | -Signed-off-by: Paul Horton <[email protected]> ( [`af7b92b`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/af7b92b0b4736610806504f73784333920592a45)) |
154 | | - |
155 | | -* Deprecated `.component.author`. Added `.component.authors` and `.component.manufacturer` |
156 | | - |
157 | | -Signed-off-by: Paul Horton <[email protected]> ( [`6227c08`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/6227c08af50c4c612baaedc64976652cd53e3a1b)) |
158 | | - |
159 | | -* work on `bom.metadata` for v1.6 |
160 | | - |
161 | | -Signed-off-by: Paul Horton <[email protected]> ( [`6192ed8`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/6192ed886faec9b51f080db628659d4246ebae70)) |
162 | | - |
163 | | -* note `bom.metadata.manufacture` as deprecated |
164 | | - |
165 | | -Signed-off-by: Paul Horton <[email protected]> ( [`240dfaa`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/240dfaa00a74c66e71d8d65864bf492b67d5310a)) |
166 | | - |
167 | | -* re-generated test snapshots for v1.6 |
168 | | - |
169 | | -Signed-off-by: Paul Horton <[email protected]> ( [`8132c3e`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/8132c3ec59084e84156eb815e9da9277541e2afd)) |
170 | | - |
171 | | -* added draft v1.6 schemas and boilerplate for v1.6 |
172 | | - |
173 | | -Signed-off-by: Paul Horton <[email protected]> ( [`41ca1e0`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/41ca1e007c73692d5ada6af6318b0c5ff42fa11d)) |
174 | | - |
175 | 183 |
|
176 | 184 | ## v6.4.4 (2024-03-18) |
177 | 185 |
|
|
0 commit comments