chore(deps): update dependency karafka-web to v1.0.1 - #747
Merged
Merged
Conversation
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.
This PR contains the following updates:
1.0.0→1.0.1Release Notes
karafka/karafka-web (karafka-web)
v1.0.1Compare Source
Karafka.producerandKarafka::Web.producer. Web UI now subscribes its producer error listeners via WaterDrop's class-level (global) monitor, attaching them to each producer as it is configured, so errors from any additional producer a user creates (secondary, transactional, etc.) reach the Web UI. Attaching is idempotent per monitor and skips any listener a user already subscribed themselves, so errors are never counted twice. This also fixes a pre-existing double-counting bug where the default producer's errors were recorded twice, because the oldKarafka.producer == Karafka::Web.producerguard never matched (the Web producer is a delegator/variant that shares the default producer's monitor), so the same monitor was subscribed twice (#952).ForcefulShutdownErrorshows what was still blocking (#979).simplecovto1.1.1and stop parallel test workers from clobbering each other'scoverage/coverage.json. simplecov1.1.1warns (which the test suite escalates to a hard failure) when it detects a concurrent overwrite of the JSON report, and every parallel worker shares onecoverage/directory. Parallel workers now use the non-writingSimpleCov::Formatter::SimpleFormatterand only persist their raw.resultset.json; the human-readable report is still produced once by the singlebin/check_coveragecollation step. Non-parallel local runs keep the default HTML formatter (#1214).ApplicationHelperinto focused helper modules (SortingHelper,FormattingHelper,BadgesHelper,PartitionsHelper), leavingApplicationHelperwith only app/layout/hash utilities.border-collapseon the data tables so their 1px cell borders no longer render as a doubled 2px border under daisyUI 5.7 (which switched.tabletoborder-collapse: separate).valuecolumn in Pro, and the low-offset column in the health offsets view.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.