Skip to content

database: v1.16.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 16:48
3a7e2e1

1.16.0 (2026-07-11)

Features

  • add quiz deadline functionality to modules and update database schema and types (8748efe)
  • auth: add email auth recovery override (0debe1c)
  • cli: add task search (b8ec86f)
  • cms: add Richfield external-project adapter (fde0143)
  • cms: add Richfield external-project adapter (#4924) (b16a5e8)
  • cron: add managed cron operations (24012e6)
  • edu: add quiz management flow & dashboard improvements (#4933) (9dafc17)
  • edu: add vocabulary journey (#4946) (06535d2)
  • external-apps: add managed scheduler cron integration (431ed1b)
  • implement AI-powered feedback generation for quiz submissions and integrate into the teach interface (0f5c7cf)
  • implement quiz score visibility toggle and manual review status for learners (300909c)
  • implement vocabulary management system for course lessons with database support (a11daf0)
  • infrastructure: add rate-limit appeals (f1e50e9)
  • inventory: add product stock history (b27571e)
  • inventory: add revenue share and category bundles (20b2e1e)
  • inventory: add Square Terminal checkout (0a3bd76)
  • inventory: store Square credentials per workspace (e606f23)
  • mail: add advanced mailbox APIs and shadow ingestion (2543fc5)
  • mail: add catch-all delivery and revamp client (8d4cb12)
  • mail: add Cloudflare-native mail foundation (7c755b7)
  • posts: add queue diagnostics and observability (744dcc9)
  • posts: audit log + revert for group-post completion checks (b38de09)
  • settings: manage internal project bindings (5347be6)
  • tasks: add task templates (8d0700a)
  • tasks: stabilize shared board realtime collaboration (6028caf)
  • web: add managed workspace cron service (453763e)

Bug Fixes

  • auth: store invitation action replays in database (d86b1db)
  • cms: harden richfield external submissions (1c1fb47)
  • cron: recover stale docker runner (33cbe47)
  • database: harden richfield submission status rpc (47df367)
  • database: reference private.user_group_posts in post-check-logs FK (15ec4bf)
  • database: refine richfield status migration (6e78a9d)
  • database: refresh quiz feedback migration timestamp (cc48f0c)
  • database: refresh vocabulary migration timestamp (ced09e5)
  • db: preserve RLS policy semantics (30519a9)
  • db: refresh RLS migration timestamp (fad865f)
  • devboxes: gate heartbeat and split v1 dispatch (34c7a49)
  • edu: address follow-up review feedback (f183d8f)
  • edu: address quiz review feedback (ec77bd8)
  • edu: enforce quiz review invariants (992f84e)
  • infrastructure: recover cron runner via docker control (d1f216d)
  • inventory: grant service access to category bundle components (63c3804)
  • inventory: harden Square Terminal contracts (547ce87)
  • security: limit auth recovery code attempts (72d454c)
  • tasks: allow personal board external placements (89a3fa2)
  • tasks: support personal external terminal defaults (50434cb)
  • users: preserve attendance history (fd16cee)

Performance Improvements

  • rls: also wrap auth calls nested in EXISTS subqueries (complete the wrap) (967e745)
  • rls: wrap auth calls in (select ...) for per-statement eval (5011630)
  • rls: wrap auth helpers in (select ...) for per-statement evaluation (#4907) (4de00a9)