Vostok.ClusterClient.Transport.Core50
1.0.0-pre000201
Prefix Reserved
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
<PackageReference Include="Vostok.ClusterClient.Transport.Core50" Version="1.0.0-pre000201" />
paket add Vostok.ClusterClient.Transport.Core50 --version 1.0.0-pre000201
#r "nuget: Vostok.ClusterClient.Transport.Core50, 1.0.0-pre000201"
// 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 | Versions 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. |
-
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 | 490 | 12/23/2020 |
1.0.0-pre000201 | 220 | 9/3/2021 |
1.0.0-pre000115 | 108 | 6/23/2023 |
1.0.0-pre000113 | 99 | 6/22/2023 |
1.0.0-pre000112 | 102 | 6/22/2023 |
1.0.0-pre000091 | 116 | 3/28/2023 |
1.0.0-pre000086 | 131 | 3/23/2023 |
1.0.0-pre000081 | 126 | 3/20/2023 |
1.0.0-pre000079 | 129 | 3/20/2023 |
1.0.0-pre000078 | 129 | 3/20/2023 |
1.0.0-pre000077 | 132 | 3/20/2023 |
1.0.0-pre000075 | 121 | 3/20/2023 |
1.0.0-pre000061 | 124 | 12/9/2022 |
1.0.0-pre000056 | 123 | 12/7/2022 |
1.0.0-pre000053 | 186 | 9/14/2022 |
1.0.0-pre000051 | 131 | 9/5/2022 |
1.0.0-pre000048 | 149 | 7/27/2022 |
1.0.0-pre000047 | 141 | 6/15/2022 |
1.0.0-pre000045 | 134 | 6/15/2022 |
1.0.0-pre000044 | 152 | 6/14/2022 |
1.0.0-pre000039 | 155 | 4/5/2022 |
1.0.0-pre000037 | 145 | 4/5/2022 |
1.0.0-pre000036 | 153 | 4/5/2022 |
1.0.0-pre000030 | 179 | 12/20/2021 |
1.0.0-pre000028 | 458 | 12/8/2021 |
1.0.0-pre000025 | 182 | 12/4/2021 |
1.0.0-pre000023 | 187 | 12/3/2021 |
1.0.0-pre000022 | 174 | 11/27/2021 |
1.0.0-pre000021 | 180 | 11/27/2021 |
1.0.0-pre000020 | 1,558 | 11/26/2021 |
1.0.0-pre000019 | 1,931 | 11/26/2021 |
1.0.0-pre000018 | 4,985 | 11/24/2021 |
1.0.0-pre000017 | 5,837 | 11/24/2021 |
1.0.0-pre000016 | 188 | 11/23/2021 |
1.0.0-pre000015 | 186 | 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.