Skip to content

v0.6.0

Choose a tag to compare

@obinnanwachukwu1 obinnanwachukwu1 released this 23 Apr 18:40
· 833 commits to main since this release

Added

  • Experimental browser-local Java runtime client and worker support.
  • Java runtime capability profiles, worker asset sync coverage, and packaged browser harness surface.
  • Java trace adapter support for line events, access metadata, visualization payloads, and runtime output normalization.

Changed

  • Runtime trace contract normalization now deduplicates noisy access metadata and enforces shared trace clipping semantics.
  • JavaScript and Python workers now share the same trace budget controls used by the browser harness clients.
  • Browser example app now exercises Java alongside Python, JavaScript, and TypeScript.

Fixed

  • TypeScript for...of tracing now delays iterable access metadata to the next executable step while preserving loop-header flushes for body mutations.
  • Java worker asset checks now cover the helper, rewriter, bridge, parser, and compiler jars needed by the Java lane.

Notes

  • 0.6.0 is the first Java runtime preview release. Java remains capability-profiled as experimental.