v32.2
docling-project/doclingv32.2May 31, 2026by pierre-b
AI Summary
This release exposes the workspace's public website URL in email templates, allowing users to generate application links using the public URL instead of the tracking domain.
Key Highlights
- Exposed `{{ workspace.website_url }}` in email templates
- Allows composing application links like `{{ workspace.website_url }}/users/verify/xxx`
- Distinct from `{{ workspace.base_url }}` which is the tracking endpoint
New Features
- Exposed `{{ workspace.website_url }}` variable 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).