Skip to content

Commit 31f38df

Browse files
authoredAug 8, 2023
Releasing version 2.110.0
Releasing version 2.110.0
2 parents 5f5da37 + 0eef56c commit 31f38df

File tree

705 files changed

+97863
-5405
lines changed

Some content is hidden

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

705 files changed

+97863
-5405
lines changed
 

‎CHANGELOG.rst

+24
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@ Change Log
33
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/>`_.
6+
====================
7+
2.110.0 - 2023-08-08
8+
====================
9+
10+
Added
11+
-----
12+
* Support for backup retention on autonomous database create operations in the Database service
13+
* Support for exclude tables for replication in the Database Migration service
14+
* Support for adding and updating auto failover maximum data loss limits for local autonomous data guards in the Database service
15+
* Support for limiting networking diagram ingestion in the Networking Monitoring service
16+
* Support for new operations for deployment upgrades in the GoldenGate service
17+
* Support for getting model type information and base model versions while creating language custom models in the AI Language service
18+
* Support for support field in class metric in the AI Language service
19+
* Support for Compute Cloud at Customer resource type in the Operator Access Control service
20+
* 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
21+
22+
Breaking
23+
--------
24+
* Property `ipv6_cidr_block` is removed from models `Vcn` and `CreateVcnDetails` in the Networking Monitoring service
25+
* Property `ipv6_public_cidr_block` is removed from models `Vcn` and `Subnet` in the Networking Monitoring service
26+
* Property `is_internet_access_allowed` is removed from models `UpdateIpv6Details`, `Ipv6` and `CreateIpv6Details` in the Networking Monitoring service
27+
* Property `public_ip_address` is removed from model `Ipv6` in the Networking Monitoring service
28+
* Support for retries by default on operations of the Operator Access Control service
29+
630
====================
731
2.109.0 - 2023-08-01
832
====================

‎docs/api/ai_language.rst

+13
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Ai Language
3232
oci.ai_language.models.BatchDetectLanguageTextClassificationResult
3333
oci.ai_language.models.BatchLanguageTranslationDetails
3434
oci.ai_language.models.BatchLanguageTranslationResult
35+
oci.ai_language.models.Capabilities
36+
oci.ai_language.models.Capability
3537
oci.ai_language.models.ChangeEndpointCompartmentDetails
3638
oci.ai_language.models.ChangeModelCompartmentDetails
3739
oci.ai_language.models.ChangeProjectCompartmentDetails
@@ -78,6 +80,7 @@ Ai Language
7880
oci.ai_language.models.ModelCollection
7981
oci.ai_language.models.ModelDetails
8082
oci.ai_language.models.ModelSummary
83+
oci.ai_language.models.ModelTypeInfo
8184
oci.ai_language.models.NamedEntityRecognitionEvaluationResult
8285
oci.ai_language.models.NamedEntityRecognitionEvaluationResults
8386
oci.ai_language.models.NamedEntityRecognitionModelDetails
@@ -91,6 +94,16 @@ Ai Language
9194
oci.ai_language.models.PiiEntityRemove
9295
oci.ai_language.models.PiiEntityReplace
9396
oci.ai_language.models.PreDeployedLanguageModels
97+
oci.ai_language.models.PreTrainedHealthNluModelDetails
98+
oci.ai_language.models.PreTrainedKeyPhraseExtractionModelDetails
99+
oci.ai_language.models.PreTrainedLanguageDetectionModelDetails
100+
oci.ai_language.models.PreTrainedNamedEntityRecognitionModelDetails
101+
oci.ai_language.models.PreTrainedPhiModelDetails
102+
oci.ai_language.models.PreTrainedPiiModelDetails
103+
oci.ai_language.models.PreTrainedSentimentAnalysisModelDetails
104+
oci.ai_language.models.PreTrainedSummarization
105+
oci.ai_language.models.PreTrainedTextClassificationModelDetails
106+
oci.ai_language.models.PreTrainedUniversalModel
94107
oci.ai_language.models.Project
95108
oci.ai_language.models.ProjectCollection
96109
oci.ai_language.models.ProjectSummary

0 commit comments

Comments
 (0)