|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 |
|
5 | 5 | The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
| 6 | +## 2.75.0 - 2023-12-04 |
| 7 | +### Added |
| 8 | +- Support for calling Oracle Cloud Infrastructure services in the eu-dcc-zurich-1 and the sa-bogota-1 region |
| 9 | +- Support for managing certificates of target Servers in the Golden Gate service |
| 10 | +- Support for AWR Hub Snapshot ingest endpoints in the Operations Insights service |
| 11 | +- Support for reducing false positives in the Application Dependency Management service |
| 12 | +- Support for ARM shapes in the Data Science service |
| 13 | +- Support for new optional parameters in the upload discovery data API in the Usage service |
| 14 | +- Support for multiple clusters in a Software-Defined Data Centers (SDDCs) in the VMWare Solution service |
| 15 | +- Support for No/Zero days backup in Autonomous Container Database in the Database service |
| 16 | +- Support for provisioning a VM Cluster with a choice of Exadata image version in the Database service |
| 17 | +- Support for updating ocpu/ecpu count, local storage, ACD count and Exadata storage on Cloud Autonomous VM Cluster and Autonomous VM Cluster in the Database service |
| 18 | +- Support for serial console history in the Database service |
| 19 | +- Support for Oracle Linux 8 version database system in the Database service |
| 20 | + |
| 21 | +### Breaking Changes |
| 22 | +- Fields `sddcId`, `currentSku`, `nextSku`, were renamed to `clusterId`, `currentCommitment`, `nextCommitment` in models `CreateEsxiHostDetails`, `EsxiHost` and `EsxiHostSummary` in the VMWare Solution service |
| 23 | +- Field `failedEsxiHostId` was removed from `CreateEsxiHostDetails` model in the VMWare Solution service |
| 24 | +- Field `nonUpgradedEsxiHostId` was renamed to `EsxiSoftwareVersion` in `CreateEsxiHostDetails` model in the VMWare Solution service |
| 25 | +- Field `esxiHostsCount` was removed from `CreateEsxiHostDetails` model in the VMWare Solution service |
| 26 | +- Fields `provisioningSubnetId`, `vsphereVlanId`, `vmotionVlanId`, `vsanVlanId`, `nsxVTepVlanId`, `nsxEdgeVTepVlanId`, `nsxEdgeUplink1VlanId`, `nsxEdgeUplink2VlanId`, `instanceDisplayNamePrefix`, `initialSku`, `isHcxEnabled`, `hcxVlanId`, `isHcxEnterpriseEnabled` were removed from `CreateSddcDetails` model in the VMWare Solution service |
| 27 | +- Fields `vsphereVlanId`, `vmotionVlanId`, `vsanVlanId`, `nsxVTepVlanId`, `nsxEdgeVTepVlanId`, `nsxEdgeUplink1VlanId`, `nsxEdgeUplink2VlanId`, `replicationVlanId`, `provisioningVlanId`, `hcxVlanId` were removed from `UpdateSddcDetails` model in the VMWare Solution service |
| 28 | +- Fields `supportedSddcTypes` and `isSupportMonthlySku` were removed from `SupportedHostShapeSummary` model in the VMWare Solution service |
| 29 | +- Field `computeAvailabilityDomain` was removed from `Sddc` and `SddcSummary` models in the VMWare Solution service |
| 30 | +- Field `sddcType` was removed from `ListSupportedHostShapesRequest` model in the VMWare Solution service |
| 31 | + |
| 32 | + |
6 | 33 | ## 2.74.0 - 2023-11-14
|
7 | 34 | ### Added
|
8 | 35 | - Support for the PostgreSQL service
|
@@ -128,6 +155,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
128 | 155 | - Support for additional parameters in vaults and keys for external key managers in Key Management service
|
129 | 156 | - Support for domains while creating integration instances in Oracle Integration Cloud service
|
130 | 157 |
|
| 158 | +### Fixed |
| 159 | +- Fixed an issue that causes http request failures when requesting certificates from the server in `URLBasedX509CertificateSupplier` with NodeJS 20 |
| 160 | + |
131 | 161 | ## 2.70.1 - 2023-09-12
|
132 | 162 |
|
133 | 163 | ### Added
|
@@ -215,6 +245,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
215 | 245 | - Support for support field in class metric in the AI Language service
|
216 | 246 | - Support for Compute Cloud at Customer resource type in the Operator Access Control service
|
217 | 247 | - Support for managing account management info, account recovery settings, app roles, apps, app status changers, grants, identity propagation trusts and settings, request-able groups, requests, security questions, OAuth tokens, and user attribute settings in the Identity Domains service
|
| 248 | +- Added support for NodeJS 20 |
| 249 | + |
218 | 250 |
|
219 | 251 | ### Breaking Changes
|
220 | 252 |
|
|
0 commit comments