Skip to content

Releases: jamessimone/apex-rollup

v1.7.39 - Allow Targeted Full Recalcs With Multiple Parents

01 May 19:05
fbda10b

Choose a tag to compare

  • adds functionality to pass comma-separated parents/Id collection to RollupFlowFullRecalcDispatcher flow action
  • started appending the synchronous source stacktrace to async code paths to give people a better "big picture" idea of the call stack for rollups
  • fixed an issue where sometimes the RollupParentResetProcessor was starting up even if it was a known no-op
  • Added additional test classes to the ExtraCodeCoverage plugin

v1.7.38 - Salesforce Graph Engine scanning

08 Apr 12:15
6b8ae4c

Choose a tag to compare

  • Adds graph engine scanning to quality pipeline
  • Fixes a few failing tests in RollupDateLiteralTests
  • Fixes a breaking change made to the org edition property in project-scratch-def.json

v1.7.37 - COUNT Full Record Set bugfix

19 Mar 16:34
ab4e910

Choose a tag to compare

Fixes #745 by ensuring COUNT-based rollups reset properly during full record set recalculations

v1.7.36 - DST Date Literal updates

12 Mar 18:26
daafd16

Choose a tag to compare

  • Fixes #756 and bumps extra code coverage plugin
  • Updated a few tests in RollupTests via #757
  • Thanks to @cwarden for pointing out a fallback argument issue in RollupDateLiteral for orgs with no Period data

v1.7.35 - Locale-Based Bugfix in RollupDateLiteral

25 Feb 15:58
9aecffe

Choose a tag to compare

  • Fixes RollupDateLiteral boundary issues for various locales
  • Fixes issue with RollupState tracking parent-level fields, which are not supported in DataWeave deserialization
  • Fixes #750 by properly tracking some static properties in Rollup.cls
  • Adds SLDS linting and fixed up a few deprecated SLDS classes

v1.7.34 - DataWeave bugfix

27 Jan 16:56
9df4bd6

Choose a tag to compare

  • Fixes #739 by defensively parsing obscure Datetime strings in DataWeave

v1.7.33 - Invocable Action Extension update

13 Nov 17:12
c8bd062

Choose a tag to compare

  • Adds Invocable Action Extension metadata to clean up and beter organize the Rollup invocable action menus care of @jkranz-rk

v1.7.32 - RollupRepository Bugfix

28 Oct 23:39
fb82f31

Choose a tag to compare

  • Fixes an issue where RollupOrderBy__mdt.ShouldOverridePicklistOrdering__c would not be properly queried

v1.7.31 - Fixes DST issue with RollupDateLiteral.NextWeek

27 Oct 14:44
fb7e15a

Choose a tag to compare

Generally a test-only issue present around this time of year, but good to pin to DST-safe versions whenever possible

v1.7.30 - Prevent Runaway Finalizer Trains

23 Oct 17:34
6f796a5

Choose a tag to compare

  • prevents runaway finalizer trains
  • fixes #727 by preventing unnecessary runs when full recalculation override values are supplied but old/new children don't match