Skip to content

v1.5.84 - Full Recalculation Default Values bugfix

Compare
Choose a tag to compare
@jamessimone jamessimone released this 08 Sep 17:44
· 60 commits to main since this release
d92f6f1
  • removed now-defunct piece of README
  • tweaked heap size limits to prevent an unfortunate issue where rollups on the verge of timing out exceeded the heap size limit prior to successfully deferring
  • fixed an issue reported in #488 where full record set rollups wouldn't properly reset their parent's rollup field value when all children were updated in a single update to no longer match due to RollupTests.shouldResetRollupValueWhenIsFullRecordSetAndUpdatedItemNoLongerMatches having some incorrect setup 😅
  • fixed an issue reported in #490 where the default recalc values weren't being applied properly to parents without matching children
  • shifted some tests around and created RollupFlowFullRecalcTests to further organize things