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.EmptyRecycleBinResult
andList<Database.EmptyRecycleBinResult>
. Support was previously added for logging theDatabase
result classesDeleteResult
,LeadConvertResult
,MergeResult
,SaveResult
,UpsertResult
andUndeleteResult
(for more details see release notes forv4.2.0
,v4.3.0
,v4.7.4
, andv4.10.0
). ButEmptyRecycleBinResult
had been overlooked - and in this release, it's now supported like the other result classes 🎉Add new instance method overloads in
LogEntryEventBuilder
forsetDatabaseResult()
to support logging instances ofDatabase.EmptyRecycleBinResult
andList<Database.EmptyRecycleBinResult>
Added new static method overloads in
Logger
to make it easier to log instances ofDatabase.EmptyRecycleBinResult
andList<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 04t5Y0000015oifQAA
This 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