Releases: scheb/tombstone
Releases · scheb/tombstone
v1.7.0
v1.6.0
v1.5.2
v1.5.1
v1.5.0
v1.4.0
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.