New Release v4.10.0 - Spring '23 Release #476
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
-
Managed Package Release -
v4.10.0
Happy belated Spring '23 release! 🥳 A little behind schedule, this release is for both the unlocked package (as always), as well as the managed package! For orgs that are upgrading to this version of the managed package, you can see everything that's changed between
v4.9.0
andv4.10.0
by reviewing:Core Unlocked Package Changes -
v4.10.0
Metadata API Version
v56.0
(Winter '23 release) tov57.0
(Spring '23 release)Log__c.ApiVersion__c
, added "v58.0 - Summer '23 Release"Apex Logging Improvements
Database.LeadConvertResult
- thanks to @justin-lyon for pointing out that this was missing from the list of supportedDatabase
classes that were added inv4.7.4
!Added new instance method overload
LogEntryEventBuilder.setDatabaseResult(Database.LeadConvertResult leadConvertResult)
Added several static method overloads in
Logger
for easily loggingDatabase.LeadConvertResult
instances. The full list of method overloads is:Added static methods overloads for
Logger.logDatabaseErrors()
for loggingList<Database.LeadConvertResult>
errors. If the list of lead convert results includes 1 or more errors (based on isSuccess() == false), then a new log entry is added, and the JSON of any unsuccessful results is serialized/stored in the log entry.Bugfixes
Log__c
- thanks to @solo-1234 for reporting this issue!lightning-spinner
tologViewer
that's displayed on loadCode Cleanup
LogEntryEventBuilder.ORGANIZATION_API_VERSION
toLogger.ORGANIZATION_API_VERSION
soLogger
can dynamically include the API version when saving with the save methodLogger.SaveMethod.REST
@future
method in the codebase,LogEntryEventHandler.setStatusApiDetails()
(used to call the Salesforce Status API), and replaced it with a private queueable classLogEntryEventHandler.StatusApiCalloutQueueable
Documentation Improvements
sfdx
commands inREADME.md
so everyone can easily copy & paste the recommended commands to install Nebula Logger's unlocked & managed core packagesPipeline Changes
sfdx
to version7.191.1
sfdx
commands inbuild.yml
andpackage.json
to use the new syntax for commands & parametersInstallation Info
Core Unlocked Package - no namespace
Full Changelog: v4.9.11...v4.10.0
sfdx package install --wait 20 --security-type AdminsOnly --package 04t5Y0000015nWjQAI
Core Managed Package -
Nebula
namespaceFull Changelog: v4.9.0...v4.10.0
sfdx package install --wait 20 --security-type AdminsOnly --package 04t5Y0000015nWeQAI
This discussion was created from the release v4.10.0 - Spring '23 Release.
Beta Was this translation helpful? Give feedback.
All reactions