Skip to content

2026.15

Choose a tag to compare

@jakubno jakubno released this 09 Apr 14:13
· 115 commits to main since this release
d9063bd

What’s Changed

API

Improvements

  • Prevent thundering herd when scheduling sandboxes to orchestrator nodes by @morningtzh in #2201

Orchestrator

Improvements

  • Move BusyBox from compile-time embed to runtime disk read by @tomassrnka in #2326
  • Reduce dirty tracking granularity from 4KB to 2MB by @djeebus in #2306
  • Rename TemplateFilesPaths and simplify path API by @levb in #2298
  • Guard sliceDirect against out-of-bounds offsets by @joe-lombrozo-s-bot in #2329
  • Batcher refactor and performance observability improvements by @sitole in #2310
  • Move BusyBox from compile-time embed to runtime disk read by @tomassrnka in #2326

Bug Fixes

  • Sample CPU in background to prevent spike inflation by @sitole in #2313
  • Fix downloading all objects with orchestrator prefix to local folder by @sitole in #2296

Misc

Features


New Contributors