-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Updated cosmos release notes #11684
New issue
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
Merged
kushagraThapar
merged 3 commits into
Azure:master
from
kushagraThapar:cosmos_fix_release_notes
Jun 3, 2020
Merged
Updated cosmos release notes #11684
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,65 @@ | ||
| # Release History | ||
|
|
||
| ## 4.0.1-beta.4 (Unreleased) | ||
| ### New Features | ||
| * Added more samples & enriched docs to `CosmosClientBuilder`. | ||
| * Updated `CosmosDatabase` & `CosmosContainer` APIs with throughputProperties for autoscale/autopilot support. | ||
| * Renamed `CosmosClientException` to `CosmosException`. | ||
| * Replaced `AccessCondition` & `AccessConditionType` by `ifMatchETag()` & `ifNoneMatchETag()` APIs. | ||
| * Merged all `Cosmos*AsyncResponse` & `CosmosResponse` types to a single `CosmosResponse` type. | ||
| * Renamed `CosmosResponseDiagnostics` to `CosmosDiagnostics`. | ||
| * Wrapped `FeedResponseDiagnostics` in `CosmosDiagnostics`. | ||
| * Removed `jackson` dependency from azure-cosmos & relying on azure-core. | ||
| * Replaced `CosmosKeyCredential` with `AzureKeyCredential` type. | ||
| * Added `ProxyOptions` APIs to `GatewayConnectionConfig`. | ||
| * Updated SDK to use `Instant` type instead of `OffsetDateTime`. | ||
| * Added new enum type `OperationKind`. | ||
| * Renamed `FeedOptions` to `QueryRequestOptions`. | ||
| * Added `getETag()` & `getTimestamp()` APIs to `Cosmos*Properties` types. | ||
| * Added `userAgent` information in `CosmosException` & `CosmosDiagnostics`. | ||
| * Updated new line character in `Diagnostics` to System new line character. | ||
| ### Key Bug Fixes | ||
|
|
||
| ## 4.0.1-beta.3 (2020-05-15) | ||
| ### New Features | ||
| * Added autoscale/autopilot throughput provisioning support to SDK. | ||
| * Replaced `ConnectionPolicy` with new connection configs. Exposed `DirectConnectionConfig` & `GatewayConnectionConfig` APIs through `CosmosClientBuilder` for Direct & Gateway mode connection configurations. | ||
| * Moved `JsonSerializable` & `Resource` to implementation package. | ||
| * Added `contentResponseOnWriteEnabled` API to CosmosClientBuilder which disables full response content on write operations. | ||
| * Exposed `getETag()` APIs on response types. | ||
| * Moved `CosmosAuthorizationTokenResolver` to implementation. | ||
| * Renamed `preferredLocations` & `multipleWriteLocations` API to `preferredRegions` & `multipleWriteRegions`. | ||
| * Updated `reactor-core` to 3.3.5.RELEASE, `reactor-netty` to 0.9.7.RELEASE & `netty` to 4.1.49.Final versions. | ||
| * Added support for `analyticalStoreTimeToLive` in SDK. | ||
| ### Key Bug Fixes | ||
| * Fixed socket leak issues with Direct TCP client. | ||
| * Fixed `orderByQuery` with continuation token bug. | ||
|
|
||
| ## 4.0.1-beta.3 (Unreleased) | ||
| ## 4.0.1-beta.2 (2020-04-21) | ||
| ### New Features | ||
| * `CosmosClientException` extends `AzureException`. | ||
| * Removed `maxItemCount` & `requestContinuationToken` APIs from `FeedOptions` instead using `byPage()` APIs from `CosmosPagedFlux` & `CosmosPagedIterable`. | ||
| * Introduced `CosmosPermissionProperties` on public surface for `Permission` APIs. | ||
| * Removed `SqlParameterList` type & replaced with `List` | ||
| * Fixed multiple memory leaks in Direct TCP client. | ||
| * Added support for `DISTINCT` queries. | ||
| * Removed external dependencies on `fasterxml.uuid, guava, commons-io, commons-collection4, commons-text`. | ||
| * Moved `CosmosPagedFlux` & `CosmosPagedIterable` to `utils` package. | ||
| * Updated netty to 4.1.45.Final & project reactor to 3.3.3 version. | ||
| * Updated public rest contracts to `Final` classes. | ||
| ### Key Bug Fixes | ||
| * `ChangeFeedProcessor` bug fix for handling partition splits & when partition not found. | ||
| * `ChangeFeedProcessor` bug fix when synchronizing lease updates across different threads. | ||
|
|
||
|
|
||
| ## 4.0.1-beta.2 (Unreleased) | ||
|
|
||
|
|
||
| ## 4.0.1-beta.1 (Unreleased) | ||
| ## 4.0.1-beta.1 (2020-03-10) | ||
| ### New Features | ||
| * Updated package to `com.azure.cosmos` | ||
| * Added `models` package for model / rest contracts | ||
| * Added `utils` package for `CosmosPagedFlux` & `CosmosPagedIterable` types. | ||
| * Updated public APIs to use `Duration` across the SDK. | ||
| * Added all rest contracts to `models` package. | ||
| * `RetryOptions` renamed to `ThrottlingRetryOptions`. | ||
| * Added `CosmosPagedFlux` & `CosmosPagedIterable` pagination types for query APIs. | ||
| * Added support for sharing TransportClient across multiple instances of CosmosClients using a new API in the `CosmosClientBuilder#connectionSharingAcrossClientsEnabled(true)` | ||
| ### Key Bug Fixes | ||
| * Fixed race condition causing `ArrayIndexOutOfBound` exception in StoreReader | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.