From 7eb4b77f739c55f0ae70fc7f436c8c8223f13fe9 Mon Sep 17 00:00:00 2001 From: Andrey Kornich Date: Tue, 8 Feb 2022 15:12:34 -0800 Subject: [PATCH] ref #611 - updated release notes --- SdkCommon.csproj | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/SdkCommon.csproj b/SdkCommon.csproj index 17890c30..ddb82e4c 100644 --- a/SdkCommon.csproj +++ b/SdkCommon.csproj @@ -28,7 +28,25 @@ false - - refactor: reduce code duplication between RollbarClient and RollbarBlazorClient implementations. + + Since v4: + + - feat: optioanl RollbarInfrastructure concept + - feat: optional explicit RollbarInfrastructure initialization + - feat: structured Rollbar configuration + - feat: Blazor browser-side support + - feat: resolve #532 - Make RollbarMiddlewareException wrapper optional based on config settings + - feat: resolve #585 - Would like to have an ability to log HttpRequest Body via ILogger + - fix: OfflinePersistence module's dependency on SQLite native bits + - refactor: Simplified and upgraded Rollbar.OfflinePersistence dependencies and project settings + - refactor: resolve #587 - Update Rollbar.NET's dependency on Newtonsoft.Json package to current version 13.0 + - refactor: clean up the SDK explicit targets to only currently supported .NET versions + - refactor: clear all the VS build warnings and Intelli-sense messages + - refactor: addressed SonarCloud detected reliability issues + - refactor: addressed SonarCloud detected security hotspots + - refactor: addressed SonarCloud detected code smells + - chore: remove unused files from the repo root +