Skip to content

Prepare for 1.5.60-beta1 release#708

Merged
Aaronontheweb merged 1 commit intoakkadotnet:devfrom
Aaronontheweb:release/1.5.60-beta1
Jan 29, 2026
Merged

Prepare for 1.5.60-beta1 release#708
Aaronontheweb merged 1 commit intoakkadotnet:devfrom
Aaronontheweb:release/1.5.60-beta1

Conversation

@Aaronontheweb
Copy link
Member

Summary

Prepare for 1.5.60-beta1 beta release to test the OpenTelemetry trace correlation feature merged after 1.5.59.

Changes

  • Updated version to 1.5.60-beta1
  • Added release notes for 1.5.60-beta1

Release Notes

Beta Release

This is a beta release for testing the OpenTelemetry trace correlation feature that was merged after 1.5.59.

New Features

  • Add OpenTelemetry trace correlation support for LoggerFactoryLogger - enables proper trace correlation for logs emitted from actor code. Solves the problem that Activity.Current doesn't flow across actor mailbox boundaries because it uses AsyncLocal<T>. When using Akka.NET 1.5.59+, LogEvent.ActivityContext captures trace context at log creation time and flows it through to OpenTelemetry LogRecords via the new AkkaTraceContextProcessor. Register with options.AddAkkaTraceCorrelation() in your OpenTelemetry logging configuration.

Test plan

  • Build script ran successfully
  • Version updated to 1.5.60-beta1
  • CI passes

Beta release to test OpenTelemetry trace correlation feature merged after 1.5.59.
@Aaronontheweb Aaronontheweb enabled auto-merge (squash) January 29, 2026 20:04
@Aaronontheweb Aaronontheweb merged commit 0151075 into akkadotnet:dev Jan 29, 2026
2 of 4 checks passed
@Aaronontheweb Aaronontheweb deleted the release/1.5.60-beta1 branch January 29, 2026 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant