Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
azure-cosmos-test_1.0.0.beta.7Release (#40021)
* release azure-cosmos-test 1.0.0.beta.7
---------

Co-authored-by: annie-mac <[email protected]>
  • Loading branch information
xinlian12 and annie-mac authored May 3, 2024
commit 39cb79f7db41fe8ef1d731ab7f421d256eddb9c7
8 changes: 1 addition & 7 deletions sdk/cosmos/azure-cosmos-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
## Release History

### 1.0.0-beta.7 (Unreleased)

#### Features Added

#### Breaking Changes
### 1.0.0-beta.7 (2024-05-03)

#### Bugs Fixed
* Fixed an issue where `FaultInjectionRule` can not apply on partition level when using `Gateway` Mode and non-session consistency - See [40005](https://github.com/Azure/azure-sdk-for-java/pull/40005)

#### Other Changes

### 1.0.0-beta.6 (2023-10-24)
#### Features Added
* Added support for `ReadFeed` operation type - See [PR 37108](https://github.com/Azure/azure-sdk-for-java/pull/37108)
Expand Down
2 changes: 1 addition & 1 deletion sdk/cosmos/azure-cosmos-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Library containing core fault injection classes used to test Azure Cosmos DB SDK
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos-test</artifactId>
<version>1.0.0-beta.6</version>
<version>1.0.0-beta.7</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/cosmos/azure-cosmos-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Licensed under the MIT License.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos</artifactId>
<version>4.60.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
<version>4.59.0</version> <!-- {x-version-update;com.azure:azure-cosmos;dependency} -->
</dependency>

<dependency>
Expand Down