Skip to content

v1.10.1

Choose a tag to compare

@markbeep markbeep released this 20 Feb 17:07
· 2 commits to 29fb81b416b637d5677739846d1ca5b788e95d7c since this release

1.10.1 (2026-02-20)

Features

  • api: add OpenTelemetry for more detailed traces (ab5d27e)

Bug Fixes

  • api: remove static path from api docs (9bd84f2)
  • search: allow for utf8 letters in queries (de17fb3)

Performance Improvements

  • api: replace database acceses with async connections (99d59bc)
  • search: add async db access, resulting in over 4x req/s under heavy load (05eeee4)
  • search: add db indices to improve performance on title/credits queries (9d404d6)
  • search: add materialized tables for section paths and departments (05eeee4)

Miscellaneous Chores

  • search: simplify plausible condition for analytics (c39b422)

Tests

  • search: benchmark search queries with k6s (2535276)