v0.4.0
0.4.0 - 2024-11-07
✨ New features
- (backend): Use short codes for list filters
🐛 Bug fixes
- (backend): Validate limit to not be zero (#1500)
- (backend): Incorrect pagination when no data (#1499)
- (backend): Optimize session detail apis and overall loading experience (#1490)
- (frontend): Handle no data case for sessions list
- (frontend): Truncate matched free text
- (frontend): Better pagination in session detail (#1491)
- (frontend): Handle empty attr distributions
🔨 Misc
- (backend): Add migration guide & script for next version (#1512)
- (backend): Change postgres compose config (#1509)
- (backend): Change index type in sessions table (#1505)
- (backend): Add skip indexes for sessions table (#1492)
- (frontend): Set default session type filter to all issues
- (frontend): Update landing page exceptions video
- (frontend): Standardise paginator UI
- (frontend): Cancel in-flight requests
- (frontend): Update exceptions landing video
⚰️ Removed
- (backend): Remove backfilling migrations (#1511)
📚 Documentation
- (backend): Document sessions overview list api (#1502)
- Update exceptions demo video in README
Check out the migration guide for v0.4.0