Skip to content

Commit 7f8d450

Browse files
committed
update changelog and merge versions to match nuget releases
1 parent cc15f22 commit 7f8d450

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,18 @@ Readme: https://github.com/manigandham/serilog-sinks-googlecloudlogging/blob/mas
88
- Updated nuget references to latest versions.
99

1010
## 3.3.3
11-
- Fixed bug with incorrect log correlation trace/span ids.
12-
13-
## 3.3.2
1411
- 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.
1513
- Updated nuget references to latest versions.
1614
- Added `net5.0` framework target.
1715

18-
## 3.3.1
19-
- Updated nuget references to latest versions.
20-
2116
## 3.3.0
2217
- Added new config property for minimal logging level for sink.
2318
- Added support for level switch to change minimum logging level at runtime.
2419

2520
## 3.2.0
26-
- Fixed bug with `IBatchedLogEventSink` implementation.
27-
28-
## 3.1.0
2921
- Updated nuget references and used new `IBatchedLogEventSink` interface for `Serilog.Sinks.PeriodicBatching`.
22+
- Fixed bug with `IBatchedLogEventSink` implementation.
3023
- 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.
3124

3225
## 3.0.0
@@ -40,7 +33,7 @@ Readme: https://github.com/manigandham/serilog-sinks-googlecloudlogging/blob/mas
4033
- Improved logging performance (`StringWriter` reuse) and cache log names (using a static dictionary).
4134

4235
## 2.3.0
43-
- Log names are automatically formatted to match requirements (trim unsafe characters and use url-encoding).
36+
- Log names are automatically formatted to match requirements (trim unsafe characters and apply URL encoding).
4437

4538
## 2.2.1
4639
- Updated nuget references to latest versions.
@@ -107,4 +100,4 @@ Readme: https://github.com/manigandham/serilog-sinks-googlecloudlogging/blob/mas
107100
- Fixed property handling to support scalar and nested properties.
108101

109102
## 1.0.0
110-
- Sink created for GCP stack driver.
103+
- Sink created for GCP stack driver.

0 commit comments

Comments
 (0)