Skip to content

v1.3.0

Compare
Choose a tag to compare
@scheb scheb released this 29 Dec 17:20
· 30 commits to 1.x since this release

Added a configurable tombstone function name, so your tombstone function no longer needs to be named tombstone. Additional benefits:

  • The tombstone function doesn't need to be located in the global space, it can be located in a namespace now.
  • You can have multiple tombstone functions for different purposes. E.g. have a function that logs every single invocation and have another one that does random sampling.