Skip to content

Commit 40c34e8

Browse files
Releasing version 2.128.1
Releasing version 2.128.1
2 parents cad2bdb + b03e6b3 commit 40c34e8

File tree

64 files changed

+4124
-218
lines changed

Some content is hidden

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

64 files changed

+4124
-218
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ 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.128.1 - 2024-06-11
8+
====================
9+
10+
Added
11+
-----
12+
* Support for 23ai based databases in Globally Distributed Database service
13+
* Support for testing span enrichment groups in Application Performance Monitoring service
14+
* Support for subscription suspension and termination orders in Fusion Apps as a Service
15+
* Support for time first occurred and time last occurred for resource sightings in Cloud Guard service
16+
* Support for alarm summary, notification title, and slack duration on create and update operations in Monitoring service
17+
* Support for message creation timestamp in Queue service
18+
619
====================
720
2.128.0 - 2024-06-04
821
====================

docs/api/apm_config.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Apm Config
3030
oci.apm_config.models.CreateOptionsDetails
3131
oci.apm_config.models.CreateSpanFilterDetails
3232
oci.apm_config.models.Dimension
33+
oci.apm_config.models.FilterTextOrId
3334
oci.apm_config.models.Metric
3435
oci.apm_config.models.MetricGroup
3536
oci.apm_config.models.MetricGroupSummary
@@ -43,6 +44,10 @@ Apm Config
4344
oci.apm_config.models.SpanFilter
4445
oci.apm_config.models.SpanFilterReference
4546
oci.apm_config.models.SpanFilterSummary
47+
oci.apm_config.models.TestDetails
48+
oci.apm_config.models.TestOutput
49+
oci.apm_config.models.TestSpanEnrichmentDetails
50+
oci.apm_config.models.TestSpanEnrichmentOutput
4651
oci.apm_config.models.UpdateApdexRulesDetails
4752
oci.apm_config.models.UpdateConfigDetails
4853
oci.apm_config.models.UpdateMetricGroupDetails
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
FilterTextOrId
2+
==============
3+
4+
.. currentmodule:: oci.apm_config.models
5+
6+
.. autoclass:: FilterTextOrId
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
TestDetails
2+
===========
3+
4+
.. currentmodule:: oci.apm_config.models
5+
6+
.. autoclass:: TestDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
TestOutput
2+
==========
3+
4+
.. currentmodule:: oci.apm_config.models
5+
6+
.. autoclass:: TestOutput
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
TestSpanEnrichmentDetails
2+
=========================
3+
4+
.. currentmodule:: oci.apm_config.models
5+
6+
.. autoclass:: TestSpanEnrichmentDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
TestSpanEnrichmentOutput
2+
========================
3+
4+
.. currentmodule:: oci.apm_config.models
5+
6+
.. autoclass:: TestSpanEnrichmentOutput
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/fusion_apps.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Fusion Apps
3535
oci.fusion_apps.models.DataMaskingActivityCollection
3636
oci.fusion_apps.models.DataMaskingActivitySummary
3737
oci.fusion_apps.models.EnvironmentRole
38+
oci.fusion_apps.models.ExtractDetailsCollection
39+
oci.fusion_apps.models.ExtractDetailsSummary
3840
oci.fusion_apps.models.FamilyMaintenancePolicy
3941
oci.fusion_apps.models.FusionEnvironment
4042
oci.fusion_apps.models.FusionEnvironmentCollection
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ExtractDetailsCollection
2+
========================
3+
4+
.. currentmodule:: oci.fusion_apps.models
5+
6+
.. autoclass:: ExtractDetailsCollection
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ExtractDetailsSummary
2+
=====================
3+
4+
.. currentmodule:: oci.fusion_apps.models
5+
6+
.. autoclass:: ExtractDetailsSummary
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

0 commit comments

Comments
 (0)