Skip to content

Backend v0.0.49

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Mar 10:35
c54651a

Backend Release v0.0.49

Branch: main
Commit: c54651a

Docker Images:

  • nkondratyk93/tellmemo-backend:0.0.49
  • nkondratyk93/tellmemo-backend:latest
  • nkondratyk93/tellmemo-backend:c54651a452784662b4d28d18a6fddbb8f5848be1

Changes:
fix: Resolve Sentry errors for insight validation, notifications, WebSocket, and telemetry (#185)

  • fix: Simplify CLAUDE.md to generic behavioral guidelines

Remove project-specific content (architecture, commands, dependencies, MCP config)
and keep only the core LLM coding guidelines.

Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

  • fix: Resolve Sentry errors for insight validation, notifications, WebSocket, and telemetry
  • Add project_id validation in question_handler and action_handler to prevent
    NotNullViolation on live_meeting_insights inserts (FASTAPI-2Y)
  • Fix OrganizationRole enum casing: .admin/.owner → .ADMIN (FASTAPI-3Z)
  • Handle WebSocket close code 1001 as graceful disconnect (FASTAPI-3Q)
  • Increase OTLP metrics export interval to 120s and timeout to 30s to avoid
    Grafana Cloud rate limiting and timeouts (FASTAPI-30, FASTAPI-3V)

Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com


Co-authored-by: nkondratyk93 235555346+nkondratyk93@users.noreply.github.com
Co-authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com