diff --git a/CHANGELOG.md b/CHANGELOG.md index b1a5e19..f38e6bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.54 (27-08-2024): + +Don't validate stream content if retry is not needed + ## 0.1.53 (06-08-2024): ConnectionTimeout for the last attempt in strategies now is "AlmostInfinity". diff --git a/Vostok.ClusterClient.Core/Modules/RequestRetryModule.cs b/Vostok.ClusterClient.Core/Modules/RequestRetryModule.cs index 037ccb5..44ee7ab 100644 --- a/Vostok.ClusterClient.Core/Modules/RequestRetryModule.cs +++ b/Vostok.ClusterClient.Core/Modules/RequestRetryModule.cs @@ -34,15 +34,15 @@ public async Task ExecuteAsync(IRequestContext context, Func= context.Budget.Remaining) diff --git a/Vostok.ClusterClient.Core/Vostok.ClusterClient.Core.csproj b/Vostok.ClusterClient.Core/Vostok.ClusterClient.Core.csproj index 83a9904..ee16d11 100644 --- a/Vostok.ClusterClient.Core/Vostok.ClusterClient.Core.csproj +++ b/Vostok.ClusterClient.Core/Vostok.ClusterClient.Core.csproj @@ -6,7 +6,7 @@ Debug;Release - 0.1.54 + 0.1.55 Vostok.ClusterClient.Core