v4.19.0 - Spring '26 Release (API v66.0)#1000
Open
jongpie wants to merge 7 commits into
Open
Conversation
jongpie
temporarily deployed
to
Event Monitoring Scratch Org
July 7, 2026 17:42 — with
GitHub Actions
Inactive
jongpie
temporarily deployed
to
OmniStudio Scratch Org
July 7, 2026 17:42 — with
GitHub Actions
Inactive
jongpie
temporarily deployed
to
Platform Cache Scratch Org
July 7, 2026 17:42 — with
GitHub Actions
Inactive
jongpie
had a problem deploying
to
Advanced Scratch Org
July 7, 2026 17:42 — with
GitHub Actions
Failure
jongpie
had a problem deploying
to
Experience Cloud Scratch Org
July 7, 2026 17:42 — with
GitHub Actions
Failure
… sites & added name-shadowing class 'Site'
…n list view & flexipage to determine if a LogEntry__c record has REST response details
jongpie
temporarily deployed
to
OmniStudio Scratch Org
July 7, 2026 19:13 — with
GitHub Actions
Inactive
jongpie
had a problem deploying
to
Platform Cache Scratch Org
July 7, 2026 19:13 — with
GitHub Actions
Failure
jongpie
temporarily deployed
to
Event Monitoring Scratch Org
July 7, 2026 19:13 — with
GitHub Actions
Inactive
jongpie
had a problem deploying
to
Advanced Scratch Org
July 7, 2026 19:13 — with
GitHub Actions
Failure
jongpie
temporarily deployed
to
Platform Cache Scratch Org
July 7, 2026 19:39 — with
GitHub Actions
Inactive
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1000 +/- ##
==========================================
+ Coverage 93.79% 96.27% +2.47%
==========================================
Files 58 17 -41
Lines 6319 1341 -4978
Branches 204 204
==========================================
- Hits 5927 1291 -4636
+ Misses 390 48 -342
Partials 2 2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Core Unlocked Package Changes
Spring '26 Release Upgrade
Log__candLogEntry__cApex REST Response Logging Enhancements
LogEntry__clist viewAllRestResponseLogEntriesto also includeLogEntry__crecords withRestResponseStatusCode__c >= 0(list views don't let you filter on not-null for number fields 😠 )LogEntry__cflexipageLogEntryRecordPageto show the Apex REST Response section if theLogEntry__crecord hasRestResponseStatusCode__c >= 0(this is the same logic used in the list view)