Skip to content

1.4.3

Compare
Choose a tag to compare
@ktoso ktoso released this 10 Aug 08:46
· 30 commits to main since this release
1.4.3
8fc79ca

Highlights

Loggers and all related types are now Sendable, including metadata values which have to be Sendable as well.

When using from Swift that is concurrency aware, you may be getting warnings where you didn't before, these are all correct though - you need to be ready for e.g. logger metadata to be accessed from another thread. Thankfully values logged this way should usually be sendable to begin with, preferably value types.

For more details see: #218

What's Changed

New Contributors

Full Changelog: 1.4.2...1.4.3