Skip to content

v2.0.5 - Maintenance Release

Compare
Choose a tag to compare
@ivantopo ivantopo released this 06 Mar 21:21
· 2579 commits to master since this release

Improvements

  • The context Scope is now AutoCloseable. This allows for more ergonomic usage when combining it with try-with-resources, scala.util.Using, cats.effect.Resource or anything similar. Contributed by @liff via #637.

Project Structure Changes

  • This release will be the first automated release done entirely from Github Actions, which is the first step towards getting #626 done. All the core sources were moved to the core folder and soon, instrumentation and reporter folders will follow. Contributed by @ivantopo via 295da01