diff --git a/content/release_notes/2025/20250130.md b/content/release_notes/2025/20250130.md new file mode 100644 index 0000000000..d3624eab09 --- /dev/null +++ b/content/release_notes/2025/20250130.md @@ -0,0 +1,13 @@ +--- +title: "Release notes: January 30, 2025" +date: "2025-01-30" +tags: + - "release notes" +--- + +#### API + +- Fixed regression where issuing a request for any VSI CPU/Memory Usage data or specific Bandwidth Usage for compute resources with a custom start/finish range results in an incomplete return of the data. NETWORK-14793 +- Fix scheduling dedicated host and reservation deletion during migrations VIRT-13195 +- Adding order id and server or group name to reserved capacity agreement expiration ticket. Add server name to reserved capacity agreement expiration ticket. ACCT-8691 +- Improved performance of SoftLayer_Account::getBandwidthList, especially for accounts with large amounts of compute resources. Fetch bandwidth data from Influx in a non-sequential manner for customer API calls NETWORK-14776 diff --git a/data/sldn_metadata.json b/data/sldn_metadata.json index bf8785e393..f4f923a37b 100644 --- a/data/sldn_metadata.json +++ b/data/sldn_metadata.json @@ -78666,6 +78666,11 @@ "form": "relational", "doc": "A list of features that a generic component model can provide." }, + "pciGeneration": { + "name": "pciGeneration", + "type": "string", + "form": "relational" + }, "capacity": { "name": "capacity", "type": "decimal",