Skip to content

1.10.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 May 23:15
· 16 commits to trunk since this release
  • Fix: Clean source paths that show up in stack traces.
  • Fix: Don't leak Zipline instances. We had a bug where our memory-leak detection itself introduced
    a memory leak. We held a reference to a Zipline instance that was intended to be used to report
    services that were garbage collected but not closed.