AWSSDK.DAX.Client
1.2.0-beta
Prefix Reserved
See the version list below for details.
dotnet add package AWSSDK.DAX.Client --version 1.2.0-beta
NuGet\Install-Package AWSSDK.DAX.Client -Version 1.2.0-beta
<PackageReference Include="AWSSDK.DAX.Client" Version="1.2.0-beta" />
paket add AWSSDK.DAX.Client --version 1.2.0-beta
#r "nuget: AWSSDK.DAX.Client, 1.2.0-beta"
// Install AWSSDK.DAX.Client as a Cake Addin #addin nuget:?package=AWSSDK.DAX.Client&version=1.2.0-beta&prerelease // Install AWSSDK.DAX.Client as a Cake Tool #tool nuget:?package=AWSSDK.DAX.Client&version=1.2.0-beta&prerelease
AWS DynamoDB Accelerator (DAX) .NET Client -- DAX is a fully managed, in-memory cache for DynamoDB.
Product | Versions 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. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5
- Antlr4.Runtime.Standard (>= 4.7.1)
- AWSSDK.DynamoDBv2 (>= 3.3.15.1 && < 3.4.0)
- PeterO.Cbor (>= 3.4.0)
- System.Buffers (>= 4.5.0)
-
.NETStandard 1.3
- Antlr4.Runtime.Standard (>= 4.7.1)
- AWSSDK.DynamoDBv2 (>= 3.3.15.1 && < 3.4.0)
- NETStandard.Library (>= 1.6.1)
- PeterO.Cbor (>= 3.4.0)
- System.Buffers (>= 4.5.0)
- System.Net.NameResolution (>= 4.3.0)
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 |
---|---|---|
2.1.0 | 1,824,071 | 6/23/2021 |
2.0.2 | 37,957 | 4/23/2021 |
2.0.1 | 353,414 | 2/27/2020 |
2.0.0 | 7,080 | 1/21/2020 |
1.2.4 | 29,842 | 12/18/2019 |
1.2.3 | 6,058 | 10/8/2019 |
1.2.2 | 1,847 | 9/25/2019 |
1.2.1 | 1,331 | 9/12/2019 |
1.2.0 | 4,138 | 8/14/2019 |
1.2.0-beta | 650 | 8/5/2019 |
1.1.2 | 6,164 | 6/21/2019 |
1.1.1 | 1,907 | 5/16/2019 |
1.1.0 | 22,646 | 2/14/2019 |
1.0.5 | 8,638 | 2/7/2019 |
1.0.4 | 183,799 | 1/24/2019 |
1.0.3 | 4,710 | 11/10/2018 |
1.0.2 | 1,959 | 11/1/2018 |
1.0.1 | 10,042 | 7/12/2018 |
1.0.0 | 9,190 | 2/9/2018 |
- Adds release notes
- Changes the default cluster update interval to 4s
- Improves cluster topology discovery
- Fixes bug that allows the number of pending connections to grow beyond MaxPendingConnections configuration
- Fixes bug that prevents async calls from being retried
- Fixes potential for deadlock on the request encoding/decoding path
- Separates sync and async implementations, with async being the preferred approach
- Various other bug fixes and performance improvements