API: Make ns.cloud.purchaseServer() and ns.cloud.deleteServer() use hostname as provided (#2560)

This commit is contained in:
catloversg
2026-03-09 03:57:13 +07:00
committed by GitHub
parent e329082a48
commit 342dea77fa
4 changed files with 13 additions and 6 deletions
+7
View File
@@ -575,5 +575,12 @@ export const breakingChanges300: VersionBreakingChange = {
info: "ns.sleeve.travel() did not cancel the sleeve's current task. It does now.",
showWarning: false,
},
{
brokenAPIs: [{ name: "ns.cloud.purchaseServer" }, { name: "ns.cloud.deleteServer" }],
info:
"ns.cloud.purchaseServer() and ns.cloud.deleteServer() previously removed whitespace from the provided hostname inconsistently.\n" +
"They now use the hostname as provided.",
showWarning: false,
},
],
};