Skip to content

Commit 2f59aa7

Browse files
authored
Merge pull request linode#560 from bbiggerr/api-changelog-release-4.120.0
Add API v4.120.0 Changelog
2 parents 80470a7 + 2c09a99 commit 2f59aa7

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: '4.120.0: 2022-04-18'
3+
date: 2022-04-018T04:00:00.000Z
4+
version: 4.120.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Added
10+
11+
* **Managed MySQL Database Backup Snapshot Create** ([POST /databases/mysql/instances/{instanceId}/backups](https://www.linode.com/docs/api/databases/#managed-mysql-database-backup-snapshot-create))
12+
* You can now create Database snapshot backups with this new beta command.
13+
14+
* **Managed MySQL Database Patch** ([POST /databases/mysql/instances/{instanceId}/patch](http://localhost:1313/docs/api/databases/#managed-mysql-database-create))
15+
* Update the minor version of a Managed MySQL Database with this new beta command.
16+
17+
### Changed
18+
19+
* **Managed MySQL Database Create** ([POST /databases/mysql/instances](https://www.linode.com/docs/api/databases/#managed-mysql-database-create))
20+
* Managed MySQL Databases now include automatic minor version updates, performed during configurable maintenance windows that are configurable with the **Managed MySQL Database Update** ([PUT /databases/mysql/instances/{instanceId}](https://www.linode.com/docs/api/databases/#managed-mysql-database-update)) beta command.
21+
22+
* **IP Addresses Share** ([POST /networking/ips/share](https://www.linode.com/docs/api/networking/#ip-addresses-share))
23+
* This beta command has been re-enabled.
24+
25+
* **PayPal Payment Stage** ([POST /account/payments/paypal](https://www.linode.com/docs/api/account/#paypal-payment-stage))
26+
**Staged/Approved PayPal Payment Execute** ([POST /account/payments/paypal/execute](https://www.linode.com/docs/api/account/#paypal-payment-stage))
27+
* These endpoints have been disabled. PayPal can instead be designated as a Payment Method for automated payments using [Cloud Manager](/docs/guides/manage-billing-in-cloud-manager/#adding-a-new-payment-method).
28+
29+
### Fixed
30+
31+
* **Managed MySQL Database View** ([GET /databases/mysql/instances/{instanceId}](https://www.linode.com/docs/api/databases/#managed-mysql-database-view))
32+
* Fixed a bug preventing this command from executing for provisioning Databases.

0 commit comments

Comments
 (0)