-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.6.24 - Update RollupLogger interface visibility (#586)
* promote RollupLogger's virtual methods & inner interface to global. This should allow subscribers of the managed package to write their own plugins.
- Loading branch information
1 parent
d8ff7fa
commit 366ca57
Showing
6 changed files
with
16 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,6 @@ | |
"[email protected]": "04t6g000008OaYwAAK", | ||
"[email protected]": "04t6g000008OaZBAA0", | ||
"[email protected]": "04t6g000008OaZaAAK", | ||
"[email protected]": "04t6g000008OawNAAS" | ||
"[email protected]": "04t6g000008OawwAAC" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
"package": "apex-rollup", | ||
"path": "rollup", | ||
"scopeProfiles": true, | ||
"versionName": "Adds support for exceptions to be thrown when parent-level saves errors occur", | ||
"versionNumber": "1.6.23.0", | ||
"versionName": "Updates visibility of RollupLogger interfaces", | ||
"versionNumber": "1.6.24.0", | ||
"versionDescription": "Fast, configurable, elastically scaling custom rollup solution. Apex Invocable action, one-liner Apex trigger/CMDT-driven logic, and scheduled Apex-ready.", | ||
"releaseNotesUrl": "https://github.com/jamessimone/apex-rollup/releases/latest", | ||
"unpackagedMetadata": { | ||
|
@@ -106,6 +106,7 @@ | |
"[email protected]": "04t6g000008OanPAAS", | ||
"[email protected]": "04t6g000008OatsAAC", | ||
"[email protected]": "04t6g000008OavAAAS", | ||
"[email protected]": "04t6g000008OawIAAS" | ||
"[email protected]": "04t6g000008OawIAAS", | ||
"[email protected]": "04t6g000008OawrAAC" | ||
} | ||
} |