v4.12.0 - Winter '24 Release #582
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.12.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.11.0
andv4.12.0
by reviewing:✅ For orgs that are upgrading to this version of the managed package: this release now includes, for the first time,
CustomIndex
metadata in the managed package. This metadata has already been used in the unlocked packages sincev4.10.5
, but was previously excluded in thev4.11.0
release of the managed package due to the metadata type being relatively new. At the moment, there are 2 custom indexes included:Nebula__Log__c.Nebula__LogRetentionDate__c
- initially introduced in the unlocked package inv4.11.5
Nebula__LogEntry__c.Nebula__OriginLocation__c
- initially introduced in the unlocked package inv4.10.5
These new custom indexes should improve the performance of other metadata that filters on these fields, such as SOQL queries, reports, list views, etc.
Core Unlocked Package Changes -
v4.12.0
Winter '24 Release Upgrade
Url.getSalesforceBaseUrl()
toUrl.getOrgDomainUrl()
-Url.getSalesforceBaseUrl()
was deprecated in v59.0Enhancements
Log__c.TransactionScenarioText__c
andLogEntry__c.EntryScenarioText__c
that display the corresponding scenario names, stored either in lookups or in text fields. These fields help to simplify reporting & automation that rely on the text value of a scenario's name.Bugfixes
Map<String, SObject>
internally + replacing null with '' empty string when logging Map<Id, SObject>, and fixed an unreported issue with record stripping not being applied toMap<Id, SObject>
Installation Info
Core Unlocked Package - no namespace
Full Changelog: v4.11.12...v4.12.0
sf package install --wait 20 --security-type AdminsOnly --package 04t5Y000001Mk1wQAC
sfdx force:package:install --wait 20 --securitytype AdminsOnly --package 04t5Y000001Mk1wQAC
Core Managed Package -
Nebula
namespaceFull Changelog: v4.11.0...v4.12.0
sf package install --wait 30 --security-type AdminsOnly --package 04t5Y000001Mk21QAC
sfdx force:package:install --wait 20 --securitytype AdminsOnly --package 04t5Y000001Mk21QAC
This discussion was created from the release v4.12.0 - Winter '24 Release.
Beta Was this translation helpful? Give feedback.
All reactions