Skip to content

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

Merged
Dav-14 merged 1 commit into
mainfrom
fix/bump-go-libs-migrator-index-fix
Apr 30, 2026
Merged

chore(deps): bump go-libs to pick up migrator index name fix#146
Dav-14 merged 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 (9d6efc1, branch release/v2.2).
  • That PR backports #594 to release/v2.2, fixing a hardcoded idx_version_id index name collision between migrators sharing a schema (SQLSTATE 42P10 crash on startup).
  • Affected DBs self-heal on the next deploy.

Pseudo-version targets the PR head; should be re-pinned to a real v2.2.x tag once #595 is merged.

Test plan

  • CI green (build + unit + integration tests)
  • Verify on a deploy environment that previously hit SQLSTATE 42P10 that startup succeeds and indexes have unique names

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:32
@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: 8df86f0d-8031-4c97-92f1-c40879d8d39f

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#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 force-pushed the fix/bump-go-libs-migrator-index-fix branch from 383adc1 to 0587cc4 Compare April 29, 2026 16:31
@Dav-14 Dav-14 enabled auto-merge (squash) April 29, 2026 16:43
@Dav-14 Dav-14 merged commit a896190 into main Apr 30, 2026
6 checks passed
@Dav-14 Dav-14 deleted the fix/bump-go-libs-migrator-index-fix branch April 30, 2026 08:20
Dav-14 added a commit to formancehq/helm that referenced this pull request Apr 30, 2026
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>
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.

2 participants