Skip to content

Version 0.5.5

Compare
Choose a tag to compare
@jhuckaby jhuckaby released this 07 Aug 20:09
· 356 commits to master since this release

This version now uses bcrypt to hash passwords, which is much more secure than the previous salted SHA-256 implementation. Also, it includes a few small bug fixes:

  • Fixed bug where Plugin params named script didn't make it into the child ENV.
  • Forgot to enable log_crashes for logging Node interpreter crashes.
  • Improved debug logging for spawning children.