Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Serilog.4.3.0.nupkg | 2025-05-18 | 653.7 kB | |
Serilog.4.3.0.snupkg | 2025-05-18 | 345.7 kB | |
README.md | 2025-05-18 | 711 Bytes | |
v4.3.0 source code.tar.gz | 2025-05-18 | 199.3 kB | |
v4.3.0 source code.zip | 2025-05-18 | 356.7 kB | |
Totals: 5 Items | 1.6 MB | 8 |
What's Changed
- [#2149] -
LogEvent.AddPropertyIfAbsent(ILogEventPropertyFactory, ...)
overload that helps avoid allocations (@vanni-giachin) - [#2158] - use HTTPS in all README.md images and links (@TimHess)
- [#2163] -
LogContext.Push()
overloads acceptingIEnumerable<ILogEventEnricher>
andReadOnlySpan<ILogEventEnricher>
(@SimonCropp) - [#2175], [#2178], [#2179] - fix AOT compatibility (@agocke)
New Contributors
- @vanni-giachin made their first contribution in https://github.com/serilog/serilog/pull/2149
- @TimHess made their first contribution in https://github.com/serilog/serilog/pull/2158
Full Changelog: https://github.com/serilog/serilog/compare/v4.2.0...v4.3.0