jamessimone / apex-rollup

Fast, configurable, elastically scaling custom rollup solution. Apex Invocable action, one-liner Apex trigger/CMDT-driven logic, and scheduled Apex-ready.
MIT License
202 stars 27 forks source link

v1.6.24 - Update RollupLogger interface visibility #586

Closed jamessimone closed 2 months ago

jamessimone commented 2 months ago
codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.60%. Comparing base (d8ff7fa) to head (2d49194).

:exclamation: Current head 2d49194 differs from pull request most recent head b05460f. Consider uploading reports for the commit b05460f to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #586 +/- ## ========================================== - Coverage 96.61% 96.60% -0.02% ========================================== Files 32 32 Lines 6684 6684 Branches 61 61 ========================================== - Hits 6458 6457 -1 - Misses 221 222 +1 Partials 5 5 ``` | [Flag](https://app.codecov.io/gh/jamessimone/apex-rollup/pull/586/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Simone) | Coverage Δ | | |---|---|---| | [Apex](https://app.codecov.io/gh/jamessimone/apex-rollup/pull/586/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Simone) | `96.83% <100.00%> (-0.02%)` | :arrow_down: | | [LWC](https://app.codecov.io/gh/jamessimone/apex-rollup/pull/586/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Simone) | `92.02% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Simone#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jasonsiders commented 2 months ago

Hi @jamessimone - when you have a moment, would you mind promoting the latest namespaced package version (1.1.17 / 04t6g000008OawwAAC)?

I was able to leverage these changes successfully and create my own adapter, but now I'm blocked from installing in production:

Package(0336g000000aJUf) Unable to install beta package, Details: The package you attempted to install is a beta package, which you can only install in sandbox or Developer Edition organizations.

Thanks again for your help with this!

jamessimone commented 2 months ago

@jasonsiders 🤦 it seems there was somehow an older version of 1.1.17 that was already promoted back in March, so when my pipeline went to promote the version above, it silently failed. I've created a new version, 1.1.18, and successfully promoted that with the changes for you: 04t6g000008Ob1iAAC. Apologies about that, thanks for letting me know!

jasonsiders commented 2 months ago

No worries, thanks for the quick fix!