|
| 1 | +# Upgrading to v0.7.0-alpha.9 |
| 2 | + |
| 3 | +* **Removed `componentMetaInformation` fields from `/api/v1/component/*` endpoints**. The data (publish timestamp, |
| 4 | + hashes from repositories) is now available as `package_metadata` and `package_artifact_metadata` in `/api/v2/components`. |
| 5 | + Refer to the [API v2 OpenAPI spec][openapi-v2] for details. |
| 6 | +* **Introduced `expand`-able fields in API v2**. Certain fields are now excluded from responses by default, but can be |
| 7 | + expanded using the `expand` query parameter. This impacts the `/api/v2/components` and `/api/v2/projects/{uuid}/components` |
| 8 | + endpoints, where `metrics` and `occurrence_count` must be explicitly expanded going forward. |
| 9 | + Refer to the [API v2 OpenAPI spec][openapi-v2] for details. |
| 10 | +* **Removed LDAP synchronization job**. The LDAP integration no longer asynchronously synchronizes users and team |
| 11 | + memberships. Instead, synchronization happens ad-hoc when users successfully log in. This matches the behavior of |
| 12 | + the OIDC integration. |
| 13 | +* **Simplified configuration surface of scheduled tasks**. The following configuration properties are no longer used: |
| 14 | + * `(alpine|dt).worker.threads` |
| 15 | + * `(alpine|dt).worker.thread.multiplier` |
| 16 | + * `(alpine|dt).worker.pool.drain.timeout.duration` |
| 17 | + * `dt.task.internal.component.identification.lock.max.duration` |
| 18 | + * `dt.task.internal.component.identification.lock.min.duration` |
| 19 | + * `dt.task.vulnerability.analysis.lock.max.duration` |
| 20 | + * `dt.task.vulnerability.analysis.lock.min.duration` |
| 21 | + * `dt.task.epss.mirror.lock.max.duration` |
| 22 | + * `dt.task.epss.mirror.lock.min.duration` |
| 23 | + * `dt.task.internal.component.identification.cron` |
| 24 | + * `dt.task.metrics.maintenance.lock.max.duration` |
| 25 | + * `dt.task.metrics.maintenance.lock.min.duration` |
| 26 | +* **Added support for rejected / withdrawn vulnerabilities**. The internal analyzer no longer reports vulnerabilities |
| 27 | + rejected or withdrawn by their source. The UI now shows a *Rejected* badge for such vulnerabilities. |
| 28 | + |
| 29 | +[openapi-v2]: ../../reference/api/v2.md |
0 commit comments