v1.3.0
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.