-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from akkadotnet/dev
v1.4.1-RC1 release
- Loading branch information
Showing
12 changed files
with
309 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,2 @@ | ||
#### 1.3.11 February 05 2020 #### | ||
|
||
* Breaking change [Fixed: SourceContext should be set consistent with Serilog expectations](https://github.com/akkadotnet/Akka.Logger.Serilog/issues/78) | ||
|
||
#### 1.3.10 October 05 2019 #### | ||
* Upgraded to Serilog v2.9.0 | ||
* Upgraded to Akka 1.3.15 | ||
|
||
#### 1.3.9 August 23 2018 #### | ||
* [Fixed: Regression: ForContext API doesn't apply changes](https://github.com/akkadotnet/Akka.Logger.Serilog/issues/51) | ||
* Upgraded to Akka.NET v1.3.9. | ||
* Upgraded to Serilog v2.7.1. | ||
|
||
#### 1.3.6 April 28 2018 #### | ||
* Restored `SerilogLogMessageFormatter` in order to fix [Bug: `LogEvent.ToString()` blows up when using Serilog semantic formatting](https://github.com/akkadotnet/Akka.Logger.Serilog/issues/43). | ||
* Upgraded to [Akka.NET v1.3.6](https://github.com/akkadotnet/akka.net/releases/tag/v1.3.6). | ||
|
||
If you intend on using any of the Serilog semantic logging formats in your logging strings, __you need to use the SerilogLoggingAdapter__ inside your instrumented code or there could be elsewhere inside parts of your `ActorSystem`: | ||
|
||
```csharp | ||
var log = Context.GetLogger<SerilogLoggingAdapter>(); // correct | ||
log.Info("My boss makes me use {semantic} logging", "semantic"); // serilog semantic logging format | ||
``` | ||
|
||
This will allow all logging events to be consumed anywhere inside the `ActorSystem`, including places like the Akka.NET TestKit, without throwing `FormatException`s when they encounter semantic logging syntax outside of the `SerilogLogger`. | ||
|
||
#### 1.3.3 January 27 2018 #### | ||
|
||
Removed SerilogLogMessageFormatter since its no longer needed | ||
Support for Akka 1.3.3 | ||
Update to Serilog 2.6.0 | ||
|
||
#### 1.2.0 April 18 2017 #### | ||
|
||
Support for Akka 1.2.0 | ||
|
||
#### 1.1.3 Januari 26 2017 #### | ||
|
||
Support for Akka 1.1.3 | ||
|
||
Update to Serilog 2.4.0 | ||
|
||
#### 1.1.2 September 26 2016 #### | ||
|
||
Support for Akka 1.1.2 | ||
Update to Serilog 2.2.1 | ||
|
||
#### 1.1.1 Juli 16 2016 #### | ||
|
||
Support for Akka 1.1.1 | ||
Updated to Serilog 2.0.0 | ||
|
||
#### 1.0.8 March 27 2016 #### | ||
|
||
Support for Akka 1.0.8 | ||
|
||
#### 1.0.7 Februari 29 2016 #### | ||
|
||
Support for Akka 1.0.7 | ||
#### 1.4.1-RC1 March 02 2020 #### | ||
* Updated Serilog to [Akka.NET v1.4.1-RC1](https://getakka.net/community/whats-new/akkadotnet-v1.4.html) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.