You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/api-v4/CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,24 @@
1
+
## [2025-06-17] - v0.142.0
2
+
3
+
4
+
### Added:
5
+
6
+
-`has_user_data` to `Linode` type ([#12352](https://github.com/linode/manager/pull/12352))
7
+
8
+
### Changed:
9
+
10
+
- Make AccountMaintenance description field type more specific ([#12293](https://github.com/linode/manager/pull/12293))
11
+
- Include `private_network` in BaseDatabase type ([#12324](https://github.com/linode/manager/pull/12324))
12
+
- Make `placement_group` defined but nullable in `Linode` type ([#12352](https://github.com/linode/manager/pull/12352))
13
+
- Make PrivateNetwork public_access property optional and UpdateDatabasePayload private_network property optional ([#12354](https://github.com/linode/manager/pull/12354))
14
+
15
+
### Upcoming Features:
16
+
17
+
- IAM RBAC: Add role and new entity types ([#12296](https://github.com/linode/manager/pull/12296))
18
+
- Add ACLP `getCloudPulseServiceByServiceType` service and update `ServiceTypes` per API specs ([#12307](https://github.com/linode/manager/pull/12307))
19
+
- IAM RBAC: implement the two new APIs and renamed old endpoints and queries to align terminology with the current focus on roles ([#12344](https://github.com/linode/manager/pull/12344))
20
+
- Change references of `interface` to `linode_interface` for firewall types ([#12367](https://github.com/linode/manager/pull/12367))
0 commit comments