fix(deps)!: require outlet 0.11 - #87
Merged
Merged
Conversation
There was a problem hiding this comment.
🟡 Changes recommended
Update the README dependency example to match Outlet 0.11.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Updates outlet-postgres to require Outlet 0.11 and refreshes the lockfile for interface compatibility.
Changes:
- Bumps
outletfrom 0.10 to 0.11. - Refreshes
Cargo.lock. - No request-logging or schema changes.
File summaries
| File | Summary |
|---|---|
Cargo.toml |
Requires Outlet 0.11. Nit (2 votes): update the README Quick Start example from 0.10 to 0.11. |
Cargo.lock |
Locks Outlet 0.11 and revised dependencies. |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Merged
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.
Why
Outlet 0.11 removes the lossy intermediate capture dispatcher.
outlet-postgresmust use the same Outlet major version as its consumers so its request handler implements the matching interface.Without this release, applications importing Outlet 0.11 alongside
outlet-postgres0.7 would resolve two incompatible Outlet versions.Changes
No request-logging behaviour or database schema changes are made here.
Verification
cargo fmt --all -- --checkcargo test --all-targets— 33 passedcargo clippy --all-targets -- -D warnings