diff --git a/src/content/changelog/cloud-manager-version-1-79-0.md b/src/content/changelog/cloud-manager-version-1-79-0.md new file mode 100644 index 000000000..ddbfbb509 --- /dev/null +++ b/src/content/changelog/cloud-manager-version-1-79-0.md @@ -0,0 +1,21 @@ +--- +title: Cloud Manager v1.79.0 +date: 2022-11-01T00:00:00.000Z +version: 1.79.0 +changelog: + - Cloud Manager +--- + +### Added: +- Set custom UserAgent header for api-v4 when run in node + +### Changed: +- Linode label max characters increased to 64 chars +- Update Configuration Profile doc link +- Marketplace app info button can be focused via keyboard +- Notices that suggest opening a support ticket now include a link to do so + +### Fixed: +- Error when swapping Linode IPs after having already done so +- Issue preventing more than 100 Marketplace apps from appearing +- Error when updating billing contact info without a company name in certain circumstances diff --git a/src/content/changelog/js-client-changelog-0-81-0.md b/src/content/changelog/js-client-changelog-0-81-0.md new file mode 100644 index 000000000..62198e2e9 --- /dev/null +++ b/src/content/changelog/js-client-changelog-0-81-0.md @@ -0,0 +1,14 @@ +--- +title: Linode APIv4 JS Client v0.81.0 +date: 2022-11-01T00:00:00.000Z +version: 0.81.0 +changelog: + - APIv4 JS Client +--- + +### Added: +- `setUserAgentPrefix` helper function to change API request user agent prefix + +### Changed: +- `credentials` field on `ManagedServiceMonitor` is now an array of numbers +- API request user agent reflects environment diff --git a/src/content/changelog/validation-changelog-0-16-0.md b/src/content/changelog/validation-changelog-0-16-0.md new file mode 100644 index 000000000..55a8c6839 --- /dev/null +++ b/src/content/changelog/validation-changelog-0-16-0.md @@ -0,0 +1,10 @@ +--- +title: Linode Validation v0.16.0 +date: 2022-11-01T00:00:00.000Z +version: 0.16.0 +changelog: + - Validation +--- + +### Changed: +- Linode max label length from 32 to 64 characters