Skip to content

v0.5.0

Choose a tag to compare

@ludusrusso ludusrusso released this 09 May 16:07
a0314cb

0.5.0 (2026-05-09)

Features

  • add cc and to headers control in sending api (#305) (b0d9c4d)
  • add stats cleanup in order to remove old data from database (#311) (9cd5f37)
  • align Go codebase to shared language (CONTEXT.md) — PRD #322 (#334) (9bae8aa)
  • improve security hash keys (#310) (2cf7a96)
  • refactor apikey handling (#302) (c845188)
  • unify bootstrap with Runnable/Registry + per-package LoadConfig (#339) (60942e2)

Bug Fixes

  • apply deprecated aliases before reading run flags (#341) (536e857)
  • db: add ORDER BY to paginated :many queries (1023e8f)
  • mailapi: tolerate per-recipient errors when scheduling a batch (1ee25e5)

Performance Improvements

  • db: index sending_pool_emails on (status, scheduled_time) (#369) (99f1fc7), closes #360
  • mailapi: bulk-insert deliveries via pgx CopyFrom (#358) (6a88ce9)