Skip to content

fix(deps)!: require outlet 0.11 - #87

Merged
JoshC8C7 merged 2 commits into
mainfrom
codex/outlet-0.11
Sep 16, 2026
Merged

JoshC8C7 merged 2 commits into
mainfrom
codex/outlet-0.11

Conversation

@JoshC8C7

Copy link
Copy Markdown
Contributor

Why

Outlet 0.11 removes the lossy intermediate capture dispatcher. outlet-postgres must 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-postgres 0.7 would resolve two incompatible Outlet versions.

Changes

  • Require Outlet 0.11.
  • Refresh the lockfile.

No request-logging behaviour or database schema changes are made here.

Verification

  • cargo fmt --all -- --check
  • cargo test --all-targets — 33 passed
  • cargo clippy --all-targets -- -D warnings

Copilot AI lite review requested due to automatic review settings September 16, 2026 14:39

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 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 outlet from 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.

Comment thread Cargo.toml
@JoshC8C7
JoshC8C7 merged commit b444c48 into main Sep 16, 2026
2 checks passed
@fergusfinn fergusfinn mentioned this pull request Sep 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants