Vostok.ClusterClient.Transport.Core50 1.0.0-pre000201

Prefix Reserved
This is a prerelease version of Vostok.ClusterClient.Transport.Core50.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Vostok.ClusterClient.Transport.Core50 --version 1.0.0-pre000201                
NuGet\Install-Package Vostok.ClusterClient.Transport.Core50 -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.Core50" 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.Core50 --version 1.0.0-pre000201                
#r "nuget: Vostok.ClusterClient.Transport.Core50, 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.Core50 as a Cake Addin
#addin nuget:?package=Vostok.ClusterClient.Transport.Core50&version=1.0.0-pre000201&prerelease

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

Package Description

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net5.0

    • 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 507 12/23/2020
1.0.0-pre000201 228 9/3/2021
1.0.0-pre000115 116 6/23/2023
1.0.0-pre000113 108 6/22/2023
1.0.0-pre000112 110 6/22/2023
1.0.0-pre000091 125 3/28/2023
1.0.0-pre000086 140 3/23/2023
1.0.0-pre000081 133 3/20/2023
1.0.0-pre000079 139 3/20/2023
1.0.0-pre000078 136 3/20/2023
1.0.0-pre000077 140 3/20/2023
1.0.0-pre000075 128 3/20/2023
1.0.0-pre000061 132 12/9/2022
1.0.0-pre000056 133 12/7/2022
1.0.0-pre000053 194 9/14/2022
1.0.0-pre000051 139 9/5/2022
1.0.0-pre000048 157 7/27/2022
1.0.0-pre000047 150 6/15/2022
1.0.0-pre000045 142 6/15/2022
1.0.0-pre000044 160 6/14/2022
1.0.0-pre000039 164 4/5/2022
1.0.0-pre000037 153 4/5/2022
1.0.0-pre000036 162 4/5/2022
1.0.0-pre000030 187 12/20/2021
1.0.0-pre000028 466 12/8/2021
1.0.0-pre000025 190 12/4/2021
1.0.0-pre000023 195 12/3/2021
1.0.0-pre000022 182 11/27/2021
1.0.0-pre000021 188 11/27/2021
1.0.0-pre000020 1,566 11/26/2021
1.0.0-pre000019 1,939 11/26/2021
1.0.0-pre000018 4,993 11/24/2021
1.0.0-pre000017 5,845 11/24/2021
1.0.0-pre000016 196 11/23/2021
1.0.0-pre000015 194 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.