This message covers changes in this release. For a summary of critical release notices, see
https://docs.datomic.com/cloud/releases.html#critical-notices
Release 616-8879 fixes regression introduced in 569-8835 where
datoms,seek-datoms, andindex-rangereturn incorrect results ifIterable.iteratoris called more than once on the returned value.
Moving to this release is strongly advised.
02/21/220 - 616-8879 - Compute Update
- New feature:
[:db/retract eid aid]will retract all values for an eid/aid combination. - Critical Fix: regression introduced in 569-8835 where
datoms,seek-datoms, andindex-rangereturn incorrect results ifIterable.iteratoris called more than once on the returned value. - Fix: respect
nilas a limit in querypullexpression. - Fix: respect
falseas a default in querypullexpressions for boolean-valued attributes. - Fix: allow arbitrary
java.util.List(not just Clojure vectors) for lookup refs.