Skip to content

Releases: specvital/infra

v1.2.0

04 Jan 15:03

Choose a tag to compare

1.2.0 (2026-01-04)

🎯 Highlights

✨ Features

  • db: add committed_at column to analyses table (66a993d)
  • db: add external_repo_id column and integrity indexes (848036b)
  • db: add GitHub App Installation table (cd33ecb)
  • db: add GitHub cache tables for repository and organization data (1605686)
  • db: add is_private column to codebases table (b688ba8)
  • db: add refresh token table for hybrid authentication (0db7539)
  • db: add user_analysis_history table for dashboard personalization (1044f38)
  • db: add user_bookmarks table for dashboard favorites (7866748)

⚑ Performance

  • db: optimize index for cursor pagination (d358516)

πŸ”§ Maintenance

πŸ“š Documentation

  • add CLAUDE.md (5ef6ab0)
  • add missing version headers and improve CHANGELOG hierarchy (34c3614)
  • update README.md (82b6396)

♻️ Refactoring

  • db: change composite PK to surrogate PK for consistency (dad65f8)

πŸ”¨ Chore

  • add sync-docs action command (a8b519f)
  • auto-remove River DROP statements from makemigration (53eb9ec)
  • changing the environment variable name for accessing GitHub MCP (3b74e68)
  • delete unused claude skills (5c01ef8)
  • deps-dev: bump @semantic-release/release-notes-generator (5197985)
  • deps: bump actions/checkout from 4 to 6 (8d1f8a4)
  • deps: bump actions/setup-node from 4 to 6 (45ca48d)
  • improved the claude code status line to display the correct context window size. (928558e)
  • modified container structure to support codespaces (558ee28)
  • sync ai-config-toolkit (bb51262)
  • sync docs (34ab8a2)
  • sync docs (9d595ac)

v1.1.0

19 Dec 17:46

Choose a tag to compare

🎯 Highlights

✨ Features

  • db: add River job queue migration (86b6157)

πŸ”§ Maintenance

πŸ”¨ Chore

  • adding a go environment to a container for riverqueue use (ee45552)
  • remove Redis dependency (916c622)

v1.0.0

17 Dec 15:54

Choose a tag to compare

🎯 Highlights

✨ Features

  • add Atlas-based database schema management (da9fb70)
  • add PostgreSQL/Redis infrastructure for local development (a86dc00)
  • db: add last_viewed_at column for auto-refresh service (7f2b1cf)
  • db: add users and oauth_accounts tables for GitHub OAuth (3295843)
  • extend schema for multi-framework test status support (cc2531e)

πŸ› Bug Fixes

  • ci: add revisions_schema config and allow-dirty flag for atlas migration (5a71d60)
  • db: test case save failure when name exceeds 500 characters (9598962)
  • db: unique constraint violation on analysis retry (bb10f8a)

πŸ”§ Maintenance

πŸ’„ Styles

πŸ”§ CI/CD

  • add release workflow for semantic-release (817f077)
  • setup NeonDB migration and release automation pipeline (fd3a039)

πŸ”¨ Chore

  • add "hashicorp.hcl" extension in recommended (6b063b1)
  • add claude session volume (5d2f745)
  • add neon db extension (1324222)
  • add Redis reset capability to reset command (4840861)
  • add release command (bb79d68)
  • add useful action buttons (219fb7f)
  • adding recommended extensions (0d4b17a)
  • ai-config-toolkit sync (0a2fa86)
  • ai-config-toolkit sync (c78e010)
  • Global document synchronization (15dc7da)
  • sync ai-config-toolkit (d4dc1d6)