Skip to content

Commit

Permalink
Merge pull request #620 from WideSpectrumComputing/master
Browse files Browse the repository at this point in the history
ref #611 - updated release notes
  • Loading branch information
akornich authored Feb 8, 2022
2 parents 92043bd + 7eb4b77 commit f0ca7d9
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion SdkCommon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,25 @@
<SdkVersionSuffix></SdkVersionSuffix> <!-- Optional. Examples: alpha, beta, preview, RC etc. -->
<SdkLtsRelease>false</SdkLtsRelease> <!-- Optional. Examples: false (default) or true. -->
<SdkReleaseNotes> <!-- Required -->
- 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

</SdkReleaseNotes>

<!--
Expand Down

0 comments on commit f0ca7d9

Please sign in to comment.