Skip to content

0.5.0

Choose a tag to compare

@TooTallNate TooTallNate released this 22 Mar 19:20

Minor Changes

  • Add LambdaError error subclass: e715310
  • Shutdown the Runtime API server after the process has exited: 5535d66
  • Refactor the runtime cache invalidation strategy to be more bullet-proof: 184f5ba
  • Remove the version field from the Runtime object: 6458ec9
  • Add cleanCacheDir() helper function: 4a38bbf
  • Update types: f9d3621
  • Create common Deferred type and update RuntimeServer to use it: d39d1d6
  • Set the acquireTimeoutMillis option for the process pool: 5e76dad
  • Convenience function throws an error upon failure payload: 805457d
  • Pass handled errors to the caller: dabec77

Patches

  • Get the proper aws_request_id for python runtime: ec40339
  • Delete the runtime init Promise after initialization: b01af05
  • Delete the runtime init Promise even if it throws: 170894d
  • Add python runtimes to README.md: 9f2f77c
  • Set the runtime API server mapping to child process before waiting for init: c45160c
  • Move the runtime init awaiting from the pool create function to the invoke() function: c9f14d0