Skip to content

chore(deps): bump go-libs to pick up migrator index name fix#103

Closed
Dav-14 wants to merge 1 commit into
mainfrom
fix/bump-go-libs-migrator-index-fix
Closed

chore(deps): bump go-libs to pick up migrator index name fix#103
Dav-14 wants to merge 1 commit into
mainfrom
fix/bump-go-libs-migrator-index-fix

Conversation

@Dav-14
Copy link
Copy Markdown
Contributor

@Dav-14 Dav-14 commented Apr 29, 2026

Summary

  • Bumps github.com/formancehq/go-libs/v5 to commit 4911b79a8667d1f6168242ccf72b08b75815e74a from main.
  • Pulls in fix(migrations): scope version_id unique index name per table go-libs#594 (merged), which fixes a hardcoded idx_version_id unique index name that collided per-schema and crashed services with SQLSTATE 42P10 at startup.
  • Affected DBs self-heal on next deploy; no manual SQL required.

Test plan

  • go build ./... passes
  • go vet ./... passes
  • CI (unit + integration) green

Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com

@Dav-14 Dav-14 requested a review from a team as a code owner April 29, 2026 15:31
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 29, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (2)
  • go.mod is excluded by !**/*.mod
  • go.sum is excluded by !**/*.sum, !**/*.sum

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 5f254e3d-f4c3-4c8e-aee8-e0a30d16be80

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/bump-go-libs-migrator-index-fix

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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>
@Dav-14 Dav-14 force-pushed the fix/bump-go-libs-migrator-index-fix branch from 39ad1b8 to d43dc8c Compare April 29, 2026 16:31
@Dav-14 Dav-14 enabled auto-merge (squash) April 29, 2026 16:43
@Dav-14 Dav-14 closed this Apr 29, 2026
auto-merge was automatically disabled April 29, 2026 16:44

Pull request was closed

@Dav-14
Copy link
Copy Markdown
Contributor Author

Dav-14 commented Apr 29, 2026

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.

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.

1 participant