-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
Spring '23 release (API v57.0) - v4.10.0 #465
Conversation
…vel sfdx-project.json, updated pwsh and npm scripts to use new syntax & parameters for sfdx commands
…ION to Logger.ORGANIZATION_API_VERSION so Logger can dynamically include the API version for REST callouts
a4451dd
to
262c75a
Compare
…the Salesforce Status API), and replaced it with a private queueable class
262c75a
to
52a117e
Compare
…lag in build.yml when using the namespace is not needed
8f06f43
to
b9e8954
Compare
…'s now maintained in Logger, combined a few tests in Logger_Tests
94fec4d
to
e3c885d
Compare
8544b58
to
31c4750
Compare
31c4750
to
f99da4e
Compare
* Regenerated apex docs (there were a couple of pages that were out of date) * Added a PMD rule exclusion for `EagerlyLoadedDescribeSObjectResult` until some npm dependencies & scripts have been upgraded
…dded managed package version ID, and updated an sfdx auth command in build.yml
992f674
to
0b682c3
Compare
… suggested sfdx install commands
…manage-package/sfdx-project.json
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #465 +/- ##
==========================================
+ Coverage 94.99% 95.04% +0.05%
==========================================
Files 56 56
Lines 5676 5754 +78
Branches 114 113 -1
==========================================
+ Hits 5392 5469 +77
- Misses 279 280 +1
Partials 5 5
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
Core Package Changes
Enhancements
Database.LeadConvertResult
Bugfixes
Log__c
- thanks to @solo-1234 for reporting this issue!lightning-spinner
tologViewer
that's displayed on loadCode Cleanup
LogEntryEventBuilder.ORGANIZATION_API_VERSION
toLogger.ORGANIZATION_API_VERSION
soLogger
can dynamically include the API version when saving with the save methodLogger.SaveMethod.REST
@future
method in the codebase,LogEntryEventHandler.setStatusApiDetails()
(used to call the Salesforce Status API), and replaced it with a private queueable classLogEntryEventHandler.StatusApiCalloutQueueable
Documentation
sfdx
commands inREADME.md
so everyone can easily copy & paste the recommended commands to install Nebula Logger's unlocked & managed core packages. This is manually done for now - in a future PR, I'll add automation to handle updating the package version IDs (04t
) inREADME.md
any time a new package version is generated