Hi folks! New Datomic Pro Release 1.0.7491 now available! https://forum.datomic.com/t/datomic-1-0-7491-pro-now-available/2608
@jaret thanks! Is there some more info on what the fixed bug actually is? The changelog is a bit terse. “Fix: Ignore component relationships established after an excision request”. Is this about a component reference being asserted after a :db/excise is transacted but before the transactor handles the excision of that entity or something else?
@boyan We found a bug where components which are connected to the excised entity after the excision are considered eligible for excision. The fix is to ensure that no datoms are ever excised whose tx is at or after the excision tx. I think its worth noting that while this was a bug the datoms are sort of semantically meaningless as you would be making a component of an excised entity.
Thanks! Makes sense!