1.29.0 (2025-10-17)
Note, this version includes significant database schema migration operations. Please proceed with caution and allow sufficient time to avoid affecting availability.
if you already have much data and already run in production environment, you should manual run migration in cli and make it as apply before upgrade
# run sql in this file
cat src/server/prisma/migrations/20251017033841_add_utm_parameters_to_website_event/migration.sql
# make as its has been apply
pnpm prisma migrate resolve --applied 20251017033841_add_utm_parameters_to_website_event
Features
Bug Fixes
- fix date message display issue (81f3ba1)