v4.11.0 - Summer '23 Release #517
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.11.0
This release is for both the unlocked package (as always), as well as the managed package! You can see everything that's changed between
v4.10.0
andv4.11.0
by reviewing:v4.10.5
added a custom index to the fieldLogEntry__c.OriginLocation__c
to help optimize anything that filters on this field, such as SOQL queries, list views, reports, etc. This was implemented using the recently-added metadata typeCustomIndex
, which is considered generally-available (GA). However, there have been a handful of related errors reported due to theCustomIndex
metadata, so it's being excluded from the managed package this release as a precaution to avoid any related upgrade issues.Setup
-->App Manager
--> edit theLogger Console
app.Core Unlocked Package Changes -
v4.11.0
Metadata API Version Updated to
v58.0
v58.0
(Summer '23 release)String.join()
to remove extra conversions ofSet<String>
toList<String>
- Summer '23 now supports iterating overSet<Object>
logEntryEventStream
LWC EnhancementsCurrently, the LWC
logEntryEventStream
uses the emp API to subscribe/display the stream ofLogEntryEvent__e
platform events, which counts towards your org's daily limit for platform event delivery allocation (the docs for Platform Event Allocations has more details on this limit).To help mitigate the usage of the org daily limit for platform event daily delivery allocations, this release includes 2 related changes:
Added new control "Max Number of Events to Stream" (shown as
#1
in the screenshot below) to set the max number of events to deliver to the LWC before the component auto-pauses the stream. A counter of the total number of events streamed for your session has also been added (shown as#2
in the screenshot below), as well as a<lightning-progress-ring>
to show the percentage of events to stream before the component auto-pauses itself (shown as#3
in the screenshot below)Resolved Add new LoggerParameter__mdt record to enable/disable logEntryEventStream lwc #488 by adding new
LoggerParameter__mdt
recordEnableLogEntryEventStream
- when set to false, the entire component is completely disabled for the entire organization. The buttons on the LWC are hidden, input elements are disabled, and a warning message is displayed:loggerHomeHeader
LWC EnhancementsAdded a count of enabled plugins directly below the lightning card's title. This only displays when 1 or more plugins are enabled in your org (not available in the managed package)
Added a comma-separated list of enabled plugins to 'Environment Details' button modal. This only displays when 1 or more plugins are enabled in your org (not available in the managed package)
LoggerHomePage
FlexiPage ChangesUpdated the
LoggerAdmin
dashboard component on theLoggerHomePage
FlexiPage to not hide the dashboard on error (controlled by updating thecomponentInstanceProperties
attributehideOnError
tofalse
- shown in App Builder with MS Paint's amazing ⚡ shape in the screenshot below). Previously, if the dashboard had any errors (such as permission issues with the running user), the home page just displayed an unhelpful empty space in place of the dashboard, making it hard to tell if the page had loaded properly or if the dashboard had an error. Now, the dashboard will display either way.LoggerAdmin
Dashboard Changes<runningUser>[email protected]</runningUser>
inLoggerAdmin.dashboard-meta.xml
that caused problems for orgs that deploy the metadata (instead of using the unlocked or managed packages)git
More Label Changes
AnimationRule
CustomPermission
FlexiPage
GlobalValueSet
Updated Permission Sets
v4.10.6
release - updated theLoggerAdmin
&LoggerLogViewer
permission sets to add missing Apex class access toLoggerHomeHeaderController
README.md
, Pipeline & Release Notes ChangesREADME.md
to include the package installation command for the SF CLI (in addition to the SFDX CLI)README.md
to use the "classic" commands for SFDX CLI to better support people that are still using older versions of the SFDX CLIREADME.md
for the new SF CLI commandInstallation Info
Core Unlocked Package - no namespace
Full Changelog: v4.10.6...v4.11.0
sf package install --wait 30 --security-type AdminsOnly --package 04t5Y0000023SI6QAM
sfdx force:package:install --wait 20 --securitytype AdminsOnly --package 04t5Y0000023SI6QAM
Core Managed Package -
Nebula
namespaceFull Changelog: v4.9.0...v4.10.0
sf package install --wait 30 --security-type AdminsOnly --package 04t5Y0000023SI1QAM
sfdx force:package:install --wait 20 --securitytype AdminsOnly --package 04t5Y0000023SI1QAM
This discussion was created from the release v4.11.0 - Summer '23 Release.
Beta Was this translation helpful? Give feedback.
All reactions