Skip to content

Commit 86ea38e

Browse files
Releasing version 65.55.0
Releasing version 65.55.0
2 parents 0b566f3 + 84aed81 commit 86ea38e

File tree

607 files changed

+9154
-1102
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

607 files changed

+9154
-1102
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66

7+
## 65.55.0 - 2023-12-12
8+
### Added
9+
- Support for changing compartments of configurations in the PostgreSQL service
10+
- Support for granular policies including compartments, resource types, and recommendations in the Optimizer service
11+
- Support for token exchanges in the Identity Domains service
12+
- Support for Apache HTTP server discovery and monitoring in the Stack Monitoring service
13+
- Support for resource locking in the Data Catalog service
14+
- Support for concurrency throttling in the Data Integration service
15+
- Support for reboot migrations for VMs on dedicated hosts in the Compute service
16+
- Support for connection routing method settings and subnet update in the GoldenGate service
17+
- Support for data discovery of commonly used sensitive types in the Data Safe service
18+
- Support for incremental extraction and updates to the workflows in the Data Integration service
19+
20+
### Breaking Changes
21+
- Support for default retries on the operations of the Optimizer service
22+
- The parameters `Etag` and `Configuration` were removed from the model `ChangeConfigurationCompartmentResponse` in the PostgreSQL service
23+
24+
725
## 65.54.0 - 2023-12-04
826
### Added
927
- Support for calling Oracle Cloud Infrastructure services in the eu-dcc-zurich-1 and the sa-bogota-1 region

accessgovernancecp/accessgovernancecp_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type AccessGovernanceCPClient struct {
2727
// the configuration provider will be used for the default signer as well as reading the region
2828
func NewAccessGovernanceCPClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client AccessGovernanceCPClient, err error) {
2929
if enabled := common.CheckForEnabledServices("accessgovernancecp"); !enabled {
30-
return client, fmt.Errorf("the Alloy configuration disabled this service, this behavior is controlled by OciSdkEnabledServicesMap variables. Please check if your local alloy_config file configured the service you're targeting or contact the cloud provider on the availability of this service")
30+
return client, fmt.Errorf("the Developer Tool configuration disabled this service, this behavior is controlled by OciSdkEnabledServicesMap variables. Please check if your local developer-tool-configuration.json file configured the service you're targeting or contact the cloud provider on the availability of this service")
3131
}
3232
provider, err := auth.GetGenericConfigurationProvider(configProvider)
3333
if err != nil {

adm/adm_applicationdependencymanagement_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type ApplicationDependencyManagementClient struct {
2727
// the configuration provider will be used for the default signer as well as reading the region
2828
func NewApplicationDependencyManagementClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client ApplicationDependencyManagementClient, err error) {
2929
if enabled := common.CheckForEnabledServices("adm"); !enabled {
30-
return client, fmt.Errorf("the Alloy configuration disabled this service, this behavior is controlled by OciSdkEnabledServicesMap variables. Please check if your local alloy_config file configured the service you're targeting or contact the cloud provider on the availability of this service")
30+
return client, fmt.Errorf("the Developer Tool configuration disabled this service, this behavior is controlled by OciSdkEnabledServicesMap variables. Please check if your local developer-tool-configuration.json file configured the service you're targeting or contact the cloud provider on the availability of this service")
3131
}
3232
provider, err := auth.GetGenericConfigurationProvider(configProvider)
3333
if err != nil {

aianomalydetection/aianomalydetection_anomalydetection_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type AnomalyDetectionClient struct {
2929
// the configuration provider will be used for the default signer as well as reading the region
3030
func NewAnomalyDetectionClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client AnomalyDetectionClient, err error) {
3131
if enabled := common.CheckForEnabledServices("aianomalydetection"); !enabled {
32-
return client, fmt.Errorf("the Alloy configuration disabled this service, this behavior is controlled by OciSdkEnabledServicesMap variables. Please check if your local alloy_config file configured the service you're targeting or contact the cloud provider on the availability of this service")
32+
return client, fmt.Errorf("the Developer Tool configuration disabled this service, this behavior is controlled by OciSdkEnabledServicesMap variables. Please check if your local developer-tool-configuration.json file configured the service you're targeting or contact the cloud provider on the availability of this service")
3333
}
3434
provider, err := auth.GetGenericConfigurationProvider(configProvider)
3535
if err != nil {

aidocument/aidocument_aiservicedocument_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type AIServiceDocumentClient struct {
2727
// the configuration provider will be used for the default signer as well as reading the region
2828
func NewAIServiceDocumentClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client AIServiceDocumentClient, err error) {
2929
if enabled := common.CheckForEnabledServices("aidocument"); !enabled {
30-
return client, fmt.Errorf("the Alloy configuration disabled this service, this behavior is controlled by OciSdkEnabledServicesMap variables. Please check if your local alloy_config file configured the service you're targeting or contact the cloud provider on the availability of this service")
30+
return client, fmt.Errorf("the Developer Tool configuration disabled this service, this behavior is controlled by OciSdkEnabledServicesMap variables. Please check if your local developer-tool-configuration.json file configured the service you're targeting or contact the cloud provider on the availability of this service")
3131
}
3232
provider, err := auth.GetGenericConfigurationProvider(configProvider)
3333
if err != nil {

ailanguage/ailanguage_aiservicelanguage_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type AIServiceLanguageClient struct {
2929
// the configuration provider will be used for the default signer as well as reading the region
3030
func NewAIServiceLanguageClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client AIServiceLanguageClient, err error) {
3131
if enabled := common.CheckForEnabledServices("ailanguage"); !enabled {
32-
return client, fmt.Errorf("the Alloy configuration disabled this service, this behavior is controlled by OciSdkEnabledServicesMap variables. Please check if your local alloy_config file configured the service you're targeting or contact the cloud provider on the availability of this service")
32+
return client, fmt.Errorf("the Developer Tool configuration disabled this service, this behavior is controlled by OciSdkEnabledServicesMap variables. Please check if your local developer-tool-configuration.json file configured the service you're targeting or contact the cloud provider on the availability of this service")
3333
}
3434
provider, err := auth.GetGenericConfigurationProvider(configProvider)
3535
if err != nil {

aispeech/aispeech_aiservicespeech_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type AIServiceSpeechClient struct {
2727
// the configuration provider will be used for the default signer as well as reading the region
2828
func NewAIServiceSpeechClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client AIServiceSpeechClient, err error) {
2929
if enabled := common.CheckForEnabledServices("aispeech"); !enabled {
30-
return client, fmt.Errorf("the Alloy configuration disabled this service, this behavior is controlled by OciSdkEnabledServicesMap variables. Please check if your local alloy_config file configured the service you're targeting or contact the cloud provider on the availability of this service")
30+
return client, fmt.Errorf("the Developer Tool configuration disabled this service, this behavior is controlled by OciSdkEnabledServicesMap variables. Please check if your local developer-tool-configuration.json file configured the service you're targeting or contact the cloud provider on the availability of this service")
3131
}
3232
provider, err := auth.GetGenericConfigurationProvider(configProvider)
3333
if err != nil {

aivision/aivision_aiservicevision_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type AIServiceVisionClient struct {
2727
// the configuration provider will be used for the default signer as well as reading the region
2828
func NewAIServiceVisionClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client AIServiceVisionClient, err error) {
2929
if enabled := common.CheckForEnabledServices("aivision"); !enabled {
30-
return client, fmt.Errorf("the Alloy configuration disabled this service, this behavior is controlled by OciSdkEnabledServicesMap variables. Please check if your local alloy_config file configured the service you're targeting or contact the cloud provider on the availability of this service")
30+
return client, fmt.Errorf("the Developer Tool configuration disabled this service, this behavior is controlled by OciSdkEnabledServicesMap variables. Please check if your local developer-tool-configuration.json file configured the service you're targeting or contact the cloud provider on the availability of this service")
3131
}
3232
provider, err := auth.GetGenericConfigurationProvider(configProvider)
3333
if err != nil {

analytics/analytics_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type AnalyticsClient struct {
2727
// the configuration provider will be used for the default signer as well as reading the region
2828
func NewAnalyticsClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client AnalyticsClient, err error) {
2929
if enabled := common.CheckForEnabledServices("analytics"); !enabled {
30-
return client, fmt.Errorf("the Alloy configuration disabled this service, this behavior is controlled by OciSdkEnabledServicesMap variables. Please check if your local alloy_config file configured the service you're targeting or contact the cloud provider on the availability of this service")
30+
return client, fmt.Errorf("the Developer Tool configuration disabled this service, this behavior is controlled by OciSdkEnabledServicesMap variables. Please check if your local developer-tool-configuration.json file configured the service you're targeting or contact the cloud provider on the availability of this service")
3131
}
3232
provider, err := auth.GetGenericConfigurationProvider(configProvider)
3333
if err != nil {

announcementsservice/announcementsservice_announcement_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type AnnouncementClient struct {
2727
// the configuration provider will be used for the default signer as well as reading the region
2828
func NewAnnouncementClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client AnnouncementClient, err error) {
2929
if enabled := common.CheckForEnabledServices("announcementsservice"); !enabled {
30-
return client, fmt.Errorf("the Alloy configuration disabled this service, this behavior is controlled by OciSdkEnabledServicesMap variables. Please check if your local alloy_config file configured the service you're targeting or contact the cloud provider on the availability of this service")
30+
return client, fmt.Errorf("the Developer Tool configuration disabled this service, this behavior is controlled by OciSdkEnabledServicesMap variables. Please check if your local developer-tool-configuration.json file configured the service you're targeting or contact the cloud provider on the availability of this service")
3131
}
3232
provider, err := auth.GetGenericConfigurationProvider(configProvider)
3333
if err != nil {

0 commit comments

Comments
 (0)