14
0

Accepting request 1179704 from home:glaubitz:branches:devel:languages:python

- Update to version 2.128.0
  * Support for creating cross-region autonomous data guards in the Database service
  * Support for listing autonomous database peers in the Database service
  * Support for dedicated AI clusters in the Generative AI service
  * Support for Llama chat and Lora Fine-Tuning method in the Generative AI service
  * Support for adding and removing locks for connections, deployments,
    and deployment backups in the GoldenGate service
  * Support for additional connection types for deployments and connections in the GoldenGate service
  * The possible allowed values `OPENAI` and `DALLE3` were removed from the property runtime_type
    in the models LlmInferenceResponse, CohereLlmInferenceResponse, and LlamaLlmInferenceResponse
    in the Generative AI service
  * The property message was removed from the model CohereMessage in the Generative AI service
  * The property chat_request was made required in the model ChatDetails in the Generative AI service

OBS-URL: https://build.opensuse.org/request/show/1179704
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=149
This commit is contained in:
2024-06-11 07:46:09 +00:00
committed by Git OBS Bridge
parent 0fd0a86eb6
commit c4a6aa3a1b
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Jun 10 09:21:29 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 2.128.0
* Support for creating cross-region autonomous data guards in the Database service
* Support for listing autonomous database peers in the Database service
* Support for dedicated AI clusters in the Generative AI service
* Support for Llama chat and Lora Fine-Tuning method in the Generative AI service
* Support for adding and removing locks for connections, deployments,
and deployment backups in the GoldenGate service
* Support for additional connection types for deployments and connections in the GoldenGate service
* The possible allowed values `OPENAI` and `DALLE3` were removed from the property runtime_type
in the models LlmInferenceResponse, CohereLlmInferenceResponse, and LlamaLlmInferenceResponse
in the Generative AI service
* The property message was removed from the model CohereMessage in the Generative AI service
* The property chat_request was made required in the model ChatDetails in the Generative AI service
-------------------------------------------------------------------
Fri May 31 11:56:51 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>