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-range
return incorrect results ifIterable.iterator
is 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-range
return incorrect results ifIterable.iterator
is called more than once on the returned value. - Fix: respect
nil
as a limit in querypull
expression. - Fix: respect
false
as a default in querypull
expressions for boolean-valued attributes. - Fix: allow arbitrary
java.util.List
(not just Clojure vectors) for lookup refs.