Skip to content

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

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#445
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/v2 from v2.2.3 to the head of formancehq/go-libs#595 (9d6efc1eb666dcc8ceea39c40a7352bf0cea0364).
  • PR #595 is the backport of #594 to release/v2.2 and fixes a hardcoded idx_version_id name collision between migrators sharing a schema (services were crashing at startup with SQLSTATE 42P10).
  • Affected DBs self-heal on next deploy.

Notes

  • This uses a pseudo-version targeting the PR head. It should be re-pinned to a real v2.2.x tag once #595 is merged and tagged.

Test plan

  • go mod tidy clean
  • go build ./... succeeds
  • CI green
  • Smoke deploy verifies migrator no longer panics on startup

🤖 Generated with Claude Code

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>
@Dav-14 Dav-14 requested a review from a team as a code owner April 29, 2026 15:33
@coderabbitai
Copy link
Copy Markdown
Contributor

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: 2fe8a8c6-40e5-441f-9bca-a38862731a82

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.

@Dav-14 Dav-14 closed this Apr 29, 2026
@Dav-14
Copy link
Copy Markdown
Contributor Author

Dav-14 commented Apr 29, 2026

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.

@Dav-14 Dav-14 deleted the fix/bump-go-libs-migrator-index-fix branch April 29, 2026 15:42
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