Skip to content

Commit

Permalink
Release PR for v2.12.9 (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
VipulMascarenhas authored Dec 18, 2024
2 parents de214d3 + 7b1937d commit bccfa31
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
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

0 comments on commit bccfa31

Please sign in to comment.