-
-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Winter '24 Release (API v59.0) - v4.12.0 #579
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…replacing null with '' empty string when logging Map<Id, SObject>, and fixed an unreported issue with record stripping not being applied to Map<Id, SObject>
…Text__c and LogEntry__c.EntryScenarioText__c that display the corresponding scenario names, stored either in lookups or in text fields
…ing <isExposed> to true
…e managed package
…from using Url.getSalesforceBaseUrl() to Url.getOrgDomainUrl() Url.getSalesforceBaseUrl() was deprecated in v59.0
jongpie
added
Type: Bug
Something isn't working
Type: Enhancement
New feature or request
optimization
Salesforce Feature: Reporting
Anything related to reports, dashboards, and the underlying data model
Package Type: Managed Package
Issues and enhancements that specifically apply to the managed package
Layer: Log Management
Items related to the custom objects & Logger Console app
Package Type: Unlocked Package
Issues and enhancements that specifically apply to the unlocked package
labels
Oct 24, 2023
jongpie
force-pushed
the
feature/winter-24-release
branch
from
October 24, 2023 03:51
e013289
to
ab94cd4
Compare
jongpie
had a problem deploying
to
Experience Cloud Scratch Org
October 24, 2023 03:57
— with
GitHub Actions
Failure
jongpie
temporarily deployed
to
Base Scratch Org
October 24, 2023 03:57
— with
GitHub Actions
Inactive
… retrieving metadata using API v59.0
jongpie
temporarily deployed
to
Experience Cloud Scratch Org
October 24, 2023 04:25
— with
GitHub Actions
Inactive
jongpie
temporarily deployed
to
Base Scratch Org
October 24, 2023 04:25
— with
GitHub Actions
Inactive
jongpie
temporarily deployed
to
Experience Cloud Scratch Org
October 24, 2023 12:38
— with
GitHub Actions
Inactive
jongpie
temporarily deployed
to
Base Scratch Org
October 24, 2023 12:38
— with
GitHub Actions
Inactive
Hopefully this will resolve some pipeline issues... maybe
jongpie
force-pushed
the
feature/winter-24-release
branch
from
October 24, 2023 13:09
cff0cca
to
639359d
Compare
jongpie
temporarily deployed
to
Base Scratch Org
October 24, 2023 13:16
— with
GitHub Actions
Inactive
jongpie
temporarily deployed
to
Experience Cloud Scratch Org
October 24, 2023 13:16
— with
GitHub Actions
Inactive
jongpie
force-pushed
the
feature/winter-24-release
branch
from
October 24, 2023 21:04
05108ff
to
fc499a5
Compare
jongpie
force-pushed
the
feature/winter-24-release
branch
from
November 9, 2023 02:28
fc499a5
to
5fe37c9
Compare
jongpie
force-pushed
the
feature/winter-24-release
branch
from
November 9, 2023 02:52
5fe37c9
to
177e061
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
📢 Thoughts on this report? Let us know! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Layer: Log Management
Items related to the custom objects & Logger Console app
optimization
Package Type: Managed Package
Issues and enhancements that specifically apply to the managed package
Package Type: Unlocked Package
Issues and enhancements that specifically apply to the unlocked package
Salesforce Feature: Reporting
Anything related to reports, dashboards, and the underlying data model
Type: Bug
Something isn't working
Type: Enhancement
New feature or request
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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>
Managed Package-Specific Changes
.forceignore
so that custom indexes are now included in the managed package. 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