Vostok.ClusterClient.Transport.Core21 1.0.0-pre000201

Prefix Reserved
This is a prerelease version of Vostok.ClusterClient.Transport.Core21.
dotnet add package Vostok.ClusterClient.Transport.Core21 --version 1.0.0-pre000201                
NuGet\Install-Package Vostok.ClusterClient.Transport.Core21 -Version 1.0.0-pre000201                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Vostok.ClusterClient.Transport.Core21" Version="1.0.0-pre000201" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Vostok.ClusterClient.Transport.Core21 --version 1.0.0-pre000201                
#r "nuget: Vostok.ClusterClient.Transport.Core21, 1.0.0-pre000201"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Vostok.ClusterClient.Transport.Core21 as a Cake Addin
#addin nuget:?package=Vostok.ClusterClient.Transport.Core21&version=1.0.0-pre000201&prerelease

// Install Vostok.ClusterClient.Transport.Core21 as a Cake Tool
#tool nuget:?package=Vostok.ClusterClient.Transport.Core21&version=1.0.0-pre000201&prerelease                

Package Description

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 2.1

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0-pre000201 187 9/3/2021
1.0.0-pre000134 242 12/10/2020
1.0.0-pre000132 212 12/10/2020
1.0.0-pre000128 577 10/30/2020
1.0.0-pre000126 279 10/30/2020
1.0.0-pre000115 84 6/23/2023
1.0.0-pre000113 80 6/22/2023
1.0.0-pre000112 80 6/22/2023
1.0.0-pre000091 104 3/28/2023
1.0.0-pre000086 108 3/23/2023
1.0.0-pre000081 112 3/20/2023
1.0.0-pre000079 108 3/20/2023
1.0.0-pre000078 111 3/20/2023
1.0.0-pre000077 117 3/20/2023
1.0.0-pre000075 109 3/20/2023
1.0.0-pre000061 106 12/9/2022
1.0.0-pre000056 102 12/7/2022
1.0.0-pre000053 177 9/14/2022
1.0.0-pre000051 112 9/5/2022
1.0.0-pre000048 134 7/27/2022
1.0.0-pre000047 124 6/15/2022
1.0.0-pre000045 124 6/15/2022
1.0.0-pre000044 126 6/14/2022
1.0.0-pre000039 131 4/5/2022
1.0.0-pre000037 135 4/5/2022
1.0.0-pre000036 132 4/5/2022
1.0.0-pre000030 160 12/20/2021
1.0.0-pre000028 418 12/8/2021
1.0.0-pre000025 161 12/4/2021
1.0.0-pre000023 161 12/3/2021
1.0.0-pre000022 161 11/27/2021
1.0.0-pre000021 153 11/27/2021
1.0.0-pre000020 1,580 11/26/2021
1.0.0-pre000019 1,860 11/26/2021
1.0.0-pre000018 4,988 11/24/2021
1.0.0-pre000017 5,885 11/24/2021
1.0.0-pre000016 162 11/23/2021
1.0.0-pre000015 165 11/12/2021

## 0.1.19 (03.09.2021)

Fill duplicate of previous version (0.1.18).

[2] Add support of content producer mechanic from clusterclient core.

## 0.1.18 (02.09.2021)

Add support of content producer mechanic from clusterclient core.

## 0.1.17 (25.12.2020):

Connection error detector is now a bit more conservative about returning ConnectionFailure code to avoid cases where the calling code is led to conclude that the request has not been actually sent over the wire. ReceiveFailure may now be returned in such circumstances.

## 0.1.16 (23.12.2020):

Added support for UTF-8 header values on .NET 5+

## 0.1.15 (10.12.2020):

Fixed NRE in ssl options configuration.

## 0.1.14 (30.10.2020):

Fixed lost headers on SocketTuningContent creation.

## 0.1.13 (29.04.2020):

Fixed SocketsTransport not being able to read response bodies larger than 2 GB when response does not use chunked transfer encoding.

## 0.1.12 (03.03.2020):

* Gathered all transport implementations in this module + retargeted everything to netstandard2.0.

* UniversalTransport no longer breaks down after ILRepack.

## 0.1.11 (04.02.2020):

* Improved detection of connection errors in SocketTransport.

* Implemented https://github.com/vostok/clusterclient.transport/issues/1

## 0.1.10 (18.01.2020)

Incorporated latest changes in SocketTransport (0.1.7) and WebRequestTransport (0.1.7).

## 0.1.9 (07.12.2019)

Incorporated changes from release 0.1.6 of SocketTransport.

## 0.1.8 (04.12.2019)

Explicitly disabled ARP cache warmup for WebRequestTransport and SocketTransport implementations.

## 0.1.7 (15-08-2019):

Fixed reception of Content-Length header without body in response to a HEAD request.

## 0.1.6 (14-08-2019):

Fixed a bug where a network error while reading content could cause the transport to return a response with headers or partial body.

## 0.1.5 (20-03-2019):

UniversalTransportSettings now expose a configurable response buffer factory function.

## 0.1.3 (03-03-2019):

UniversalTransport now supports composite request bodies.

## 0.1.2 (06-02-2019):

Added SetupUniversalTransport() extension for IClusterClientConfiguration.

## 0.1.1 (04-02-2019):

Fixed NuGet package for .NET Core broken due to a mix of Cement and NuGet references.

## 0.1.0 (04-02-2019):

Initial prerelease.