Skip to content

v1.13.5 — Join via invite works against Postgres cloud URLs

Choose a tag to compare

@mflatglobal mflatglobal released this 26 May 21:20
· 140 commits to main since this release

Fixed

  • redeemInvite HTTP 404 against Postgres cloud URLs. Same architectural pattern as the v1.13.3 register fix — fetch() against a postgres://... URL can't reach /api/auth/redeem-invite. New redeemInviteDirect() in src/teams/direct-ops.ts runs the same INSERT sequence directly against the cloud Postgres (token hash compare, email binding, expiry, un-redeemed-yet check). TeamsClient.redeemInvite dispatches on URL scheme.
  • Create-team / Join-team modal copy. Cloud URL placeholders updated from http://localhost:4317 to a representative Postgres pooler URL. autocapitalize="off" + autocorrect="off" + spellcheck="false" added so case-sensitive tenant prefixes don't get auto-capitalized.

Full PR: #21