chore(deps): bump go-libs to pick up migrator index name fix#445
Conversation
Pulls in formancehq/go-libs#595 (backport of #594 to release/v2.2) which fixes a hardcoded `idx_version_id` name collision between migrators sharing a schema. Affected DBs self-heal on next deploy. Pseudo-version targets the PR head; should be re-pinned to a real v2.2.x tag once #595 is merged. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (2)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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. Comment |
|
Closing — the operator does not use the go-libs migrator package, so this bump is unnecessary. The fix only matters for services that actually run migrations. |
Summary
github.com/formancehq/go-libs/v2fromv2.2.3to the head of formancehq/go-libs#595 (9d6efc1eb666dcc8ceea39c40a7352bf0cea0364).release/v2.2and fixes a hardcodedidx_version_idname collision between migrators sharing a schema (services were crashing at startup withSQLSTATE 42P10).Notes
v2.2.xtag once #595 is merged and tagged.Test plan
go mod tidycleango build ./...succeeds🤖 Generated with Claude Code