v4.15.2 - Added support for logging instances of Database.EmptyRecycleBinResult and List<Database.EmptyRecycleBinResult> #819
jongpie
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks to @TrangOul for this release by suggesting issue #804 and implementing it in PR #806! 👏🥳
Core Unlocked Package Changes
This release provides the ability to log instances of
Database.EmptyRecycleBinResultandList<Database.EmptyRecycleBinResult>. Support was previously added for logging theDatabaseresult classesDeleteResult,LeadConvertResult,MergeResult,SaveResult,UpsertResultandUndeleteResult(for more details see release notes forv4.2.0,v4.3.0,v4.7.4, andv4.10.0). ButEmptyRecycleBinResulthad been overlooked - and in this release, it's now supported like the other result classes 🎉Add new instance method overloads in
LogEntryEventBuilderforsetDatabaseResult()to support logging instances ofDatabase.EmptyRecycleBinResultandList<Database.EmptyRecycleBinResult>Added new static method overloads in
Loggerto make it easier to log instances ofDatabase.EmptyRecycleBinResultandList<Database.EmptyRecycleBinResult>?.and null coalescing operator??in several placesInstallation Info
Core Unlocked Package - no namespace
Full Changelog: v4.15.1...v4.15.2
sf package install --wait 20 --security-type AdminsOnly --package 04t5Y0000015oifQAAThis discussion was created from the release Add support for logging instances of Database.EmptyRecycleBinResult and List (#806).
Beta Was this translation helpful? Give feedback.
All reactions