Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@ Change Log
All notable changes to this project will be documented in this file.

The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.
====================
2.122.0 - 2024-02-20
====================


Added
-----
* Support for calling Oracle Cloud Infrastructure services in the me-dcc-doha-1 region
* Support for Secure Desktops service
* Support for enabling and disabling Simultaneous Multithreading (SMT) for virtual machines in the Compute service
* Support for Bring Your Own Container Jobs (BYOC v2) in the Data Science service
* Support for expanded language translation in the AI Language service
* Support for additional flags for ignoring transliteration and text length to be considered for determining dominant language in the AI Language service

Breaking
--------
* The model `PreTrainedPhiModelDetails` was removed in the AI Language service
* The field `system_tags` has changed type from `dict(str, object)` to `dict(str, dict(str, object))` in the models `endpoint`, `endpoint_summary`, `model`, `model_summary`, `project`, and `project_summary` in the AI Language service

====================
2.121.1 - 2024-02-13
====================
Expand Down
138 changes: 136 additions & 2 deletions THIRD_PARTY_LICENSES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ OCI toolkit for Python Third Party License File
- BSD 3-Clause "New" or "Revised" License
- GNU Lesser General Public License v2.1
- PSF License
- OpenSSL License
- Original SSLeay License
-------------------------------- Notices -------------------------------
Requests
Copyright 2019 Kenneth Reitz
Expand Down Expand Up @@ -96,7 +98,7 @@ urllib3

circuitbreaker
* Copyright (c) 2016-2020, Fabian Fuelling opensource@fabfuel.de. All rights reserved.
* License: MIT License
* License: BSD-3-Clause New License
* Source code: https://github.com/fabfuel/circuitbreaker
* Project home: https://pypi.org/project/circuitbreaker

Expand All @@ -118,6 +120,19 @@ sseclient
* Source code: https://github.com/mpetazzoni/sseclient
* Project home: https://github.com/mpetazzoni/sseclient

openssl
* Copyright (c) 1998-2023 The OpenSSL Project Authors
* Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
* License: Apache License 2.0, OpenSSL License, Original SSLeay License
* Source code: https://github.com/openssl/openssl
* Project home: https://www.openssl.org/

libffi
* Copyright (c) 1996-2024 Anthony Green, Red Hat, Inc and others.
* License: The MIT License
* Source code: https://github.com/libffi/libffi
* Project home: https://github.com/libffi/libffi

=============================== Licenses ===============================

------------------------------ MIT License -----------------------------
Expand Down Expand Up @@ -1234,4 +1249,123 @@ That's all there is to it!

8. By copying, installing or otherwise using Python 2.7.12, Licensee agrees
to be bound by the terms and conditions of this License Agreement.
------------------------------------------------------------------------
------------------------------------------------------------------------

OpenSSL License
---------------

/* ====================================================================
* Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* 3. All advertising materials mentioning features or use of this
* software must display the following acknowledgment:
* "This product includes software developed by the OpenSSL Project
* for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
*
* 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
* endorse or promote products derived from this software without
* prior written permission. For written permission, please contact
* openssl-core@openssl.org.
*
* 5. Products derived from this software may not be called "OpenSSL"
* nor may "OpenSSL" appear in their names without prior written
* permission of the OpenSSL Project.
*
* 6. Redistributions of any form whatsoever must retain the following
* acknowledgment:
* "This product includes software developed by the OpenSSL Project
* for use in the OpenSSL Toolkit (http://www.openssl.org/)"
*
* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
* OF THE POSSIBILITY OF SUCH DAMAGE.
* ====================================================================
*
* This product includes cryptographic software written by Eric Young
* (eay@cryptsoft.com). This product includes software written by Tim
* Hudson (tjh@cryptsoft.com).
*
*/
------------------------------------------------------------------------

Original SSLeay License
-----------------------

/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-commercial use as long as
* the following conditions are aheared to. The following conditions
* apply to all code found in this distribution, be it the RC4, RSA,
* lhash, DES, etc., code; not just the SSL code. The SSL documentation
* included with this distribution is covered by the same copyright terms
* except that the holder is Tim Hudson (tjh@cryptsoft.com).
*
* Copyright remains Eric Young's, and as such any Copyright notices in
* the code are not to be removed.
* If this package is used in a product, Eric Young should be given attribution
* as the author of the parts of the library used.
* This can be in the form of a textual message at program startup or
* in documentation (online or textual) provided with the package.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* "This product includes cryptographic software written by
* Eric Young (eay@cryptsoft.com)"
* The word 'cryptographic' can be left out if the rouines from the library
* being used are not cryptographic related :-).
* 4. If you include any Windows specific code (or a derivative thereof) from
* the apps directory (application code) you must include an acknowledgement:
* "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
*
* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* The licence and distribution terms for any publically available version or
* derivative of this code cannot be changed. i.e. this code cannot simply be
* copied and put under another distribution licence
* [including the GNU Public Licence.]
*/
------------------------------------------------------------------------
1 change: 0 additions & 1 deletion docs/api/ai_language.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ Ai Language
oci.ai_language.models.PreTrainedKeyPhraseExtractionModelDetails
oci.ai_language.models.PreTrainedLanguageDetectionModelDetails
oci.ai_language.models.PreTrainedNamedEntityRecognitionModelDetails
oci.ai_language.models.PreTrainedPhiModelDetails
oci.ai_language.models.PreTrainedPiiModelDetails
oci.ai_language.models.PreTrainedSentimentAnalysisModelDetails
oci.ai_language.models.PreTrainedSummarization
Expand Down
3 changes: 3 additions & 0 deletions docs/api/core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Core Services
oci.core.models.AmdRomeBmPlatformConfig
oci.core.models.AmdVmLaunchInstancePlatformConfig
oci.core.models.AmdVmPlatformConfig
oci.core.models.AmdVmUpdateInstancePlatformConfig
oci.core.models.AppCatalogListing
oci.core.models.AppCatalogListingResourceVersion
oci.core.models.AppCatalogListingResourceVersionAgreements
Expand Down Expand Up @@ -391,6 +392,7 @@ Core Services
oci.core.models.IntelSkylakeBmPlatformConfig
oci.core.models.IntelVmLaunchInstancePlatformConfig
oci.core.models.IntelVmPlatformConfig
oci.core.models.IntelVmUpdateInstancePlatformConfig
oci.core.models.InternetGateway
oci.core.models.IpsecTunnelDrgAttachmentNetworkDetails
oci.core.models.Ipv6
Expand Down Expand Up @@ -524,6 +526,7 @@ Core Services
oci.core.models.UpdateInstanceConfigurationDetails
oci.core.models.UpdateInstanceConsoleConnectionDetails
oci.core.models.UpdateInstanceDetails
oci.core.models.UpdateInstancePlatformConfig
oci.core.models.UpdateInstancePoolDetails
oci.core.models.UpdateInstancePoolPlacementConfigurationDetails
oci.core.models.UpdateInstanceShapeConfigDetails
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
AmdVmUpdateInstancePlatformConfig
=================================

.. currentmodule:: oci.core.models

.. autoclass:: AmdVmUpdateInstancePlatformConfig
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
IntelVmUpdateInstancePlatformConfig
===================================

.. currentmodule:: oci.core.models

.. autoclass:: IntelVmUpdateInstancePlatformConfig
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
UpdateInstancePlatformConfig
============================

.. currentmodule:: oci.core.models

.. autoclass:: UpdateInstancePlatformConfig
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
2 changes: 2 additions & 0 deletions docs/api/data_science.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Data Science
oci.data_science.models.InstanceConfiguration
oci.data_science.models.Job
oci.data_science.models.JobConfigurationDetails
oci.data_science.models.JobEnvironmentConfigurationDetails
oci.data_science.models.JobInfrastructureConfigurationDetails
oci.data_science.models.JobLogConfigurationDetails
oci.data_science.models.JobRun
Expand Down Expand Up @@ -89,6 +90,7 @@ Data Science
oci.data_science.models.NotebookSessionShapeSummary
oci.data_science.models.NotebookSessionSummary
oci.data_science.models.ObjectStorageMountConfigurationDetails
oci.data_science.models.OcirContainerJobEnvironmentConfigurationDetails
oci.data_science.models.OcirModelDeploymentEnvironmentConfigurationDetails
oci.data_science.models.Pipeline
oci.data_science.models.PipelineConfigurationDetails
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
JobEnvironmentConfigurationDetails
==================================

.. currentmodule:: oci.data_science.models

.. autoclass:: JobEnvironmentConfigurationDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
OcirContainerJobEnvironmentConfigurationDetails
===============================================

.. currentmodule:: oci.data_science.models

.. autoclass:: OcirContainerJobEnvironmentConfigurationDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
48 changes: 48 additions & 0 deletions docs/api/desktops.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
Desktops
========

.. autosummary::
:toctree: desktops/client
:nosignatures:
:template: autosummary/service_client.rst

oci.desktops.DesktopServiceClient
oci.desktops.DesktopServiceClientCompositeOperations

--------
Models
--------

.. autosummary::
:toctree: desktops/models
:nosignatures:
:template: autosummary/model_class.rst

oci.desktops.models.ChangeDesktopPoolCompartmentDetails
oci.desktops.models.CreateDesktopPoolDetails
oci.desktops.models.Desktop
oci.desktops.models.DesktopAvailabilityPolicy
oci.desktops.models.DesktopCollection
oci.desktops.models.DesktopDevicePolicy
oci.desktops.models.DesktopImage
oci.desktops.models.DesktopNetworkConfiguration
oci.desktops.models.DesktopPool
oci.desktops.models.DesktopPoolCollection
oci.desktops.models.DesktopPoolDesktopCollection
oci.desktops.models.DesktopPoolDesktopSummary
oci.desktops.models.DesktopPoolSummary
oci.desktops.models.DesktopPoolVolumeCollection
oci.desktops.models.DesktopPoolVolumeSummary
oci.desktops.models.DesktopSchedule
oci.desktops.models.DesktopSummary
oci.desktops.models.HostingOptions
oci.desktops.models.UpdateDesktopDetails
oci.desktops.models.UpdateDesktopPoolDetails
oci.desktops.models.WorkRequest
oci.desktops.models.WorkRequestError
oci.desktops.models.WorkRequestErrorCollection
oci.desktops.models.WorkRequestLogEntry
oci.desktops.models.WorkRequestLogEntryCollection
oci.desktops.models.WorkRequestResource
oci.desktops.models.WorkRequestSummary
oci.desktops.models.WorkRequestSummaryCollection
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
DesktopServiceClient
====================

.. currentmodule:: oci.desktops

.. autoclass:: DesktopServiceClient
:special-members: __init__
:members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
DesktopServiceClientCompositeOperations
=======================================

.. currentmodule:: oci.desktops

.. autoclass:: DesktopServiceClientCompositeOperations
:special-members: __init__
:members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ChangeDesktopPoolCompartmentDetails
===================================

.. currentmodule:: oci.desktops.models

.. autoclass:: ChangeDesktopPoolCompartmentDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CreateDesktopPoolDetails
========================

.. currentmodule:: oci.desktops.models

.. autoclass:: CreateDesktopPoolDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Loading