v4.15.3 - Improved Testability of Queries #822
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
-
Core Unlocked Package Changes
LoggerSObjectProxy
, which are used for dynamically interacting with some standard SObject types that don't exist in all orgs (Network
,OmniProcess
, etc.)LoggerParameter__mdt
). This is controlled internally by Nebula Logger via a new Apex classLoggerConfigurationSelector
LogMassDelete
to the permission setsLoggerAdmin
,LoggerLogViewer
, andLoggerEndUser
Async Failure Additions
Plugin Changes -v1.0.3
LogFinalizer
to skip logging the async context when no error has occurredv4.15.3
(this release), now that the org's actual CMDT records are loaded during testsBig Object Archiving
Plugin Changes -v0.9.1
v4.15.3
(this release), now that the org's actual CMDT records are loaded during testsPipeline Changes
package.json
+build.yml
to auto-generate apackage.xml
manifest file for the core package's metadata, stored within the repo atnebula-logger/core.package.xml
. Thanks to @Coding-With-The-Force for chatting about this!sf project deploy start --manifest ./nebula-logger/core.package.xml
package.xml
file for Nebula Logger to help any teams that meet the 2 criteria below:package.xml
manifest files in their deployment/devops processextra-tests
directory (used by the pipeline) to help validate that the org's records are correctly returned by the new query selector classpackage.json
/ regeneratedpackage-lock.json
Installation Info
Core
Unlocked Package - no namespacesf package install --wait 20 --security-type AdminsOnly --package 04t5Y0000015ok2QAA
Async Failure Additions
Plugin Unlocked Package - no namespaceℹ️ This release of the plugin requires
v4.15.3
of Nebula Logger's core unlocked package (above)sf package install --wait 20 --security-type AdminsOnly --package 04t5Y0000015ok7QAA
Big Object Archiving
Plugin Unlocked Package - no namespaceℹ️ This release of the plugin requires
v4.15.3
of Nebula Logger's core unlocked package (above)sf package install --wait 20 --security-type AdminsOnly --package 04t5Y0000015okCQAQ
This discussion was created from the release Improved Testability of Queries.
Beta Was this translation helpful? Give feedback.
All reactions