chore(deps): update rust crate distributed_tooling to v1.5.7 - autoclosed#57
Closed
renovate[bot] wants to merge 1 commit into
Closed
chore(deps): update rust crate distributed_tooling to v1.5.7 - autoclosed#57renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
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.5.0→1.5.7Release Notes
patrickleet/distributed (distributed_tooling)
v1.5.7Compare Source
What's changed in v1.5.7
fix(deps): update rust crate lapin to v4 (#72) (by @renovate[bot])
fix(deps): update rust crate lapin to v4
fix: adapt rabbitmq transport to lapin 4
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Patrick Lee Scott [email protected]
See full diff: v1.5.6...v1.5.7
v1.5.6Compare Source
What's changed in v1.5.6
fix(deps): update rust crate sqlx to 0.9 (#63) (by @renovate[bot])
fix(deps): update rust crate sqlx to 0.9
fix: adapt repositories to sqlx 0.9
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Patrick Lee Scott [email protected]
See full diff: v1.5.5...v1.5.6
v1.5.5Compare Source
What's changed in v1.5.5
fix(deps): update axum monorepo to 0.8 (#59) (by @renovate[bot])
fix(deps): update axum monorepo to 0.8
fix: update axum route captures
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Patrick Lee Scott [email protected]
See full diff: v1.5.4...v1.5.5
v1.5.4Compare Source
What's changed in v1.5.4
fix(deps): update rust crate reqwest to 0.13 (#62) (by @renovate[bot])
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
See full diff: v1.5.3...v1.5.4
v1.5.3Compare Source
What's changed in v1.5.3
fix(deps): update rust crate rdkafka to 0.39 (#61) (by @renovate[bot])
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
See full diff: v1.5.2...v1.5.3
v1.5.2Compare Source
What's changed in v1.5.2
fix(deps): update rust crate async-nats to 0.49 (#60) (by @renovate[bot])
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
See full diff: v1.5.1...v1.5.2
v1.5.1Compare Source
What's changed in v1.5.1
chore: Add renovate.json (#52) (by @renovate[bot])
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update apache/kafka docker tag to v3.9.2 (#55) (by @renovate[bot])
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update nats docker tag to v2.14 (#56) (by @renovate[bot])
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update unbounded-tech/workflow-vnext-tag action to v1.21.3 (#58) (by @renovate[bot])
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update actions/checkout action to v6 (#66) (by @renovate[bot])
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update apache/kafka docker tag to v4 (#67) (by @renovate[bot])
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update codecov/codecov-action action to v6 (#68) (by @renovate[bot])
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update github artifact actions to v7 (#69) (by @renovate[bot])
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update postgres docker tag to v18 (#70) (by @renovate[bot])
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update rabbitmq docker tag to v4 (#71) (by @renovate[bot])
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
docs: correct outbox claim timing back to in-transaction (#73) (by @patrickleet)
The PR #53 review (
6885393) reworded the with_bus outbox path to say the row isclaimed post-commit. That described OutboxDispatcher::dispatch_ids — a separate
primitive used only by transport conformance tests. The actual with_bus path
(AggregateCommit::commit) claims each row in the commit transaction via claim_at
before commit_batch writes it (born InFlight under a short lease), then publishes
via publish_claimed after commit. Restore the accurate in-transaction wording in
the README and the with_bus doc comment.
Implements [[tasks/distributed-tooling-crate-extraction]]
Co-authored-by: Claude Opus 4.8 [email protected]
See full diff: v1.5.0...v1.5.1
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.