We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue tracks improvements which need to be done for Java SDK V4 GA. This covers APIs, docs and java code samples
CosmosClientBuilder -> CosmosClientBuilder APIs and Docs #11189
CosmosClientBuilder
CosmosAsyncClient / CosmosClient -> CosmosAsyncClient / CosmosClient APIs and Docs #11219
CosmosAsyncClient / CosmosClient
CosmosAsyncDatabase / CosmosDatabase -> CosmosAsyncDatabase / CosmosDatabase APIs and Docs #11190
CosmosAsyncDatabase / CosmosDatabase
CosmosAsyncContainer / CosmosContainer -> CosmosAsyncContainer / CosmosContainer APIs and Docs #11191
CosmosAsyncContainer / CosmosContainer
IncludedPath / ExcludedPath -> IncludedPath / ExcludedPath API and Docs #11192
IncludedPath / ExcludedPath
CosmosClientException / CosmosError -> CosmosClientException APIs and Docs #11220
CosmosClientException / CosmosError
AccessCondition / AccessConditionType -> AccessCondition / AccessConditionType APIs and Docs #11221
AccessCondition / AccessConditionType
CosmosAsync*Response / Cosmos*Response -> Merge CosmosAsync*Response and Cosmos*Response #11223
CosmosAsync*Response / Cosmos*Response
Remove *BridgeInternal from java docs -> Remove *BridgeInternal.java from java docs #11259
Remove *BridgeInternal from java docs
Wrap FeedResponseDiagnostics in CosmosDiagnostics -> Wrap FeedResponseDiagnostics in CosmosDiagnostics #11257
Wrap FeedResponseDiagnostics in CosmosDiagnostics
CosmosAsyncStoredProcedure / CosmosStoredProcedure -> CosmosAsyncStoredProcedure / CosmosStoredProcedure APIs and Docs #11260
CosmosAsyncStoredProcedure / CosmosStoredProcedure
CosmosResponseDiagnostics -> CosmosDiagnostics -> CosmosResponseDiagnostics -> CosmosDiagnostics #11261
CosmosResponseDiagnostics -> CosmosDiagnostics
ConflictResolutionPolicy -> ConflictResolutionPolicy docs #11307
ConflictResolutionPolicy
CosmosKeyCredential -> AzureKeyCredential -> Replace CosmosKeyCredential with AzureKeyCredential #11315
CosmosKeyCredential -> AzureKeyCredential
CosmosKeyCredential
AzureKeyCredential
Export ProxyOptions through CosmosClientBuilder -> Export ProxyOptions from CosmosClientBuilder API instead of InetSocketAddress #11316
ProxyOptions
InetSocketAddress
Upsert APIs on parent types -> Make sure to have Upsert APIs on the parent types #11438
OffsetDateTime -> Instant type -> Replace OffsetDateTime -> to Instant type #11439
OperationKind enum-> Introduce OperationKind enum #11440
OperationKind
Check if match ETag APIs are present on all properties types - Check for Add match / if not match eTag APIs on all properties #11436
getRequestCharge() / Properties types / getResourceId() APIs -> getRequestCharge() / Properties types / getResourceId() APIs #11483
DatabaseAccountLocation -> Move DatabaseAccountLocation to implementation #11524
Rename DataType to GeoJSON -> Hide DataType / all Index #11525
DataType
GeoJSON
FeedOptions API / docs -> FeedOptions API / docs #11526
SerializationFormattingPolicy -> SerializationFormattingPolicy - to implementation. #11527
getETag() and getTimestamp() API docs -> getETag() and getTimestamp() - APIs - Add doc #11528
ThroughputProperties docs -> ThroughputProperties APIs / docs #11529
UniqueKey and UniqueKeyPolicy API / docs -> UniqueKey API / docs #11530
DirectConnectionConfig / GatewayConnectionConfig APIs / docs -> DirectConnectionConfig / GatewayConnectionConfig APIs / docs #11531
Add SDK version info in CosmosException -> Add UserAgent info in CosmosException and CosmosDiagnostics #11586
new line improvement in SDK toString -> Use System.lineSeparator() for new lines Java SDK for to string implementations #11594
Fix azure-cosmos README -> Fix azure-cosmos README #11643
Fix azure-cosmos changelog -> Fix azure-cosmos changelog #11644
CosmosPermissionProperties API changes -> CosmosPermissionProperties APIs #11647
ChangeFeedProcessor improvements -> Change Feed Processor Improvements #11648
Error details in Client side 503 -> Include transport exception/error details for client generated 503 #11674
The text was updated successfully, but these errors were encountered:
This is done :)
Sorry, something went wrong.
kushagraThapar
No branches or pull requests
This issue tracks improvements which need to be done for Java SDK V4 GA.
This covers APIs, docs and java code samples
CosmosClientBuilder
-> CosmosClientBuilder APIs and Docs #11189CosmosAsyncClient / CosmosClient
-> CosmosAsyncClient / CosmosClient APIs and Docs #11219CosmosAsyncDatabase / CosmosDatabase
-> CosmosAsyncDatabase / CosmosDatabase APIs and Docs #11190CosmosAsyncContainer / CosmosContainer
-> CosmosAsyncContainer / CosmosContainer APIs and Docs #11191IncludedPath / ExcludedPath
-> IncludedPath / ExcludedPath API and Docs #11192CosmosClientException / CosmosError
-> CosmosClientException APIs and Docs #11220AccessCondition / AccessConditionType
-> AccessCondition / AccessConditionType APIs and Docs #11221CosmosAsync*Response / Cosmos*Response
-> Merge CosmosAsync*Response and Cosmos*Response #11223Remove *BridgeInternal from java docs
-> Remove *BridgeInternal.java from java docs #11259Wrap FeedResponseDiagnostics in CosmosDiagnostics
-> Wrap FeedResponseDiagnostics in CosmosDiagnostics #11257CosmosAsyncStoredProcedure / CosmosStoredProcedure
-> CosmosAsyncStoredProcedure / CosmosStoredProcedure APIs and Docs #11260CosmosResponseDiagnostics -> CosmosDiagnostics
-> CosmosResponseDiagnostics -> CosmosDiagnostics #11261ConflictResolutionPolicy
-> ConflictResolutionPolicy docs #11307CosmosKeyCredential -> AzureKeyCredential
-> ReplaceCosmosKeyCredential
withAzureKeyCredential
#11315Export
ProxyOptions
through CosmosClientBuilder -> ExportProxyOptions
from CosmosClientBuilder API instead ofInetSocketAddress
#11316Upsert APIs on parent types -> Make sure to have Upsert APIs on the parent types #11438
OffsetDateTime -> Instant type -> Replace OffsetDateTime -> to Instant type #11439
OperationKind
enum-> Introduce OperationKind enum #11440Check if match ETag APIs are present on all properties types - Check for Add match / if not match eTag APIs on all properties #11436
getRequestCharge() / Properties types / getResourceId() APIs -> getRequestCharge() / Properties types / getResourceId() APIs #11483
DatabaseAccountLocation -> Move DatabaseAccountLocation to implementation #11524
Rename
DataType
toGeoJSON
-> Hide DataType / all Index #11525FeedOptions API / docs -> FeedOptions API / docs #11526
SerializationFormattingPolicy -> SerializationFormattingPolicy - to implementation. #11527
getETag() and getTimestamp() API docs -> getETag() and getTimestamp() - APIs - Add doc #11528
ThroughputProperties docs -> ThroughputProperties APIs / docs #11529
UniqueKey and UniqueKeyPolicy API / docs -> UniqueKey API / docs #11530
DirectConnectionConfig / GatewayConnectionConfig APIs / docs -> DirectConnectionConfig / GatewayConnectionConfig APIs / docs #11531
Add SDK version info in CosmosException -> Add UserAgent info in CosmosException and CosmosDiagnostics #11586
new line improvement in SDK toString -> Use System.lineSeparator() for new lines Java SDK for to string implementations #11594
Fix azure-cosmos README -> Fix azure-cosmos README #11643
Fix azure-cosmos changelog -> Fix azure-cosmos changelog #11644
CosmosPermissionProperties API changes -> CosmosPermissionProperties APIs #11647
ChangeFeedProcessor improvements -> Change Feed Processor Improvements #11648
Error details in Client side 503 -> Include transport exception/error details for client generated 503 #11674
The text was updated successfully, but these errors were encountered: