Releases: jamessimone/apex-rollup
Releases · jamessimone/apex-rollup
v1.7.39 - Allow Targeted Full Recalcs With Multiple Parents
- 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
RollupParentResetProcessorwas 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
- 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
Fixes #745 by ensuring COUNT-based rollups reset properly during full record set recalculations
v1.7.36 - DST Date Literal updates
v1.7.35 - Locale-Based Bugfix in RollupDateLiteral
- Fixes
RollupDateLiteralboundary issues for various locales - Fixes issue with
RollupStatetracking 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
- Fixes #739 by defensively parsing obscure Datetime strings in DataWeave
v1.7.33 - Invocable Action Extension update
- 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
- Fixes an issue where RollupOrderBy__mdt.ShouldOverridePicklistOrdering__c would not be properly queried
v1.7.31 - Fixes DST issue with RollupDateLiteral.NextWeek
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
- prevents runaway finalizer trains
- fixes #727 by preventing unnecessary runs when full recalculation override values are supplied but old/new children don't match