Skip to content

Commit 8f6fb94

Browse files
release v9.1.0
1 parent 8f1730a commit 8f6fb94

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

.all-contributorsrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,16 @@
196196
"contributions": [
197197
"bug"
198198
]
199+
},
200+
{
201+
"login": "consulting-dev",
202+
"name": "consulting-dev",
203+
"avatar_url": "https://avatars.githubusercontent.com/u/155075432?v=4",
204+
"profile": "https://github.com/consulting-dev",
205+
"contributions": [
206+
"code",
207+
"ideas"
208+
]
199209
}
200210
],
201211
"contributorsPerLine": 7

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi
66

77
## Unreleased
88

9+
## [9.1.0] - 2025-01-19
10+
911
### :zap: Added
1012

1113
- [#409](https://github.com/FantasticFiasco/serilog-sinks-http/issues/409) Have `CompactTextFormatter`, `CompactRenderedTextFormatter`, `NamespacedTextFormatter`, `NormalTextFormatter` and `NormalRenderedTextFormatter` propagate the current trace and span id by writing the values into the JSON payload (contribution by [@consulting-dev](https://github.com/consulting-dev))

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22

33
<PropertyGroup>
4-
<VersionPrefix>9.0.0</VersionPrefix>
4+
<VersionPrefix>9.1.0</VersionPrefix>
55
<VersionSuffix></VersionSuffix>
66
<Authors>Mattias Kindborg</Authors>
77
<Copyright>Copyright 2015-2025 Serilog Contributors</Copyright>

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ The sink is batching multiple log events into a single request, and the followin
7676
"Level": "Information",
7777
"MessageTemplate": "Logging {@Heartbeat} from {Computer}",
7878
"RenderedMessage": "Logging { UserName: \"Mike\", UserDomainName: \"Home\" } from \"Workstation\"",
79+
"TraceId": "8feaddac8f663113b19488ef2824b416",
80+
"SpanId": "0caf323920535f7d",
7981
"Properties": {
8082
"Heartbeat": {
8183
"UserName": "Mike",
@@ -89,6 +91,8 @@ The sink is batching multiple log events into a single request, and the followin
8991
"Level": "Information",
9092
"MessageTemplate": "Logging {@Heartbeat} from {Computer}",
9193
"RenderedMessage": "Logging { UserName: \"Mike\", UserDomainName: \"Home\" } from \"Workstation\"",
94+
"TraceId": "ded4fb3d962c6e06498bf74ba3b44312",
95+
"SpanId": "5a7d2de54a0b083e",
9296
"Properties": {
9397
"Heartbeat": {
9498
"UserName": "Mike",
@@ -174,6 +178,7 @@ The following users have made significant contributions to this project. Thank y
174178
<td align="center" valign="top" width="14.28%"><a href="https://github.com/julichan"><img src="https://avatars.githubusercontent.com/u/27727780?v=4?s=100" width="100px;" alt="julichan"/><br /><sub><b>julichan</b></sub></a><br /><a href="https://github.com/FantasticFiasco/serilog-sinks-http/issues?q=author%3Ajulichan" title="Bug reports">🐛</a></td>
175179
<td align="center" valign="top" width="14.28%"><a href="https://github.com/janichirag11"><img src="https://avatars.githubusercontent.com/u/45846228?v=4?s=100" width="100px;" alt="janichirag11"/><br /><sub><b>janichirag11</b></sub></a><br /><a href="https://github.com/FantasticFiasco/serilog-sinks-http/issues?q=author%3Ajanichirag11" title="Bug reports">🐛</a></td>
176180
<td align="center" valign="top" width="14.28%"><a href="https://github.com/prasadpaul53"><img src="https://avatars.githubusercontent.com/u/78130718?v=4?s=100" width="100px;" alt="PaulP"/><br /><sub><b>PaulP</b></sub></a><br /><a href="https://github.com/FantasticFiasco/serilog-sinks-http/issues?q=author%3Aprasadpaul53" title="Bug reports">🐛</a></td>
181+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/consulting-dev"><img src="https://avatars.githubusercontent.com/u/155075432?v=4?s=100" width="100px;" alt="consulting-dev"/><br /><sub><b>consulting-dev</b></sub></a><br /><a href="https://github.com/FantasticFiasco/serilog-sinks-http/commits?author=consulting-dev" title="Code">💻</a> <a href="#ideas-consulting-dev" title="Ideas, Planning, & Feedback">🤔</a></td>
177182
</tr>
178183
</tbody>
179184
</table>

0 commit comments

Comments
 (0)