Skip to content

Commit bccfa31

Browse files
Release PR for v2.12.9 (#1029)
2 parents de214d3 + 7b1937d commit bccfa31

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

docs/source/release_notes.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,23 @@
22
Release Notes
33
=============
44

5+
2.12.9
6+
-------
7+
Release date: December 18, 2024
8+
9+
* Support freeform and defined tags for resource creation in AI Quick Actions.
10+
* Enhance LangChain Integration to accept the route parameter in the request headers.
11+
512
2.12.8
613
-------
714
Release date: November 27, 2024
15+
816
* Fixed bugs in the AI Quick Actions Model Deployment for models registered via Object Storage.
917

1018
2.12.7
1119
-------
1220
Release date: November 20, 2024
21+
1322
* Fixed bugs in the AI Quick Actions Evaluation.
1423

1524
2.12.6

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
2121

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

2626
# Optional
2727
description = "Oracle Accelerated Data Science SDK"

tests/unitary/with_extras/aqua/test_deployment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ class TestDataset:
253253
"created_on": "2024-01-01T00:00:00.000000+00:00",
254254
"created_by": "ocid1.user.oc1..<OCID>",
255255
"endpoint": MODEL_DEPLOYMENT_URL,
256-
"private_endpoint_id": "",
256+
"private_endpoint_id": null,
257257
"environment_variables": {
258258
"BASE_MODEL": "service_models/model-name/artifact",
259259
"MODEL_DEPLOY_ENABLE_STREAMING": "true",

0 commit comments

Comments
 (0)