Skip to content

20250130 Release #696

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions content/release_notes/2025/20250130.md
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions data/sldn_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down