Skip to content

v0.17.0

Choose a tag to compare

@github-actions github-actions released this 20 Feb 02:48
· 309 commits to master since this release
c869929

Changelog

  • 304ad46 Reject nested export definitions at parse time
  • 97bff54 Match nested modules for wildcard allow-list policy
  • 701d834 Make require alias binding atomic
  • fde2a3a Keep loop control signals out of rescue handling
  • c849e57 Keep host control signals out of rescue
  • 3846ed9 Improve module cycle diagnostics
  • 361192f Harden module path normalization and traversal checks
  • 59bd3e2 Define module namespace conflict behavior
  • 8daf6a6 Add typed rescue error matching
  • 6da45bc Add require aliasing for module imports
  • 55f880a Add raise re-raise semantics with stack preservation
  • cd52bce Add module layout docs and require migration guide
  • d360107 Add module cache invalidation policy
  • 6245a03 Add module allow deny policy hooks
  • 0e3369d Add explicit module export controls
  • 0125440 Add begin rescue ensure error handling