New Release v4.7.3 - Added query selector classes, fixed some recurring bugs #316
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
-
Enhancements
This PR is primarily focused on adding some optimizations & cleanup as pre-work to implementing some stellar suggestions from @LawrenceLoz that will be implemented as part of #311 (originally discussed in #303)
LoggerEngineDataSelector
andLogManagementDataSelector
to centralize (almost) all queries throughout the codebaseLoggerCache
to centralize caching of query resultsBugfixes
UUID
for the transaction ID (instead of usingSystem.Request.getCurrent().getRequestId()
)LoggerEmailSender.SENT_EMAILS
, which was previously causing test failures in orgs with email deliverability disabled.LoggerSObjectMetadata
to permission sets 'LoggerAdmin' and 'LoggerLogViewer'Metadata Cleanup
Async Failures plugin
LoggerSObjectHandler.BatchApexErrorEvent
for the async failures plugin (and created a new package version that includes the CMDT record)This discussion was created from the release Added query selector classes, fixed some recurring bugs.
Beta Was this translation helpful? Give feedback.
All reactions