Skip to content

v0.1.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@mehrancodes mehrancodes released this 25 Nov 13:43
· 198 commits to main since this release
d05ff08

What's Changed

  • fix: treat username, database name and domain name the same by @mgkimsal in #46

Full Changelog: v0.1.2...v0.1.3

Supposing our branch name is feature/325-update-welcome-page, It makes the subdomain like 325-update-welcome-page.DOMAIN.COM, And it uses a standardized name (update_welcome_page) that is valid for the isolation username, Database Name, and Database Username.

Because the isolation username does not accept digits at the beginning, we remove the early digits from the standardized name. On another side, we have to replace the dashes with underscores for the database name and database username, which aims to cover all scenarios.