You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed bug with incorrect log correlation trace/span ids.
12
-
13
-
## 3.3.2
14
11
- Added `UseLogCorrelation` option to allow log integration with [Google Cloud Trace](https://cloud.google.com/trace/docs/trace-log-integration). Defaults to `true`.
12
+
- Fixed bug with incorrect log correlation trace/span ids.
15
13
- Updated nuget references to latest versions.
16
14
- Added `net5.0` framework target.
17
15
18
-
## 3.3.1
19
-
- Updated nuget references to latest versions.
20
-
21
16
## 3.3.0
22
17
- Added new config property for minimal logging level for sink.
23
18
- Added support for level switch to change minimum logging level at runtime.
24
19
25
20
## 3.2.0
26
-
- Fixed bug with `IBatchedLogEventSink` implementation.
27
-
28
-
## 3.1.0
29
21
- Updated nuget references and used new `IBatchedLogEventSink` interface for `Serilog.Sinks.PeriodicBatching`.
22
+
- Fixed bug with `IBatchedLogEventSink` implementation.
30
23
- Added `QueueSize` parameter for internal batching queue. See [`PeriodicBatchingSinkOptions`](https://github.com/serilog/serilog-sinks-periodicbatching/blob/dev/src/Serilog.Sinks.PeriodicBatching/Sinks/PeriodicBatching/PeriodicBatchingSinkOptions.cs) for details.
0 commit comments