7.0.0 (2024-12-09)
⚠ NEW DATABASE MIGRATION
- sesions: new alembic database
upmigration 4ded9e43755f - sesions: see MIGRATION.md on how to back-populate the
project_sessionstable from existing spans data
Features
- release
sessionsfeature (#5674) (71ba01b) - sesions: add session details page (#5225) (311c670)
- sessions: add ability to navigate from trace to session (#5229) (640c1a8)
- sessions: add db table for sessions (#4961) (ab29149)
- sessions: add last trace start time column to UI table for sessions (#5481) (567c901)
- sessions: add trace latency p50 to session details (#5236) (4c07ec3)
- sessions: add trace latency percentiles to ui table (#5482) (ed15bfc)
- sessions: alembic data migration queries for populating the project sessions table (#5539) (50f5794)
- sessions: enable sorting on sessions table (#5292) (09c4589)
- sessions: filter sessions via substring search on root span input output values (#5257) (1cc985d)
- sessions: getting started guide (#5592) (5fa9bc5)
- sessions: only recognize session id and user id on root spans (#5351) (9786cf3)
- sessions: session trace error count (#5244) (13596d9)
- sessions: sessions table on project page (#5204) (e495619)
Bug Fixes
- sessions: for each session record first user by earliest span start time (#5227) (eb772bd)
- sessions: remove deno style imports (#5611) (846adfc)
- sessions: remove end_time from db and ui table (#5479) (16d9edd)
- sessions: remove requirement that session_id has to be on root span (#5630) (21d6ddc)
- sessions: remove session_user from database table (#5638) (923a198)
- sessions: replace last_trace_start_time with end_time in database table (#5640) (7b718b5)
- sessions: separate migration script for populating the project sessions table (#5612) (4beee16)
- sessions: sortable last trace start time (#5606) (0af00e5)