Summer '24 Release (API v61.0) - v4.14.0
- Bumped all metadata to API v61.0 (Summer '24 release)
- Resolved #697 by updating
LogEntryRecordPageandLogRecordPageflexipages to conditionally display tabs (tab-visibility functionality was added in Salesforce's Summer '24 release) - Fixed #696 by updating the Apex class
ComponentLoggerto auto-truncate JS browser fields (includingLogEntryEvent__c.BrowserUrl__c - Fixed #688 by updating
LoggerSettingsController_Teststo callLogManagementDataSelector.getInstance().getUsersByNameSearch(), instead of duplicating the query - Updated picklist values in several 'API version' picklist fields
- Switched to using fully-qualified references to several standard Apex classes to avoid collision issues in orgs that use name-shadowing classes
-
Database→System.Database -
EventBus→System.EventBus -
Matcher→System.Matcher -
Pattern→System.Pattern -
UUID→System.UUID
-
With all due respect is there any specific date on the release?
@Ben-Nathan-CTM I am currently collaborating with a few teams/companies to try to finalize the scope of changes that will be included in v4.14.0 - there are a few features that I'm hoping to include, but I'm trying to get feedback first before finalizing things. Testing the managed package is also quite tedious, as there are several aspects that I need to manually validate before releasing any changes. My hope is to have this released in the next week or two.
Codecov Report
Attention: Patch coverage is 90.00000% with 1 line in your changes missing coverage. Please review.
Project coverage is 95.37%. Comparing base (
7a715d1) to head (dd94d11).
| Files | Patch % | Lines |
|---|---|---|
| ...ore/main/logger-engine/classes/ComponentLogger.cls | 83.33% | 1 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## main #700 +/- ##
==========================================
- Coverage 95.39% 95.37% -0.02%
==========================================
Files 51 51
Lines 5645 5648 +3
==========================================
+ Hits 5385 5387 +2
- Misses 260 261 +1
| Flag | Coverage Δ | |
|---|---|---|
| Apex | 95.37% <90.00%> (-0.02%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.