You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,12 @@
5
5
6
6
This project provides a client tools or utilities in Java that makes it easy to interact with Azure CosmosDB. For documentation please see the Microsoft Azure [Java Developer Center](http://azure.microsoft.com/en-us/develop/java/) and the [JavaDocs](http://dl.windowsazure.com/documentdb/javadoc).
7
7
8
+
## Note - Microsoft Azure Cosmos DB Java V4 SDK is GA now.
9
+
Please try out our new Java V4 SDK which has support for both synchronous and asynchronous APIs - [V4 SDK](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cosmos/azure-cosmos)
10
+
11
+
8
12
## Disclaimer
9
-
The implementation in this project is intended for reference purpose only.
13
+
The implementation in this project is intended for reference purpose only.
10
14
11
15
## Consuming the official Microsoft Azure DocumentDB Java SDK
0 commit comments