Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release PR for v2.12.9 #1029

Merged
merged 2 commits into from
Dec 18, 2024
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
9 changes: 9 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,23 @@
Release Notes
=============

2.12.9
-------
Release date: December 18, 2024

* Support freeform and defined tags for resource creation in AI Quick Actions.
* Enhance LangChain Integration to accept the route parameter in the request headers.

2.12.8
-------
Release date: November 27, 2024

* Fixed bugs in the AI Quick Actions Model Deployment for models registered via Object Storage.

2.12.7
-------
Release date: November 20, 2024

* Fixed bugs in the AI Quick Actions Evaluation.

2.12.6
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"

# Required
name = "oracle_ads" # the install (PyPI) name; name for local build in [tool.flit.module] section below
version = "2.12.8"
version = "2.12.9"

# Optional
description = "Oracle Accelerated Data Science SDK"
Expand Down
2 changes: 1 addition & 1 deletion tests/unitary/with_extras/aqua/test_deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ class TestDataset:
"created_on": "2024-01-01T00:00:00.000000+00:00",
"created_by": "ocid1.user.oc1..<OCID>",
"endpoint": MODEL_DEPLOYMENT_URL,
"private_endpoint_id": "",
"private_endpoint_id": null,
"environment_variables": {
"BASE_MODEL": "service_models/model-name/artifact",
"MODEL_DEPLOY_ENABLE_STREAMING": "true",
Expand Down
Loading