Skip to content

0.2.0

Choose a tag to compare

@TooTallNate TooTallNate released this 28 Feb 00:32

This version adds support for pkg, by extracting executable resources out of the "snapshot" file system and into a local cache.

Minor Changes

  • pkg support: 4e7037f
  • Remove the go1.x bootstrap file: 89d6ca3
  • Listen for SIGINT/SIGTERM to clean up child process in go1.x runtime: b0b6ff7
  • Enable pkg unit test: a5c393e
  • Re-enable MacOS tests on CircleCI: 7b3e481
  • Less debug on CircleCI: 0c61df2
  • Remove async generator during unzip: f362d73
  • Don't log lambda runtime errors, create proper Errors: 14b09a4

Patches

  • Unfreeze the process before terminating: 45fcf98
  • Implement copy() operation using readFile()/writeFile(): bb31fdb
  • Fix null pointer exception in Go runtime: 23a11e6