Skip to content

v0.4.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Nov 10:31
· 128 commits to main since this release
v0.4.1

0.4.1 - 2024-11-11

πŸ› Bug fixes

  • (backend): Use specific clickhouse image version (#1517)

πŸ“š Documentation

  • (backend): Fix typos and missing info (#1513)

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.x