Skip to content

v2.1.16

Compare
Choose a tag to compare
@skx skx released this 14 May 19:16
· 45 commits to master since this release

v2.1.16

This release concentrates on stability and error-recovery:

  • The same instance of the evalfilter object can now be used across goroutines
    • Reported in #166, implemented in #169.
  • Any code, be it internal to the evaluator, or external in your built-in functions, which calls panic will now have that reported.
    • This was reported in #167, and resolved in #168.

These changes, combined, should improve our robustness. This release also features a new built-in function panic which can be used to test the recovery, or terminate your scripts with a specific error-value.