chore(deps): bump go-libs to pick up migrator index name fix#139
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe pull request updates a single direct module dependency in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 0/1 reviews remaining, refill in 60 minutes.Comment |
bd0b493 to
1275e8e
Compare
Pulls in formancehq/go-libs#596 (backport of #594 to release/v3.6) which fixes a hardcoded `idx_version_id` name collision between migrators sharing a schema. Affected DBs self-heal on next deploy. This bump also moves from v3.0.x to v3.6.x; should be re-pinned to a real v3.6.x tag once #596 is merged. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1275e8e to
f8212d5
Compare
Pull request was closed
|
Closing — this service does not use the go-libs publish/messaging package, so it never instantiates the CircuitBreakerStorageModule and isn't affected by the migrator index name collision fixed in formancehq/go-libs#594. The bump is cosmetic only; closing to keep the PR queue focused on impacted services. |
Summary
github.com/formancehq/go-libs/v3to commit95ea697ffrom PR formancehq/go-libs#596 (backport of #594 torelease/v3.6).idx_version_idindex name collision between migrators sharing a Postgres schema (SQLSTATE 42P10 crash at startup). Affected DBs self-heal on next deploy.Test plan
go build ./...passesjust pre-commitpasses (generate, tidy, lint)🤖 Generated with Claude Code
Summary by CodeRabbit