Skip to content

v4.19.0 - Spring '26 Release (API v66.0)#1000

Open
jongpie wants to merge 7 commits into
mainfrom
feature/spring-26-release
Open

v4.19.0 - Spring '26 Release (API v66.0)#1000
jongpie wants to merge 7 commits into
mainfrom
feature/spring-26-release

Conversation

@jongpie

@jongpie jongpie commented Jul 7, 2026

Copy link
Copy Markdown
Owner

Core Unlocked Package Changes

Spring '26 Release Upgrade

  • Bumped all metadata to API v66.0 (Spring '26 release)
    • Also updated the list of picklist values in several 'API version' picklist fields on Log__c and LogEntry__c
  • Also retrieved all metadata after the API upgrade, which resulted in some (minor) changes to several XML metadata files

Apex REST Response Logging Enhancements

  • Resolved RestResponse Flexipage additional filter #982 with 2 changes:
    1. Updated the LogEntry__c list view AllRestResponseLogEntries to also include LogEntry__c records with RestResponseStatusCode__c >= 0 (list views don't let you filter on not-null for number fields 😠 )
    2. Update the LogEntry__c flexipage LogEntryRecordPage to show the Apex REST Response section if the LogEntry__c record has RestResponseStatusCode__c >= 0 (this is the same logic used in the list view)

@jongpie jongpie added cleanup 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 labels Jul 7, 2026
@jongpie
jongpie temporarily deployed to Event Monitoring Scratch Org July 7, 2026 17:42 — with GitHub Actions Inactive
@jongpie
jongpie temporarily deployed to OmniStudio Scratch Org July 7, 2026 17:42 — with GitHub Actions Inactive
@jongpie
jongpie temporarily deployed to Platform Cache Scratch Org July 7, 2026 17:42 — with GitHub Actions Inactive
@jongpie
jongpie temporarily deployed to Base Scratch Org July 7, 2026 17:42 — with GitHub Actions Inactive
@jongpie
jongpie had a problem deploying to Advanced Scratch Org July 7, 2026 17:42 — with GitHub Actions Failure
@jongpie
jongpie had a problem deploying to Experience Cloud Scratch Org July 7, 2026 17:42 — with GitHub Actions Failure
jongpie added 2 commits July 7, 2026 14:42
…n list view & flexipage to determine if a LogEntry__c record has REST response details
@jongpie
jongpie temporarily deployed to OmniStudio Scratch Org July 7, 2026 19:13 — with GitHub Actions Inactive
@jongpie
jongpie had a problem deploying to Platform Cache Scratch Org July 7, 2026 19:13 — with GitHub Actions Failure
@jongpie
jongpie deployed to Experience Cloud Scratch Org July 7, 2026 19:13 — with GitHub Actions Active
@jongpie
jongpie temporarily deployed to Base Scratch Org July 7, 2026 19:13 — with GitHub Actions Inactive
@jongpie
jongpie temporarily deployed to Event Monitoring Scratch Org July 7, 2026 19:13 — with GitHub Actions Inactive
@jongpie
jongpie had a problem deploying to Advanced Scratch Org July 7, 2026 19:13 — with GitHub Actions Failure
@jongpie jongpie added the Layer: Log Management Items related to the custom objects & Logger Console app label Jul 7, 2026
@jongpie
jongpie deployed to Advanced Scratch Org July 7, 2026 19:39 — with GitHub Actions Active
@jongpie
jongpie temporarily deployed to Platform Cache Scratch Org July 7, 2026 19:39 — with GitHub Actions Inactive
@jongpie
jongpie temporarily deployed to Base Scratch Org July 7, 2026 19:55 — with GitHub Actions Inactive
@jongpie
jongpie temporarily deployed to Base Scratch Org July 7, 2026 20:08 — with GitHub Actions Inactive
@github-actions
github-actions Bot had a problem deploying to Experience Cloud Scratch Org July 7, 2026 21:04 Error
@github-actions
github-actions Bot had a problem deploying to Event Monitoring Scratch Org July 7, 2026 21:04 Error
@github-actions
github-actions Bot had a problem deploying to OmniStudio Scratch Org July 7, 2026 21:04 Error
@github-actions
github-actions Bot had a problem deploying to Platform Cache Scratch Org July 7, 2026 21:04 Error
@github-actions
github-actions Bot had a problem deploying to Advanced Scratch Org July 7, 2026 21:04 Error
@codecov

codecov Bot commented Jul 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.27%. Comparing base (55ba832) to head (e19926c).

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              
Flag Coverage Δ
Apex ?
LWC 96.27% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cleanup Layer: Log Management Items related to the custom objects & Logger Console app 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RestResponse Flexipage additional filter

2 participants