Skip to content

v1.5.46 - Batch Consolidation, Flow merge bugfix

Compare
Choose a tag to compare
@jamessimone jamessimone released this 07 Feb 02:55
· 106 commits to main since this release
7e05978
  • updated parent reset button in advance prep for Spring 23 to use RefreshEvent instead of the now-forbidden Aura refresh hack
  • Consolidated a ton of async code related to batch/queueable processes which really trimmed down on RollupBatchFullRecalculator in particular
  • Fixed a bug reported by Katherine West that was introduced in #396 whereby Flows called by imperative Apex invoked from merge operations failed to get the right System.TriggerOperation assigned to them
  • Updated Extra Code Coverage plugin
  • Trimmed down RollupTests and converted quite a few of its tests that had strayed from the unit-y nature of that class into integration territory