| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-17 | 5.0 kB | |
| v0.1.27 source code.tar.gz | 2025-12-17 | 13.0 MB | |
| v0.1.27 source code.zip | 2025-12-17 | 13.5 MB | |
| Totals: 3 Items | 26.5 MB | 0 | |
Breaking
This release introduces the new concept of the table traces in ClickHouse that pre-aggregates all required statistics on a pre-computed table. This speeds up operations on traces at scale by orders of magnitude, but old data will not be immediately available.
Instructions:
- Execute clickhouse-client on the target ClickHouse server.
- For docker based deployments:
docker exec -it clickhouse clickhouse-client.
- For docker based deployments:
- Go to
frontend/lib/clickhouse/scripts/aggregate_traces_replacing.sql. - Edit the project_id to the one you want to migrate, and optionally set the start_time and end_time.
- If you need to migrate multiple projects, replace the condition
project_id=with something likeproject_id IN ('id-1', 'id-2').
- If you need to migrate multiple projects, replace the condition
- Copy and paste the script into the clickhouse-client terminal.
- Execute the script by pressing Enter.
What's Changed
- Bug fix in realtime by @skull8888888 in https://github.com/lmnr-ai/lmnr/pull/1050
- async stream for real time by @skull8888888 in https://github.com/lmnr-ai/lmnr/pull/1051
- wip: search spans with quickwit by @Rainhunter13 in https://github.com/lmnr-ai/lmnr/pull/1041
- Distributed realtime by @skull8888888 in https://github.com/lmnr-ai/lmnr/pull/1052
- feat: separate authorization and authentication by @olzhik11 in https://github.com/lmnr-ai/lmnr/pull/1045
- columns improvements by @shoqqan in https://github.com/lmnr-ai/lmnr/pull/1053
- bump sentry to fix cookies being sent by @dinmukhamedm in https://github.com/lmnr-ai/lmnr/pull/1057
- feat: autocomplete by @olzhik11 in https://github.com/lmnr-ai/lmnr/pull/1055
- feat: delete unused tag classes columns, fix ui by @olzhik11 in https://github.com/lmnr-ai/lmnr/pull/1059
- search and filter functionality by @shoqqan in https://github.com/lmnr-ai/lmnr/pull/1043
- Events cache by @dinmukhamedm in https://github.com/lmnr-ai/lmnr/pull/1060
- fix cost query in frontend when only total cost's reported by @dinmukhamedm in https://github.com/lmnr-ai/lmnr/pull/1062
- fix: find eval by index by @olzhik11 in https://github.com/lmnr-ai/lmnr/pull/1063
- feat: add meta navigations on table, fix shared trace, fix costs by @olzhik11 in https://github.com/lmnr-ai/lmnr/pull/1064
- feat: fix shared trace, small ui update to calendar, project card by @olzhik11 in https://github.com/lmnr-ai/lmnr/pull/1065
- bump Next.js to resolve critical CVE in react-server-dom-X by @dinmukhamedm in https://github.com/lmnr-ai/lmnr/pull/1068
- Claude SDK Blog by @SamKomesarook in https://github.com/lmnr-ai/lmnr/pull/1066
- blog by @skull8888888 in https://github.com/lmnr-ai/lmnr/pull/1072
- feat: open in sql editor by @shoqqan in https://github.com/lmnr-ai/lmnr/pull/1067
- fix: fix tree view scroll by @olzhik11 in https://github.com/lmnr-ai/lmnr/pull/1074
- feat: update onboarding, remove supabase client, add realtime hook, r… by @olzhik11 in https://github.com/lmnr-ai/lmnr/pull/1075
- Stagehand Post by @SamKomesarook in https://github.com/lmnr-ai/lmnr/pull/1076
- Revert "fix: fix tree view scroll (#1074)" by @olzhik11 in https://github.com/lmnr-ai/lmnr/pull/1079
- improve llm spans view by @shoqqan in https://github.com/lmnr-ai/lmnr/pull/1061
- Lightbox Image by @SamKomesarook in https://github.com/lmnr-ai/lmnr/pull/1082
- wip: fixes metadata query, needs cleanup by @dinmukhamedm in https://github.com/lmnr-ai/lmnr/pull/1084
- unification of events + clusters by @skull8888888 in https://github.com/lmnr-ai/lmnr/pull/1080
- fix clusters link by @skull8888888 in https://github.com/lmnr-ai/lmnr/pull/1086
- Feat/lam 1028 by @olzhik11 in https://github.com/lmnr-ai/lmnr/pull/1083
- fix migrations 11,12, remove event clusters by @dinmukhamedm in https://github.com/lmnr-ai/lmnr/pull/1089
- fix file rename by @skull8888888 in https://github.com/lmnr-ai/lmnr/pull/1095
- fix rabbit connection by @skull8888888 in https://github.com/lmnr-ai/lmnr/pull/1096
- Pg schemas by @dinmukhamedm in https://github.com/lmnr-ai/lmnr/pull/1093
- fix realtime, remove trace dep by @skull8888888 in https://github.com/lmnr-ai/lmnr/pull/1097
- ingest events; instrument quickwit ingest and search functions by @dinmukhamedm in https://github.com/lmnr-ai/lmnr/pull/1058
- feat: cleanup files/deps by @olzhik11 in https://github.com/lmnr-ai/lmnr/pull/1087
- remove the aggregate traces feature flag by @dinmukhamedm in https://github.com/lmnr-ai/lmnr/pull/1088
- unify query engine with prod, remove settings clause by @dinmukhamedm in https://github.com/lmnr-ai/lmnr/pull/1094
- small cleanups, a followup to [#1058] by @dinmukhamedm in https://github.com/lmnr-ai/lmnr/pull/1098
- bump versions for dependabot updates by @dinmukhamedm in https://github.com/lmnr-ai/lmnr/pull/1099
New Contributors
- @SamKomesarook made their first contribution in https://github.com/lmnr-ai/lmnr/pull/1066
Full Changelog: https://github.com/lmnr-ai/lmnr/compare/v0.1.26...v0.1.27