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
Copy file name to clipboardExpand all lines: README.md
+5-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,17 +11,12 @@ A Serilog sink that writes events as documents to [MongoDB](http://mongodb.org).
11
11
12
12
## Whats New
13
13
14
-
#### New in v7.x
15
-
* Upgrade MongoDB.Driver to v3.0 - .NET Standard 2.0 support has been removed.
14
+
See [CHANGES.md](CHANGES.md) for complete version history.
16
15
17
-
#### New in v6.x
18
-
* Upgrade MongoDB.Driver to v2.28.0 (Thanks to [Memoyu](https://github.com/Memoyu))
19
-
* Add trace context to LogEntry (Thanks to [fernandovmp](https://github.com/fernandovmp))
20
-
21
-
#### New in v5.x
22
-
* Output structured MongoDB Bson logs by switching to `.MongoDBBson()` extensions. Existing `.MongoDB()` extensions will continue to work converting logs to Json and then to Bson.
23
-
* Rolling Log Collection Naming (Thanks to [Revazashvili](https://github.com/Revazashvili) for the PR!). MongoDBBson sink only.
24
-
* Expire TTL support. MongoDBBson sink only.
16
+
#### New in v7.2
17
+
* Fixed MongoDB v7.x compatibility - Error handling now uses error codes instead of string matching (#98, #99)
18
+
* Added comprehensive unit tests for MongoDB error handling
19
+
* Improved CI performance
25
20
26
21
## Installation
27
22
Install the sink via NuGet Package Manager Console:
0 commit comments