Skip to content

Releases: OneLiteFeatherNET/Sturnus

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 18:09
906c6d6

0.7.0 (2026-08-21)

Features

  • publishing: mention every recorded speaker when the link is posted (#53) (ee4019f)

Bug Fixes

  • chart: let every component finish starting before liveness judges it (#52) (f8776c5)

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 10:53
cb79813

0.6.0 (2026-08-21)

Features

  • bot: say so, during the meeting, when a speaker's audio has no level (#43) (0ceb496)
  • discord: add /queue and let an admin re-run a finished session (#49) (e2e8c93)
  • observability: trace, measure and log Sturnus without shipping content (#50) (1ff8a9d)

Bug Fixes

  • worker: transcribe the speech, not the padded track (#48) (d3e773a)

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 21 Aug 08:29
f226b85

0.5.1 (2026-08-21)

Bug Fixes

  • worker: close the veto that switched off Whisper's own silence check (#46) (455b200)

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 22:16
4d2b047

0.5.0 (2026-08-20)

Features

  • worker: transcribe for the language and the vocabulary of the room (#44) (8822b6b)

Bug Fixes

  • chart: route the Sentry DSN through the Secret (#40) (dc4e4fb)
  • protocol: give the attribution and the words their own paragraphs (#42) (4ba2716)
  • worker: stop Silero VAD from throwing away every transcript (#45) (21d79be)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 16:12
3df6d4c

0.4.0 (2026-08-20)

Features

  • name the channel, the date and the local time in the protocol (#34) (0c6baa8)
  • observability: report errors to Sentry without shipping content (#36) (f58aea8)

Bug Fixes

  • bot: apply configuration changes without restarting the process (#35) (a943f87)
  • serve link's health port before waiting for the schema (#33) (dfd509c)
  • voice: decode Opus ourselves so one bad frame cannot end a recording (#37) (757828d)

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 20 Aug 12:10
5d14dce

0.3.1 (2026-08-20)

Bug Fixes

  • chart: close the commonEnv route to plaintext credentials (#29) (84886ec)
  • chart: give each component only the secret keys it reads (#17) (c643792)
  • chart: let the worker update, and let pods carry cluster labels (#11) (90aa4f7)
  • ci: let release-please bump the sturnus version in uv.lock (#13) (2d4cbf0)
  • ci: pin setup-uv to a tag that exists (#30) (f35d977)
  • refuse to start on a blank required setting (#31) (5048de1)
  • ship the driver Alembic needs to run migrations (#14) (b3846e3)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 11:29
172739c

0.2.0 (2026-08-20)

Features

  • foundation — domain logic, persistence and CI (#1) (9c24350)
  • the capture path, the worker, linking and deployment (#7) (73099c1)