Skip to content

ThinLine Radio 26.06.14

Choose a tag to compare

@Thinline-Dynamic-Solutions Thinline-Dynamic-Solutions released this 11 Jun 01:57
· 1 commit to main since this release

Summary

Fixes startup blocking before call workers and HTTP listen — the server should accept calls and clients within seconds of boot.

Fixed

  • Call workers and WebSocket handling start before delayed-call restore and DB maintenance.
  • Delayed-call restore runs in a background goroutine (no longer blocks startup).
  • Log index build and category backfill deferred until after the server is ready.
  • logs_timestamp_idx no longer built synchronously during migration.
  • startup: progress lines added to console output.

Also in 26.06.13

  • Throttled background log category backfill.
  • Automatic PostgreSQL index corruption recovery on WriteCall.

See CHANGELOG.md for full details.