Skip to content

Commit ed8d099

Browse files
committed
Update docs metadata
1 parent 08883bc commit ed8d099

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

docs-ref-services/latest/cosmos-readme.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Azure Cosmos DB SQL API client library for Python
33
keywords: Azure, python, SDK, API, azure-cosmos, cosmos
4-
ms.date: 11/14/2025
4+
ms.date: 12/08/2025
55
ms.topic: reference
66
ms.devlang: python
77
ms.service: cosmos
88
---
9-
# Azure Cosmos DB SQL API client library for Python - version 4.14.2
9+
# Azure Cosmos DB SQL API client library for Python - version 4.14.3
1010

1111

1212
## _Disclaimer_
@@ -34,7 +34,7 @@ Use the Azure Cosmos DB SQL API SDK for Python to manage databases and the JSON
3434

3535
### Important update on Python 2.x Support
3636

37-
New releases of this SDK won't support Python 2.x starting January 1st, 2022. Please check the [CHANGELOG](https://github.com/Azure/azure-sdk-for-python/blob/azure-cosmos_4.14.2/sdk/cosmos/azure-cosmos/CHANGELOG.md) for more information.
37+
New releases of this SDK won't support Python 2.x starting January 1st, 2022. Please check the [CHANGELOG](https://github.com/Azure/azure-sdk-for-python/blob/azure-cosmos_4.14.3/sdk/cosmos/azure-cosmos/CHANGELOG.md) for more information.
3838

3939
### Prerequisites
4040

@@ -1065,7 +1065,7 @@ to use this functionality are the following:
10651065
pip install azure-core-tracing-opentelemetry
10661066
pip install opentelemetry-sdk
10671067
```
1068-
For more information on this, we recommend taking a look at this [document](https://github.com/Azure/azure-sdk-for-python/blob/azure-cosmos_4.14.2/sdk/core/azure-core-tracing-opentelemetry/README.md)
1068+
For more information on this, we recommend taking a look at this [document](https://github.com/Azure/azure-sdk-for-python/blob/azure-cosmos_4.14.3/sdk/core/azure-core-tracing-opentelemetry/README.md)
10691069
from Azure Core describing how to set it up. We have also added a [sample file][telemetry_sample] to show how it can
10701070
be used with our SDK. This works the same way regardless of the Cosmos client you are using.
10711071

@@ -1083,11 +1083,11 @@ For more extensive documentation on the Cosmos DB service, see the [Azure Cosmos
10831083
[cosmos_container]: https://learn.microsoft.com/azure/cosmos-db/databases-containers-items#azure-cosmos-containers
10841084
[cosmos_database]: https://learn.microsoft.com/azure/cosmos-db/databases-containers-items#azure-cosmos-databases
10851085
[cosmos_docs]: https://learn.microsoft.com/azure/cosmos-db/
1086-
[cosmos_samples]: https://github.com/Azure/azure-sdk-for-python/tree/azure-cosmos_4.14.2/sdk/cosmos/azure-cosmos/samples
1086+
[cosmos_samples]: https://github.com/Azure/azure-sdk-for-python/tree/azure-cosmos_4.14.3/sdk/cosmos/azure-cosmos/samples
10871087
[cosmos_pypi]: https://pypi.org/project/azure-cosmos/
10881088
[cosmos_http_status_codes]: https://learn.microsoft.com/rest/api/cosmos-db/http-status-codes-for-cosmosdb
10891089
[cosmos_item]: https://learn.microsoft.com/azure/cosmos-db/databases-containers-items#azure-cosmos-items
1090-
[cosmos_models]: https://github.com/Azure/azure-sdk-for-python/tree/azure-cosmos_4.14.2/sdk/cosmos/azure-cosmos/azure/cosmos/_models.py
1090+
[cosmos_models]: https://github.com/Azure/azure-sdk-for-python/tree/azure-cosmos_4.14.3/sdk/cosmos/azure-cosmos/azure/cosmos/_models.py
10911091
[cosmos_request_units]: https://learn.microsoft.com/azure/cosmos-db/request-units
10921092
[cosmos_resources]: https://learn.microsoft.com/azure/cosmos-db/databases-containers-items
10931093
[cosmos_sql_queries]: https://learn.microsoft.com/azure/cosmos-db/how-to-sql-query
@@ -1104,26 +1104,26 @@ For more extensive documentation on the Cosmos DB service, see the [Azure Cosmos
11041104
[ref_cosmosclient]: https://aka.ms/azsdk-python-cosmos-ref-cosmos-client
11051105
[ref_database]: https://aka.ms/azsdk-python-cosmos-ref-database
11061106
[ref_httpfailure]: https://aka.ms/azsdk-python-cosmos-ref-http-failure
1107-
[sample_database_mgmt]: https://github.com/Azure/azure-sdk-for-python/tree/azure-cosmos_4.14.2/sdk/cosmos/azure-cosmos/samples/database_management.py
1108-
[sample_document_mgmt]: https://github.com/Azure/azure-sdk-for-python/tree/azure-cosmos_4.14.2/sdk/cosmos/azure-cosmos/samples/document_management.py
1109-
[sample_document_mgmt_async]: https://github.com/Azure/azure-sdk-for-python/tree/azure-cosmos_4.14.2/sdk/cosmos/azure-cosmos/samples/document_management_async.py
1110-
[sample_examples_misc]: https://github.com/Azure/azure-sdk-for-python/tree/azure-cosmos_4.14.2/sdk/cosmos/azure-cosmos/samples/examples.py
1111-
[source_code]: https://github.com/Azure/azure-sdk-for-python/tree/azure-cosmos_4.14.2/sdk/cosmos/azure-cosmos
1107+
[sample_database_mgmt]: https://github.com/Azure/azure-sdk-for-python/tree/azure-cosmos_4.14.3/sdk/cosmos/azure-cosmos/samples/database_management.py
1108+
[sample_document_mgmt]: https://github.com/Azure/azure-sdk-for-python/tree/azure-cosmos_4.14.3/sdk/cosmos/azure-cosmos/samples/document_management.py
1109+
[sample_document_mgmt_async]: https://github.com/Azure/azure-sdk-for-python/tree/azure-cosmos_4.14.3/sdk/cosmos/azure-cosmos/samples/document_management_async.py
1110+
[sample_examples_misc]: https://github.com/Azure/azure-sdk-for-python/tree/azure-cosmos_4.14.3/sdk/cosmos/azure-cosmos/samples/examples.py
1111+
[source_code]: https://github.com/Azure/azure-sdk-for-python/tree/azure-cosmos_4.14.3/sdk/cosmos/azure-cosmos
11121112
[venv]: https://docs.python.org/3/library/venv.html
11131113
[virtualenv]: https://virtualenv.pypa.io
1114-
[telemetry_sample]: https://github.com/Azure/azure-sdk-for-python/tree/azure-cosmos_4.14.2/sdk/cosmos/azure-cosmos/samples/tracing_open_telemetry.py
1115-
[timeouts_document]: https://github.com/Azure/azure-sdk-for-python/tree/azure-cosmos_4.14.2/sdk/cosmos/azure-cosmos/docs/TimeoutAndRetriesConfig.md
1114+
[telemetry_sample]: https://github.com/Azure/azure-sdk-for-python/tree/azure-cosmos_4.14.3/sdk/cosmos/azure-cosmos/samples/tracing_open_telemetry.py
1115+
[timeouts_document]: https://github.com/Azure/azure-sdk-for-python/tree/azure-cosmos_4.14.3/sdk/cosmos/azure-cosmos/docs/TimeoutAndRetriesConfig.md
11161116
[cosmos_transactional_batch]: https://learn.microsoft.com/azure/cosmos-db/nosql/transactional-batch
1117-
[cosmos_concurrency_sample]: https://github.com/Azure/azure-sdk-for-python/tree/azure-cosmos_4.14.2/sdk/cosmos/azure-cosmos/samples/concurrency_sample.py
1118-
[cosmos_index_sample]: https://github.com/Azure/azure-sdk-for-python/tree/azure-cosmos_4.14.2/sdk/cosmos/azure-cosmos/samples/index_management.py
1119-
[cosmos_index_sample_async]: https://github.com/Azure/azure-sdk-for-python/tree/azure-cosmos_4.14.2/sdk/cosmos/azure-cosmos/samples/index_management_async.py
1117+
[cosmos_concurrency_sample]: https://github.com/Azure/azure-sdk-for-python/tree/azure-cosmos_4.14.3/sdk/cosmos/azure-cosmos/samples/concurrency_sample.py
1118+
[cosmos_index_sample]: https://github.com/Azure/azure-sdk-for-python/tree/azure-cosmos_4.14.3/sdk/cosmos/azure-cosmos/samples/index_management.py
1119+
[cosmos_index_sample_async]: https://github.com/Azure/azure-sdk-for-python/tree/azure-cosmos_4.14.3/sdk/cosmos/azure-cosmos/samples/index_management_async.py
11201120
[RRF]: https://learn.microsoft.com/azure/search/hybrid-search-ranking
11211121
[BM25]: https://learn.microsoft.com/azure/search/index-similarity-and-scoring
11221122
[cosmos_fts]: https://aka.ms/cosmosfulltextsearch
11231123
[cosmos_index_policy_change]: https://learn.microsoft.com/azure/cosmos-db/index-policy#modifying-the-indexing-policy
1124-
[cosmos_throughput_bucket_sample]: https://github.com/Azure/azure-sdk-for-python/tree/azure-cosmos_4.14.2/sdk/cosmos/azure-cosmos/samples/throughput_bucket_management.py
1125-
[cosmos_throughput_bucket_sample_async]: https://github.com/Azure/azure-sdk-for-python/tree/azure-cosmos_4.14.2/sdk/cosmos/azure-cosmos/samples/throughput_bucket_management_async.py
1126-
[cosmos_diagnostics_filter_sample]: https://github.com/Azure/azure-sdk-for-python/blob/azure-cosmos_4.14.2/sdk/cosmos/azure-cosmos/samples/diagnostics_filter_sample.py
1124+
[cosmos_throughput_bucket_sample]: https://github.com/Azure/azure-sdk-for-python/tree/azure-cosmos_4.14.3/sdk/cosmos/azure-cosmos/samples/throughput_bucket_management.py
1125+
[cosmos_throughput_bucket_sample_async]: https://github.com/Azure/azure-sdk-for-python/tree/azure-cosmos_4.14.3/sdk/cosmos/azure-cosmos/samples/throughput_bucket_management_async.py
1126+
[cosmos_diagnostics_filter_sample]: https://github.com/Azure/azure-sdk-for-python/blob/azure-cosmos_4.14.3/sdk/cosmos/azure-cosmos/samples/diagnostics_filter_sample.py
11271127
[cosmos_throughput_bucket_configuration]: https://learn.microsoft.com/azure/cosmos-db/nosql/throughput-buckets#configuring-throughput-buckets
11281128

11291129
## Contributing

metadata/latest/azure-cosmos.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "azure-cosmos",
3-
"Version": "4.14.2",
3+
"Version": "4.14.3",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/cosmos/azure-cosmos",
66
"ServiceDirectory": "cosmos",
@@ -10,17 +10,17 @@
1010
"SdkType": "client",
1111
"IsNewSdk": true,
1212
"ArtifactName": "azure-cosmos",
13-
"ReleaseStatus": "2025-11-14",
13+
"ReleaseStatus": "2025-12-08",
1414
"IncludedForValidation": false,
1515
"AdditionalValidationPackages": [
1616
""
1717
],
1818
"ArtifactDetails": {
1919
"safeName": "azurecosmos",
20+
"name": "azure-cosmos",
2021
"triggeringPaths": [
2122
"/sdk/cosmos/ci.yml"
22-
],
23-
"name": "azure-cosmos"
23+
]
2424
},
2525
"CIParameters": {
2626
"CIMatrixConfigs": []

0 commit comments

Comments
 (0)