|
| 1 | +--- |
| 2 | +title: Exceptionless.Net 6.0.0 Released |
| 3 | +date: 2023-05-04 |
| 4 | +author: Blake Niemyjski |
| 5 | +--- |
| 6 | + |
| 7 | +We are thrilled to announce the release of version 6 of the |
| 8 | +[Exceptionless .NET client](https://github.com/exceptionless/Exceptionless.Net). |
| 9 | +Our team has been working to enhance the client's out of the box functionality |
| 10 | +and clear out the entire backlog of feature requests and issues! |
| 11 | + |
| 12 | +## HTTP Header support |
| 13 | + |
| 14 | +We added the ability to automatically capture available HTTP Headers when |
| 15 | +gathering the Request Info! |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | +The headers will be displayed on the events `Request` tab. |
| 20 | + |
| 21 | +## Logging Improvements |
| 22 | + |
| 23 | +We've made changes to all our logging targets like (E.G., |
| 24 | +[NLog](https://www.nuget.org/packages/Exceptionless.NLog), |
| 25 | +[Microsoft.Extensions.Logging](https://www.nuget.org/packages/Exceptionless.Extensions.Logging), |
| 26 | +[Serilog](https://www.nuget.org/packages/Serilog.Sinks.Exceptionless)) to |
| 27 | +automatically configure the default log level to Trace via the |
| 28 | +`ExceptionlessClient.Default.Configuration.SetDefaultMinLogLevel` method. This |
| 29 | +method controls how we process log levels until we have server side dynamic |
| 30 | +log levels! Now users will see logs immediately on app startup when a logging |
| 31 | +provider is configured. |
| 32 | + |
| 33 | +We've also updated NLog from version 4 to version 5! Bringing in many new |
| 34 | +enhancements to the logging provider through community contribution! |
| 35 | + |
| 36 | +## Breaking changes |
| 37 | + |
| 38 | +We had to introduce some necessary breaking changes around serialization. Rest |
| 39 | +assured, we've kept these breaking changes minimal and they should not effect |
| 40 | +anyone. For more information, please refer to the |
| 41 | +[upgrade guide](https://exceptionless.com/docs/clients/dotnet/upgrading/). |
| 42 | + |
| 43 | +## Upgrading |
| 44 | + |
| 45 | +Upgrading to the latest version of the Exceptionless .NET client is simple. Just |
| 46 | +update your [NuGet package](https://www.nuget.org/packages/Exceptionless/), and |
| 47 | +you're good to go. As always, our |
| 48 | +[documentation](https://exceptionless.com/docs/clients/dotnet/upgrading/) is |
| 49 | +available to help you with the upgrade process, and our support team is always |
| 50 | +here to answer any questions you may have. |
| 51 | + |
| 52 | +## We want to hear from you |
| 53 | + |
| 54 | +We are constantly working to improve our .NET client and provide the best error |
| 55 | +tracking and reporting experience for .NET developers. |
| 56 | + |
| 57 | +* [.NET Client Feedback](https://github.com/exceptionless/Exceptionless.Net/issues/new) |
| 58 | +* [JavaScript Client Feedback](https://github.com/exceptionless/Exceptionless.JavaScript/issues/new) |
| 59 | +* [Exceptionless Feedback](https://github.com/exceptionless/exceptionless/issues/new) |
| 60 | + |
| 61 | +The team at Exceptionless |
0 commit comments