Skip to content

2.0.0-beta.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@oschwald oschwald released this 24 Aug 02:48
· 6 commits to main since this release
3f8df2c
  • Replaced runtime.SetFinalizer with runtime.AddCleanup for resource
    cleanup in Go 1.24+. This provides more reliable finalization behavior and
    better garbage collection performance.