v32.2

MystenLabs/suiv32.2May 31, 2026by pierre-b

AI Summary

Added a new template variable for the workspace's public website URL to facilitate the composition of application links within email templates.

Key Highlights

  • Exposed `{{ workspace.website_url }}` in email templates
  • Enabled link generation like `/users/verify/xxx` from templates
  • Distinguished from the tracking endpoint URL

New Features

  • Exposed workspace.website_url in email templates

Full Release Notes

- **Feature**: Exposed `{{ workspace.website_url }}` in email templates — the workspace's public Website URL (trailing slash trimmed), distinct from `{{ workspace.base_url }}` (the tracking endpoint) — so templates can compose application links like `{{ workspace.website_url }}/users/verify/xxx` instead of pointing at the tracking domain (#342).