Skip to content

Pawlished

Compare
Choose a tag to compare
@mstephen19 mstephen19 released this 08 Feb 19:45
· 55 commits to main since this release
c1186bf

Changed

  • Minor refactors.
  • README image.

Added

  • ServiceClusterOptions and optional autoRenew option.
  • Accept exit codes in the Service.close() and exceptionHandler.terminate() functions.
  • SharedMap.delete() method.
  • New clause to the license.

Fixed

  • SharedMap.get() returning null for non-existent properties, but returning the string of 'null' for existing properties with values set to null.
  • Service.call() hanging forever if the underlying task uses process.exit().