Skip to content

v37.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Aug 23:03
· 247 commits to master since this release
fae3799

Features

  • parser: Wake source files may be enumerated via a manifest file to improve discovery speed (#1364)
  • runtime: Source files are now entirely determined based on git ls-files when running in a git repo (#1372)
  • format: wake-format will automatically select which files to format when --auto is set (#1376)
  • cache: Switch shared cache communication over to non-blocking io (#1378)
  • cache: Remove clients that have timed out (#1380)

Bug fixes

  • wake -s now correctly prefixes tag info/comments with # (#1371)

Deprecations

  • Remove support for unused wake wasm target (#1379)

Misc

  • Updates to logging documentation (#1361)(#1368)
  • Profile wake launch times (#1369)
  • Cleanup tarball artifacts (#1370)