Stormancer.Server.Plugins.Analytics 2.1.1.3

dotnet add package Stormancer.Server.Plugins.Analytics --version 2.1.1.3
                    
NuGet\Install-Package Stormancer.Server.Plugins.Analytics -Version 2.1.1.3
                    
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="Stormancer.Server.Plugins.Analytics" Version="2.1.1.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Stormancer.Server.Plugins.Analytics" Version="2.1.1.3" />
                    
Directory.Packages.props
<PackageReference Include="Stormancer.Server.Plugins.Analytics" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Stormancer.Server.Plugins.Analytics --version 2.1.1.3
                    
#r "nuget: Stormancer.Server.Plugins.Analytics, 2.1.1.3"
                    
#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.
#addin nuget:?package=Stormancer.Server.Plugins.Analytics&version=2.1.1.3
                    
Install Stormancer.Server.Plugins.Analytics as a Cake Addin
#tool nuget:?package=Stormancer.Server.Plugins.Analytics&version=2.1.1.3
                    
Install Stormancer.Server.Plugins.Analytics as a Cake Tool

Provides analytics services to a Stormancer application.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Stormancer.Server.Plugins.Analytics:

Package Downloads
Stormancer.Server.Plugins.Users

Provides authentication, user management and sessions features to a Stormancer server application.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.1.3 322 2/28/2025
2.1.1.3-pre 638 9/30/2024
2.1.1.2-pre 1,085 4/22/2024
2.1.1.1-pre 359 4/8/2024
2.1.1-pre 229 3/13/2024
2.1.0.4-pre 346 3/11/2024
2.1.0.3-pre 1,173 11/7/2023
2.1.0.2-pre 2,537 5/17/2023
2.1.0.1-pre 1,247 5/10/2023
2.1.0-pre 248 5/9/2023
2.0.6.1 492 5/9/2023
2.0.6.1-pre 652 4/11/2023
2.0.6 2,734 10/26/2022
2.0.5 988 10/18/2022
2.0.4.5 2,744 9/28/2022
2.0.4.5-pre 591 9/12/2022
2.0.4.3-pre 806 8/2/2022
2.0.4.2-pre 1,752 2/28/2022
2.0.4.1 3,128 2/7/2022
2.0.4 6,161 10/14/2021
2.0.4-pre 1,595 8/12/2021
2.0.3.1 3,625 5/23/2021
2.0.2 2,629 4/29/2021
2.0.1 3,411 3/1/2021
2.0.0.3 4,286 12/4/2020
1.0.1 2,380 10/20/2020
1.0.1-pre 3,672 6/5/2020
1.0.0.4 2,448 5/27/2020
1.0.0.4-pre 2,141 3/29/2020
1.0.0.3 6,780 1/4/2020
1.0.0.3-pre 1,879 2/22/2020
1.0.0.2 3,081 1/3/2020
1.0.0.1 887 1/3/2020
1.0.0 816 1/2/2020

Added
*****
- Configure a scene to accept analytics from clients.
- Added IsDeploymentActive field to all events to know if they were produced by an active deployment.
- Added AnalyticsAccumulator class to compute in memory aggregated values from a ring buffer.

Changed
*******
- When receiving a client analytic event, use milliseconds since epoch as the date format.
- Improved error logging

Fixed
*****
- Don't cache locally the result of GetFederation and GetAppInfos in case they return an error.