chore(deps): bump go-libs to pick up migrator index name fix#103
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#594 (merged) which fixes a hardcoded `idx_version_id` name collision between migrators sharing a schema. Affected DBs self-heal on next deploy - no manual SQL required. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
39ad1b8 to
d43dc8c
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/v5to commit4911b79a8667d1f6168242ccf72b08b75815e74afrommain.idx_version_idunique index name that collided per-schema and crashed services with SQLSTATE42P10at startup.Test plan
go build ./...passesgo vet ./...passesCo-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com