diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt
index 2ae15904a3a1..552488a5703b 100644
--- a/eng/versioning/version_client.txt
+++ b/eng/versioning/version_client.txt
@@ -104,20 +104,20 @@ com.azure:azure-core-test;1.27.0-beta.13;1.27.0-beta.14
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.61;1.0.0-beta.62
com.azure:azure-core-tracing-opentelemetry-samples;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core-version-tests;1.0.0-beta.1;1.0.0-beta.1
-com.azure:azure-cosmos;4.75.0;4.76.0-beta.1
+com.azure:azure-cosmos;4.75.0;4.76.0
com.azure:azure-cosmos-benchmark;4.0.1-beta.1;4.0.1-beta.1
com.azure.cosmos.spark:azure-cosmos-spark_3;0.0.1-beta.1;0.0.1-beta.1
com.azure.cosmos.spark:azure-cosmos-spark_3-5;0.0.1-beta.1;0.0.1-beta.1
-com.azure:azure-cosmos-encryption;2.24.0;2.25.0-beta.1
+com.azure:azure-cosmos-encryption;2.24.0;2.25.0
com.azure.cosmos.spark:azure-cosmos-spark-account-data-resolver-sample;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-cosmos-test;1.0.0-beta.15;1.0.0-beta.16
-com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.41.0;4.42.0-beta.1
-com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12;4.41.0;4.42.0-beta.1
-com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;4.41.0;4.42.0-beta.1
+com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.41.0;4.42.0
+com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12;4.41.0;4.42.0
+com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;4.41.0;4.42.0
com.azure.cosmos.spark:fabric-cosmos-spark-auth_3;1.1.0;1.2.0-beta.1
com.azure:azure-cosmos-tests;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-data-appconfiguration;1.8.5;1.9.0-beta.1
-com.azure.cosmos.kafka:azure-cosmos-kafka-connect;2.6.1;2.7.0-beta.1
+com.azure.cosmos.kafka:azure-cosmos-kafka-connect;2.6.1;2.7.0
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-data-schemaregistry;1.5.9;1.6.0-beta.1
com.azure:azure-data-schemaregistry-apacheavro;1.1.30;1.2.0-beta.3
diff --git a/sdk/cosmos/azure-cosmos-benchmark/pom.xml b/sdk/cosmos/azure-cosmos-benchmark/pom.xml
index d865417c6dca..ee6a3ab1f2b1 100644
--- a/sdk/cosmos/azure-cosmos-benchmark/pom.xml
+++ b/sdk/cosmos/azure-cosmos-benchmark/pom.xml
@@ -52,13 +52,13 @@ Licensed under the MIT License.
com.azure
azure-cosmos
- 4.76.0-beta.1
+ 4.76.0
com.azure
azure-cosmos-encryption
- 2.25.0-beta.1
+ 2.25.0
diff --git a/sdk/cosmos/azure-cosmos-encryption/CHANGELOG.md b/sdk/cosmos/azure-cosmos-encryption/CHANGELOG.md
index a7cc8f227e3b..2f1827c9242a 100644
--- a/sdk/cosmos/azure-cosmos-encryption/CHANGELOG.md
+++ b/sdk/cosmos/azure-cosmos-encryption/CHANGELOG.md
@@ -1,15 +1,10 @@
## Release History
-### 2.25.0-beta.1 (Unreleased)
-
-#### Features Added
-
-#### Breaking Changes
-
-#### Bugs Fixed
+### 2.25.0 (2025-12-09)
#### Other Changes
* Enabled hostname validation for RNTBD connections to backend - [PR 47111](https://github.com/Azure/azure-sdk-for-java/pull/47111)
+* Updated `azure-cosmos` to version `4.76.0`.
### 2.24.0 (2025-10-21)
#### Other Changes
diff --git a/sdk/cosmos/azure-cosmos-encryption/README.md b/sdk/cosmos/azure-cosmos-encryption/README.md
index d460dca455f1..1a79332f7457 100644
--- a/sdk/cosmos/azure-cosmos-encryption/README.md
+++ b/sdk/cosmos/azure-cosmos-encryption/README.md
@@ -12,7 +12,7 @@ The Azure Cosmos Encryption Plugin is used for encrypting data with a user-provi
com.azure
azure-cosmos-encryption
- 2.25.0-beta.1
+ 2.25.0
```
[//]: # ({x-version-update-end})
diff --git a/sdk/cosmos/azure-cosmos-encryption/pom.xml b/sdk/cosmos/azure-cosmos-encryption/pom.xml
index 1a2eeb22d564..2ec6e7beb33e 100644
--- a/sdk/cosmos/azure-cosmos-encryption/pom.xml
+++ b/sdk/cosmos/azure-cosmos-encryption/pom.xml
@@ -13,7 +13,7 @@ Licensed under the MIT License.
com.azure
azure-cosmos-encryption
- 2.25.0-beta.1
+ 2.25.0
Encryption Plugin for Azure Cosmos DB SDK
This Package contains Encryption Plugin for Microsoft Azure Cosmos SDK
jar
@@ -61,7 +61,7 @@ Licensed under the MIT License.
com.azure
azure-cosmos
- 4.76.0-beta.1
+ 4.76.0
diff --git a/sdk/cosmos/azure-cosmos-kafka-connect/CHANGELOG.md b/sdk/cosmos/azure-cosmos-kafka-connect/CHANGELOG.md
index 0fec6fe0780b..6649ce12fbaa 100644
--- a/sdk/cosmos/azure-cosmos-kafka-connect/CHANGELOG.md
+++ b/sdk/cosmos/azure-cosmos-kafka-connect/CHANGELOG.md
@@ -1,12 +1,6 @@
## Release History
-### 2.7.0-beta.1 (Unreleased)
-
-#### Features Added
-
-#### Breaking Changes
-
-#### Bugs Fixed
+### 2.7.0 (2025-12-09)
#### Other Changes
* Enabled hostname validation for RNTBD connections to backend - [PR 47111](https://github.com/Azure/azure-sdk-for-java/pull/47111)
diff --git a/sdk/cosmos/azure-cosmos-kafka-connect/pom.xml b/sdk/cosmos/azure-cosmos-kafka-connect/pom.xml
index 8c667bf4db24..5590ebb9ff63 100644
--- a/sdk/cosmos/azure-cosmos-kafka-connect/pom.xml
+++ b/sdk/cosmos/azure-cosmos-kafka-connect/pom.xml
@@ -13,7 +13,7 @@ Licensed under the MIT License.
com.azure.cosmos.kafka
azure-cosmos-kafka-connect
- 2.7.0-beta.1
+ 2.7.0
Apache Kafka Connect connector for Azure Cosmos DB
This Package contains an Apache Kafka Connect source and sink connector for Azure Cosmos DB
jar
@@ -92,7 +92,7 @@ Licensed under the MIT License.
com.azure
azure-cosmos
- 4.76.0-beta.1
+ 4.76.0
+ 4.42.0
provided
@@ -292,7 +292,7 @@
com.fasterxml.jackson.core:jackson-databind:[2.15.2]
com.fasterxml.jackson.module:jackson-module-scala_2.12:[2.15.2]
com.globalmentor:hadoop-bare-naked-local-fs:[0.1.0]
- com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12:[4.42.0-beta.1]
+ com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12:[4.42.0]
diff --git a/sdk/cosmos/azure-cosmos-spark_3-3_2-12/CHANGELOG.md b/sdk/cosmos/azure-cosmos-spark_3-3_2-12/CHANGELOG.md
index 6191c9707903..e9d916e21278 100644
--- a/sdk/cosmos/azure-cosmos-spark_3-3_2-12/CHANGELOG.md
+++ b/sdk/cosmos/azure-cosmos-spark_3-3_2-12/CHANGELOG.md
@@ -1,12 +1,6 @@
## Release History
-### 4.42.0-beta.1 (Unreleased)
-
-#### Features Added
-
-#### Breaking Changes
-
-#### Bugs Fixed
+### 4.42.0 (2025-12-09)
#### Other Changes
* Enabled hostname validation for RNTBD connections to backend - [PR 47111](https://github.com/Azure/azure-sdk-for-java/pull/47111)
diff --git a/sdk/cosmos/azure-cosmos-spark_3-3_2-12/README.md b/sdk/cosmos/azure-cosmos-spark_3-3_2-12/README.md
index 053d8392eca9..0505e35766ca 100644
--- a/sdk/cosmos/azure-cosmos-spark_3-3_2-12/README.md
+++ b/sdk/cosmos/azure-cosmos-spark_3-3_2-12/README.md
@@ -28,6 +28,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
#### azure-cosmos-spark_3-3_2-12
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
+| 4.42.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* |
| 4.41.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* |
| 4.40.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* |
| 4.39.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* |
@@ -76,6 +77,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
#### azure-cosmos-spark_3-4_2-12
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes | Supported Fabric Runtimes |
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|---------------------------|
+| 4.42.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | |
| 4.41.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | |
| 4.40.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | |
| 4.39.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | |
@@ -115,6 +117,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
#### azure-cosmos-spark_3-5_2-12
| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes | Supported Fabric Runtimes |
|-----------|--------------------------|----------------------|----------------------------|-------------------------------|------------------------------|
+| 4.42.0 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\*, 16.4 LTS | 1.3.\* |
| 4.41.0 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\*, 16.4 LTS | 1.3.\* |
| 4.40.0 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\* | |
| 4.39.0 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\* | |
@@ -140,11 +143,11 @@ to use the same version of Scala that Spark was compiled for.
### Download
You can use the maven coordinate of the jar to auto install the Spark Connector to your Databricks Runtime from Maven:
-`com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12:4.41.0`
+`com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12:4.42.0`
You can also integrate against Cosmos DB Spark Connector in your SBT project:
```scala
-libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-3_2-12" % "4.41.0"
+libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-3_2-12" % "4.42.0"
```
Cosmos DB Spark Connector is available on [Maven Central Repo](https://central.sonatype.com/search?namespace=com.azure.cosmos.spark).
diff --git a/sdk/cosmos/azure-cosmos-spark_3-3_2-12/pom.xml b/sdk/cosmos/azure-cosmos-spark_3-3_2-12/pom.xml
index 315bc2259f92..1a47781a1995 100644
--- a/sdk/cosmos/azure-cosmos-spark_3-3_2-12/pom.xml
+++ b/sdk/cosmos/azure-cosmos-spark_3-3_2-12/pom.xml
@@ -11,7 +11,7 @@
com.azure.cosmos.spark
azure-cosmos-spark_3-3_2-12
- 4.42.0-beta.1
+ 4.42.0
jar
https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cosmos/azure-cosmos-spark_3-3_2-12
OLTP Spark 3.3 Connector for Azure Cosmos DB SQL API
diff --git a/sdk/cosmos/azure-cosmos-spark_3-4_2-12/CHANGELOG.md b/sdk/cosmos/azure-cosmos-spark_3-4_2-12/CHANGELOG.md
index d685256cc544..d622f4e51c74 100644
--- a/sdk/cosmos/azure-cosmos-spark_3-4_2-12/CHANGELOG.md
+++ b/sdk/cosmos/azure-cosmos-spark_3-4_2-12/CHANGELOG.md
@@ -1,12 +1,6 @@
## Release History
-### 4.42.0-beta.1 (Unreleased)
-
-#### Features Added
-
-#### Breaking Changes
-
-#### Bugs Fixed
+### 4.42.0 (2025-12-09)
#### Other Changes
* Enabled hostname validation for RNTBD connections to backend - [PR 47111](https://github.com/Azure/azure-sdk-for-java/pull/47111)
diff --git a/sdk/cosmos/azure-cosmos-spark_3-4_2-12/README.md b/sdk/cosmos/azure-cosmos-spark_3-4_2-12/README.md
index c0d946a96911..d551e14f9324 100644
--- a/sdk/cosmos/azure-cosmos-spark_3-4_2-12/README.md
+++ b/sdk/cosmos/azure-cosmos-spark_3-4_2-12/README.md
@@ -28,6 +28,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
#### azure-cosmos-spark_3-4_2-12
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes | Supported Fabric Runtimes |
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|---------------------------|
+| 4.42.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | |
| 4.41.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | |
| 4.40.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | |
| 4.39.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | |
@@ -67,6 +68,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
#### azure-cosmos-spark_3-3_2-12
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
+| 4.42.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* |
| 4.41.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* |
| 4.40.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* |
| 4.39.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* |
@@ -115,6 +117,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
#### azure-cosmos-spark_3-5_2-12
| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes | Supported Fabric Runtimes |
|-----------|--------------------------|----------------------|--------------------------|-------------------------------|---------------------------|
+| 4.42.0 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\*, 16.4 LTS | 1.3.\* |
| 4.41.0 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\*, 16.4 LTS | 1.3.\* |
| 4.40.0 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\* | |
| 4.39.0 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\* | |
@@ -140,11 +143,11 @@ to use the same version of Scala that Spark was compiled for.
### Download
You can use the maven coordinate of the jar to auto install the Spark Connector to your Databricks Runtime from Maven:
-`com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12:4.41.0`
+`com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12:4.42.0`
You can also integrate against Cosmos DB Spark Connector in your SBT project:
```scala
-libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-4_2-12" % "4.41.0"
+libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-4_2-12" % "4.42.0"
```
Cosmos DB Spark Connector is available on [Maven Central Repo](https://central.sonatype.com/search?namespace=com.azure.cosmos.spark).
diff --git a/sdk/cosmos/azure-cosmos-spark_3-4_2-12/pom.xml b/sdk/cosmos/azure-cosmos-spark_3-4_2-12/pom.xml
index 0ec4dd9d214a..90f9b182a9e7 100644
--- a/sdk/cosmos/azure-cosmos-spark_3-4_2-12/pom.xml
+++ b/sdk/cosmos/azure-cosmos-spark_3-4_2-12/pom.xml
@@ -11,7 +11,7 @@
com.azure.cosmos.spark
azure-cosmos-spark_3-4_2-12
- 4.42.0-beta.1
+ 4.42.0
jar
https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cosmos/azure-cosmos-spark_3-4_2-12
OLTP Spark 3.4 Connector for Azure Cosmos DB SQL API
diff --git a/sdk/cosmos/azure-cosmos-spark_3-5_2-12/CHANGELOG.md b/sdk/cosmos/azure-cosmos-spark_3-5_2-12/CHANGELOG.md
index aa37319a326e..1ff935c9bbbe 100644
--- a/sdk/cosmos/azure-cosmos-spark_3-5_2-12/CHANGELOG.md
+++ b/sdk/cosmos/azure-cosmos-spark_3-5_2-12/CHANGELOG.md
@@ -1,12 +1,6 @@
## Release History
-### 4.42.0-beta.1 (Unreleased)
-
-#### Features Added
-
-#### Breaking Changes
-
-#### Bugs Fixed
+### 4.42.0 (2025-12-09)
#### Other Changes
* Enabled hostname validation for RNTBD connections to backend - [PR 47111](https://github.com/Azure/azure-sdk-for-java/pull/47111)
diff --git a/sdk/cosmos/azure-cosmos-spark_3-5_2-12/README.md b/sdk/cosmos/azure-cosmos-spark_3-5_2-12/README.md
index 250fba8bb05e..66133ef0ebf3 100644
--- a/sdk/cosmos/azure-cosmos-spark_3-5_2-12/README.md
+++ b/sdk/cosmos/azure-cosmos-spark_3-5_2-12/README.md
@@ -28,6 +28,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
#### azure-cosmos-spark_3-5_2-12
| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes | Supported Fabric Runtimes |
|-----------|--------------------------|-----------------------|---------------------------|-------------------------------|---------------------------|
+| 4.42.0 | 3.5.0 | [8, 11] | 2.12 | 14.\*, 15.\*, 16.4 LTS | 1.3.\* |
| 4.41.0 | 3.5.0 | [8, 11] | 2.12 | 14.\*, 15.\*, 16.4 LTS | 1.3.\* |
| 4.40.0 | 3.5.0 | [8, 11] | 2.12 | 14.\*, 15.\* | |
| 4.39.0 | 3.5.0 | [8, 11] | 2.12 | 14.\*, 15.\* | |
@@ -53,6 +54,7 @@ to use the same version of Scala that Spark was compiled for.
#### azure-cosmos-spark_3-4_2-12
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes | Supported Fabric Runtimes |
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|---------------------------|
+| 4.42.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | |
| 4.41.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | |
| 4.40.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | |
| 4.39.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | |
@@ -92,6 +94,7 @@ to use the same version of Scala that Spark was compiled for.
#### azure-cosmos-spark_3-3_2-12
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
+| 4.42.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* |
| 4.41.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* |
| 4.40.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* |
| 4.39.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* |
@@ -140,11 +143,11 @@ to use the same version of Scala that Spark was compiled for.
### Download
You can use the maven coordinate of the jar to auto install the Spark Connector to your Databricks Runtime from Maven:
-`com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12:4.41.0`
+`com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12:4.42.0`
You can also integrate against Cosmos DB Spark Connector in your SBT project:
```scala
-libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-5_2-12" % "4.41.0"
+libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-5_2-12" % "4.42.0"
```
Cosmos DB Spark Connector is available on [Maven Central Repo](https://central.sonatype.com/search?namespace=com.azure.cosmos.spark).
diff --git a/sdk/cosmos/azure-cosmos-spark_3-5_2-12/pom.xml b/sdk/cosmos/azure-cosmos-spark_3-5_2-12/pom.xml
index 11f0ab4f685a..d5871f8baef6 100644
--- a/sdk/cosmos/azure-cosmos-spark_3-5_2-12/pom.xml
+++ b/sdk/cosmos/azure-cosmos-spark_3-5_2-12/pom.xml
@@ -11,7 +11,7 @@
com.azure.cosmos.spark
azure-cosmos-spark_3-5_2-12
- 4.42.0-beta.1
+ 4.42.0
jar
https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cosmos/azure-cosmos-spark_3-5_2-12
OLTP Spark 3.5 Connector for Azure Cosmos DB SQL API
diff --git a/sdk/cosmos/azure-cosmos-spark_3/docs/quick-start.md b/sdk/cosmos/azure-cosmos-spark_3/docs/quick-start.md
index ca4c67e9a197..b335f91f470c 100644
--- a/sdk/cosmos/azure-cosmos-spark_3/docs/quick-start.md
+++ b/sdk/cosmos/azure-cosmos-spark_3/docs/quick-start.md
@@ -25,13 +25,13 @@ You can use any other Spark 3.5 spark offering as well, also you should be able
SLF4J is only needed if you plan to use logging, please also download an SLF4J binding which will link the SLF4J API with the logging implementation of your choice. See the [SLF4J user manual](https://www.slf4j.org/manual.html) for more information.
For Spark 3.3:
-- Install Cosmos DB Spark Connector, in your spark Cluster [com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12:4.41.0](https://search.maven.org/artifact/com.azure.cosmos.spark/azure-cosmos-spark_3-3_2-12/4.41.0/jar)
+- Install Cosmos DB Spark Connector, in your spark Cluster [com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12:4.42.0](https://search.maven.org/artifact/com.azure.cosmos.spark/azure-cosmos-spark_3-3_2-12/4.42.0/jar)
For Spark 3.4:
-- Install Cosmos DB Spark Connector, in your spark Cluster [com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12:4.41.0](https://search.maven.org/artifact/com.azure.cosmos.spark/azure-cosmos-spark_3-4_2-12/4.41.0/jar)
+- Install Cosmos DB Spark Connector, in your spark Cluster [com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12:4.42.0](https://search.maven.org/artifact/com.azure.cosmos.spark/azure-cosmos-spark_3-4_2-12/4.42.0/jar)
For Spark 3.5:
-- Install Cosmos DB Spark Connector, in your spark Cluster [com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12:4.41.0](https://search.maven.org/artifact/com.azure.cosmos.spark/azure-cosmos-spark_3-5_2-12/4.41.0/jar)
+- Install Cosmos DB Spark Connector, in your spark Cluster [com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12:4.42.0](https://search.maven.org/artifact/com.azure.cosmos.spark/azure-cosmos-spark_3-5_2-12/4.42.0/jar)
The getting started guide is based on PySpark however you can use the equivalent scala version as well, and you can run the following code snippet in an Azure Databricks PySpark notebook.
diff --git a/sdk/cosmos/azure-cosmos-spark_3/pom.xml b/sdk/cosmos/azure-cosmos-spark_3/pom.xml
index f01429ebb7a1..612967d22177 100644
--- a/sdk/cosmos/azure-cosmos-spark_3/pom.xml
+++ b/sdk/cosmos/azure-cosmos-spark_3/pom.xml
@@ -58,7 +58,7 @@
com.azure
azure-cosmos
- 4.76.0-beta.1
+ 4.76.0
org.slf4j
diff --git a/sdk/cosmos/azure-cosmos-test/CHANGELOG.md b/sdk/cosmos/azure-cosmos-test/CHANGELOG.md
index a2e41ee8b5a1..3b135b2f16d2 100644
--- a/sdk/cosmos/azure-cosmos-test/CHANGELOG.md
+++ b/sdk/cosmos/azure-cosmos-test/CHANGELOG.md
@@ -1,16 +1,14 @@
## Release History
-### 1.0.0-beta.16 (Unreleased)
+### 1.0.0-beta.16 (2025-12-09)
#### Features Added
* Added support for `FaultInjectionOperationType.HEAD_COLLECTION` - See [PR 47231](https://github.com/Azure/azure-sdk-for-java/pull/47231)
-#### Breaking Changes
-
-#### Bugs Fixed
-
#### Other Changes
* Added support for `CosmosTransportClientInterceptor` which allow to modify the store response on direct layer. - See [PR 47231](https://github.com/Azure/azure-sdk-for-java/pull/47231)
+* Enabled hostname validation for RNTBD connections to backend - [PR 47111](https://github.com/Azure/azure-sdk-for-java/pull/47111)
+* Updated `azure-cosmos` to version `4.76.0`.
### 1.0.0-beta.15 (2025-10-21)
diff --git a/sdk/cosmos/azure-cosmos-test/README.md b/sdk/cosmos/azure-cosmos-test/README.md
index d5f68ae64bc4..4f003eb3c4be 100644
--- a/sdk/cosmos/azure-cosmos-test/README.md
+++ b/sdk/cosmos/azure-cosmos-test/README.md
@@ -9,7 +9,7 @@ Library containing core fault injection classes used to test Azure Cosmos DB SDK
com.azure
azure-cosmos-test
- 1.0.0-beta.15
+ 1.0.0-beta.16
```
[//]: # ({x-version-update-end})
diff --git a/sdk/cosmos/azure-cosmos-test/pom.xml b/sdk/cosmos/azure-cosmos-test/pom.xml
index 7ef7ada263d7..db566dd3bdc2 100644
--- a/sdk/cosmos/azure-cosmos-test/pom.xml
+++ b/sdk/cosmos/azure-cosmos-test/pom.xml
@@ -59,7 +59,7 @@ Licensed under the MIT License.
com.azure
azure-cosmos
- 4.76.0-beta.1
+ 4.76.0
diff --git a/sdk/cosmos/azure-cosmos-tests/pom.xml b/sdk/cosmos/azure-cosmos-tests/pom.xml
index 939815cdbc54..cf7a2c8cb5e3 100644
--- a/sdk/cosmos/azure-cosmos-tests/pom.xml
+++ b/sdk/cosmos/azure-cosmos-tests/pom.xml
@@ -100,7 +100,7 @@ Licensed under the MIT License.
com.azure
azure-cosmos
- 4.76.0-beta.1
+ 4.76.0
com.azure
diff --git a/sdk/cosmos/azure-cosmos/CHANGELOG.md b/sdk/cosmos/azure-cosmos/CHANGELOG.md
index 9cd92218979e..c76189f5b3dd 100644
--- a/sdk/cosmos/azure-cosmos/CHANGELOG.md
+++ b/sdk/cosmos/azure-cosmos/CHANGELOG.md
@@ -1,10 +1,6 @@
## Release History
-### 4.76.0-beta.1 (Unreleased)
-
-#### Features Added
-
-#### Breaking Changes
+### 4.76.0 (2025-12-09)
#### Bugs Fixed
* Fixed a possible memory leak (Netty buffers) in Gateway mode caused by a race condition when timeouts are happening. - [47228](https://github.com/Azure/azure-sdk-for-java/pull/47228) and [47251](https://github.com/Azure/azure-sdk-for-java/pull/47251)
diff --git a/sdk/cosmos/azure-cosmos/pom.xml b/sdk/cosmos/azure-cosmos/pom.xml
index ef7d198e3dde..2fd9dc103215 100644
--- a/sdk/cosmos/azure-cosmos/pom.xml
+++ b/sdk/cosmos/azure-cosmos/pom.xml
@@ -13,7 +13,7 @@ Licensed under the MIT License.
com.azure
azure-cosmos
- 4.76.0-beta.1
+ 4.76.0
Microsoft Azure SDK for SQL API of Azure Cosmos DB Service
This Package contains Microsoft Azure Cosmos SDK (with Reactive Extension Reactor support) for Azure Cosmos DB SQL API
jar
diff --git a/sdk/cosmos/fabric-cosmos-spark-auth_3/pom.xml b/sdk/cosmos/fabric-cosmos-spark-auth_3/pom.xml
index bfd53130788c..8af90cd9943d 100644
--- a/sdk/cosmos/fabric-cosmos-spark-auth_3/pom.xml
+++ b/sdk/cosmos/fabric-cosmos-spark-auth_3/pom.xml
@@ -100,7 +100,7 @@
com.azure.cosmos.spark
azure-cosmos-spark_3-5_2-12
- 4.42.0-beta.1
+ 4.42.0
provided
@@ -185,7 +185,7 @@
com.fasterxml.jackson.module:jackson-module-scala_2.12:[2.18.4]
com.fasterxml.jackson.core:jackson-databind:[2.15.2]
com.fasterxml.jackson.module:jackson-module-scala_2.12:[2.15.2]
- com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12:[4.42.0-beta.1]
+ com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12:[4.42.0]
com.microsoft.azure.synapse:synapseutils_2.12:[1.5.4]