This question pertains more to downstream impact.
Since the removal of the tombstone docs, which signify document deletion, the seemingly only way to determine if an entry has been deleted is to check the _changes
API on CouchDB, specifically the ‘deleted’ boolean as outlined in their documentation.
For context, we use these tombstones to signify if certain records should be omitted from reports.
Is this the expected method of tracking deletions for downstream tie-ins?
We also relied on these tombstones for tracking who deleted what. As mentioned in this thread, we were able to identify that a user at one point deleted their own hierarchy person (which was really useful).
Is this detail now lost, or is there another way to obtain this information?