chore(deps): bump go-libs to pick up migrator index name fix#146
Conversation
|
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 |
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>
383adc1 to
0587cc4
Compare
Webhooks main has the go-libs v2.2.5 fix merged (formancehq/webhooks#146) but no new tag was cut yet. Bumps all stack pins to v2.3.1, which needs to be tagged from webhooks main HEAD before this PR can ship. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Summary
github.com/formancehq/go-libs/v2fromv2.2.3to the head of formancehq/go-libs#595 (9d6efc1, branchrelease/v2.2).release/v2.2, fixing a hardcodedidx_version_idindex name collision between migrators sharing a schema (SQLSTATE 42P10 crash on startup).Pseudo-version targets the PR head; should be re-pinned to a real
v2.2.xtag once #595 is merged.Test plan
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com