github msgbyte/tianji v1.29.0

latest release: v1.29.1
one day ago

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)

Others

  • add hour level disable for long date range (c8579e9)
  • optimize date lookup performance by using a Map for O(1) access, reduces time complexity from O(n×m) to O(n+m) (511050e)

Don't miss a new tianji release

NewReleases is sending notifications on new releases.