Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .changeset/dotnet-otel-correlation.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @smooai/logger

## 4.2.1

### Patch Changes

- 5b801d7: .NET: log records now carry the active OTel span's real W3C `traceId`/`spanId`
via `Activity.Current`, falling back to the correlation uuid when no valid
activity is in scope.

The version bump for the .NET package is driven from `package.json` by
`scripts/sync-versions.mjs`, so this file exists to make sure the release
CHANGELOG actually mentions the change — without it the NuGet package still
republishes (any changeset in the release triggers every language), just with no
record of what changed.

## 4.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smooai/logger",
"version": "4.2.0",
"version": "4.2.1",
"description": "A powerful contextual logging system designed for AWS Lambda and Browser environments, with built-in support for structured logging, correlation tracking, and automatic context gathering.",
"homepage": "https://github.com/SmooAI/logger#readme",
"bugs": {
Expand Down
Loading