File tree Expand file tree Collapse file tree
Microsoft.Azure.Cosmos/FaultInjection Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 <ClientPreviewSuffixVersion >preview.0</ClientPreviewSuffixVersion >
66 <DirectVersion >3.42.4</DirectVersion >
77 <FaultInjectionVersion >1.0.0</FaultInjectionVersion >
8- <FaultInjectionSuffixVersion >beta.0 </FaultInjectionSuffixVersion >
8+ <FaultInjectionSuffixVersion >beta.1 </FaultInjectionSuffixVersion >
99 <EncryptionOfficialVersion >2.0.5</EncryptionOfficialVersion >
1010 <EncryptionPreviewVersion >2.1.0</EncryptionPreviewVersion >
1111 <EncryptionPreviewSuffixVersion >preview5</EncryptionPreviewSuffixVersion >
Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ This project is in beta. The API and functionality may change when the project i
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ### <a name =" 1.0.0-beta.1 " /> [ 1.0.0-beta.1] ( https://www.nuget.org/packages/Microsoft.Azure.Cosmos.FaultInjection/1.0.0-beta.1 ) - 2026-04-30
9+
10+ #### Added
11+ - [ #4867 ] ( https://github.com/Azure/azure-cosmos-dotnet-v3/pull/4867 ) FaultInjection: Adds method to add FaultInjection using CosmosClientBuilder
12+ - [ #4989 ] ( https://github.com/Azure/azure-cosmos-dotnet-v3/pull/4989 ) Metadata Requests: Adds Metadata request support for FaultInjection
13+ - [ #5264 ] ( https://github.com/Azure/azure-cosmos-dotnet-v3/pull/5264 ) ThinClient Compatibility: Adds compatibility with Thin Client Proxy
14+ - [ #5510 ] ( https://github.com/Azure/azure-cosmos-dotnet-v3/pull/5510 ) Unauthorized Errors: Adds Unauthorized status codes
15+ - [ #5677 ] ( https://github.com/Azure/azure-cosmos-dotnet-v3/pull/5677 ) FaultInjection: Adds XML documentation, stylecop.json, and updates test packages
16+ - [ #5679 ] ( https://github.com/Azure/azure-cosmos-dotnet-v3/pull/5679 ) FaultInjection: Adds comprehensive unit test coverage
17+
18+ #### Fixed
19+ - [ #5676 ] ( https://github.com/Azure/azure-cosmos-dotnet-v3/pull/5676 ) FaultInjection: Fixes naming typos and XML documentation
20+ - [ #5675 ] ( https://github.com/Azure/azure-cosmos-dotnet-v3/pull/5675 ) FaultInjection: Fixes critical bugs for release 2
21+ - [ #5678 ] ( https://github.com/Azure/azure-cosmos-dotnet-v3/pull/5678 ) FaultInjection: Refactors code quality improvements
22+
823### <a name =" 1.0.0-beta.0 " /> [ 1.0.0-beta.0] ( https://www.nuget.org/packages/Microsoft.Azure.Cosmos.FaultInjection/1.0.0-beta.0 ) - 2024-11-15
924
1025#### Added
You can’t perform that action at this time.
0 commit comments