Kalix.Leo 8.6.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Kalix.Leo --version 8.6.0                
NuGet\Install-Package Kalix.Leo -Version 8.6.0                
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="Kalix.Leo" Version="8.6.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Kalix.Leo --version 8.6.0                
#r "nuget: Kalix.Leo, 8.6.0"                
#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 Kalix.Leo as a Cake Addin
#addin nuget:?package=Kalix.Leo&version=8.6.0

// Install Kalix.Leo as a Cake Tool
#tool nuget:?package=Kalix.Leo&version=8.6.0                

Library to abstract indexing, querying, encryption and compression on a NoSQL store

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

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
19.0.1 191 7/23/2024
19.0.0 633 11/29/2023
18.0.2 260 9/17/2023
18.0.1 306 6/29/2023
18.0.0 722 11/17/2022
17.2.2 723 6/24/2022
17.2.1 505 5/14/2022
17.2.0 627 3/13/2022
17.1.0 534 1/29/2022
17.0.0 386 12/14/2021
16.0.0 544 11/12/2021
15.3.0 377 11/10/2021
15.2.2 556 5/21/2021
15.2.1 578 3/10/2021
15.2.0 470 2/12/2021
15.1.0 391 2/11/2021
15.0.0 432 2/4/2021
14.0.0 408 1/30/2021
13.0.0 1,031 3/29/2020
12.0.0 729 1/24/2020
11.0.9 791 10/15/2019
11.0.8 603 10/15/2019
11.0.7 1,229 12/2/2018
11.0.6 788 12/1/2018
11.0.5 1,040 10/9/2018
11.0.4 884 10/9/2018
11.0.3 876 10/9/2018
11.0.2 840 10/9/2018
10.2.10 829 10/8/2018
10.2.9 825 10/8/2018
10.2.8 852 10/8/2018
10.2.7 831 10/8/2018
10.2.6 832 10/8/2018
10.2.5 844 10/8/2018
10.2.0 1,177 7/18/2018
10.1.1 1,048 4/25/2018
10.0.0 1,364 6/6/2017
9.0.0 1,114 3/30/2017
8.6.3 1,183 12/29/2016
8.6.0 1,072 12/23/2016
8.5.0 1,516 11/5/2016
8.4.1 1,089 9/11/2016
8.4.0 1,378 8/4/2016
8.3.0 1,287 7/14/2016
8.2.3 1,066 5/3/2016
8.2.1 1,087 4/16/2016
8.1.1 1,082 4/12/2016
8.1.0 1,112 3/19/2016
8.0.1 1,156 1/3/2016
8.0.0 1,147 12/19/2015
7.2.0 1,178 11/4/2015
7.1.0 1,075 10/31/2015
7.0.0 1,098 10/29/2015
6.0.2 1,462 7/22/2015
4.1.0 1,424 1/7/2015
4.0.3 1,307 10/11/2014
4.0.2 1,245 9/30/2014
4.0.1 1,135 9/23/2014
3.0.0 1,219 7/28/2014
2.0.0 1,174 7/8/2014
1.1.1 1,200 6/14/2014
1.1.0 1,196 6/13/2014
1.0.0 1,620 4/21/2014

8.1.0 Update dependencies to latest versions
8.1.1 Use an optimistic write when trying to create a new key, to prevent two different keys from being produced
8.2.1 Removed a number of blocking calls (ie to Result/Wait) for better async performance, added access to encryptor from engine
8.2.3 Handle caching and disposing better, especially important for Object/Document partitions and the lucene indexes
8.3.0 Added Cancel method to write async streams
8.4.0 You can pick a base path for a file-based Lucene index
8.4.1 Added SearchFor variation on indexer to allow for two values
8.5.0 Added Count methods to Search Index
8.6.0 Added ForceIndex to Object and Document partitions