Skip to content

v0.11.0 — Stability Fixes

Choose a tag to compare

@clemlesne clemlesne released this 20 Feb 10:18
· 337 commits to main since this release

What's New

Bug Fixes

  • Asset caching — version-based cache directory prevents stale assets from being served after upgrade. Previously, cached binaries could persist across versions.
  • Package install errors — scheduler now propagates install failures instead of silently degrading. Users get clear errors when a dependency fails in the sandbox.
  • Unsupported languages — package validator raises a descriptive error instead of an opaque KeyError.
  • Logging conflict — renamed created extra key in overlay pool to avoid shadowing Python's built-in LogRecord.created attribute.
  • Language enum consistency_prepare_vm converts language once upfront instead of ad-hoc string comparisons throughout.

Tests

  • Parametrized package install tests, added native extension coverage.

Full Changelog: v0.10.0...v0.11.0