v30.3

MystenLabs/suiv30.3May 14, 2026by pierre-b

AI Summary

This release fixes a bug where UTM tracking parameters were dropped from tracked links when click tracking was enabled, restoring them to the redirect target.

Key Highlights

  • Restored UTM parameters (utm_source, utm_medium, etc.) in tracked links
  • Fixed encrypted redirect token to preserve UTM-augmented URLs

Full Release Notes

- **Fix**: UTM parameters (`utm_source`, `utm_medium`, `utm_campaign`, `utm_content`, `utm_term`) were dropped from tracked links when click tracking was enabled — the encrypted `/r/` redirect token embedded the raw destination URL instead of the UTM-augmented one. The UTM parameters are now preserved in the redirect target.