Skip to content

v0.1.76

Choose a tag to compare

@tonychang04 tonychang04 released this 12 May 21:22
· 299 commits to main since this release
2c2beec

What's new

  • fix(link): poll for real database password after project becomes active (#122). Fixes first-link masked DATABASE_URL for freshly-created cloud projects — the platform sets `status=active` before the password generator populates, so `/api/metadata/database-password` would briefly return `********` itself and our splice silently no-op'd. Now we detect the mask and poll up to ~20s for the real value.
  • feat(cli): config-as-code via `insforge config export|plan|apply` (#109). Manage auth-side settings (allowed redirect URLs, etc.) declaratively in `insforge.toml`, with structured per-section diff and capability probing so an older backend doesn't silently drop fields.

PRs

  • #122 — fix(link): poll for real database password
  • #109 — feat(cli): config-as-code + env() validation + compute port fix