Skip to content

Releases: msgbyte/tianji

v1.30.4

26 Oct 17:22

Choose a tag to compare

1.30.4 (2025-10-26)

Features

  • implement distributed locking for worker cron execution to prevent concurrent runs (34dceed)

v1.30.3

24 Oct 21:21

Choose a tag to compare

1.30.3 (2025-10-24)

Features

  • add survey insight query alias support (ec7b8e0)
  • add WorkerSparkline (0f6e728)

Document

  • add summaries to various API endpoints for improved documentation (e835a00)
  • update openapi.json (586441e)

v1.30.2

24 Oct 16:55

Choose a tag to compare

1.30.2 (2025-10-24)

Bug Fixes

  • fix a bug which monitor not have lock and will call many times in multi-node case (70d8059)
  • fix insights fetch same column name not work in clickhouse and improve display for insight metric (900224b)

Others

  • update worker editor default template (d7e0905)

v1.30.1

23 Oct 16:20

Choose a tag to compare

1.30.1 (2025-10-23)

Bug Fixes

  • fix a issue which oauth not have email handle (99a009c)

Others

  • skip if tianji already init (e209a84)

v1.30.0

21 Oct 21:37

Choose a tag to compare

1.30.0 (2025-10-21)

Features

  • add NavigationBlocker component to prevent navigation on unsaved changes (ad28a51)
  • add public page for survey (2243915)
  • add ShortLinkType enum and update short link creation to support type (2e02a98)

Bug Fixes

  • fix a bug which telemetry not work in some case (f55a07c)

Others

  • refactor default color theme usage (91e11fe)
  • update translation (0c8ad6e)

v1.29.2

20 Oct 16:07

Choose a tag to compare

1.29.2 (2025-10-20)

Bug Fixes

  • fix version issue for zod version incorrect (7f3a41b)

Document

Others

  • add clickhouse migrate on db migrate script (d03167a)

v1.29.1

18 Oct 13:14

Choose a tag to compare

1.29.1 (2025-10-18)

Bug Fixes

  • #230 fix a issue which monitor bar not disable after health bar refactor (123ae28)
  • fix a bug which monitor can not unselect when update website info (f424a32)

Others

  • update clickhouse migration sql for utm (8ba5acf)

v1.29.0

17 Oct 17:03

Choose a tag to compare

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)

v1.28.0

15 Oct 16:18

Choose a tag to compare

1.28.0 (2025-10-15)

add shortlink feature

Features

  • add datakey parse support which can improve display for share query params (dee32ae)
  • add insight share feature (e371612)

Document

  • add more info for survey openapi endpoint (f8fe355)

Others

  • improve query performance for worker stats (1510218)
  • upgrade zod to v4 and trpc to v11 (955fd53)

v1.27.12

15 Oct 07:10

Choose a tag to compare

1.27.12 (2025-10-14)

Features

Bug Fixes

  • fix crash for insights context (e854ec6)

Document

  • update openapi overview description (ca6077e)

Others