Skip to content

Latest commit

 

History

History
213 lines (109 loc) · 10.8 KB

File metadata and controls

213 lines (109 loc) · 10.8 KB

Changelog

1.0.0 (2026-02-24)

Features

  • api: add domain modules and enhance core features (97fbdf9)
  • api: add domain modules, AI orchestrator, LiveKit, and authorization (93eff36)
  • api: add initial alembic migration and seed script (2179424)

Bug Fixes

  • license edit. not mit (6a4b137)
  • mobile: resolve lint errors in apps/mobile (ea58769)

2.11.0 (2026-02-21)

Features

  • introduce new skills and resources for developer workflow (1265067)

2.10.0 (2026-02-13)

Features

  • enhance agent orchestration with clarification (eda86ac)

2.9.0 (2026-02-12)

Features

  • web: add kebab-case naming convention to orval config (0ad5e9c)

2.8.0 (2026-02-07)

Features

  • remove dashboard web server and related scripts (cb7d818)

2.7.1 (2026-01-29)

Bug Fixes

  • prevent path traversal vulnerability in dashboard server (22fed9d)

2.7.0 (2026-01-29)

Features

  • add multi-agent orchestration skills from subagent-orchestrator (cdfa245)

2.6.0 (2026-01-27)

Features

  • add new agent skills and their associated reference documentation (afc2363)

2.5.0 (2026-01-23)

Features

  • root: add postgres best practices skill (99c6f25)

2.4.0 (2026-01-19)

Features

  • Add comprehensive AI agent skills library (615ed8f)
  • Add comprehensive AI agent skills library (4d6d56d)

2.3.0 (2026-01-19)

Features

  • infra: add Firestore and Vertex AI resources (95fe4aa)
  • infra: add Firestore and Vertex AI resources (d9e3b70)

2.2.2 (2026-01-18)

Bug Fixes

  • web: resolve typescript errors in auth-client and custom instance (4350494)

2.2.1 (2026-01-17)

Bug Fixes

  • mobile: update swagger_parser config to latest format (a517317)

2.2.0 (2026-01-17)

Features

  • add gcp-migration skill and fix reviewdog ci errors (a27edfa)
  • add gcp-migration skill and fix reviewdog ci errors (8918f17)
  • GCP 마이그레이션 스킬 및 가이드 문서 추가 (f0731c9)

Bug Fixes

  • ci: reviewdog biome/ruff 포맷 지원 문제 수정 (0a1ff7b)

2.1.0 (2026-01-16)

Features

  • add db:migrate task and sort tasks alphabetically (e66a494)

2.0.0 (2026-01-16)

⚠ BREAKING CHANGES

  • api: existing tokens are incompatible, users need to re-login

Features

  • add react best practices skill and update biome config (c5de500)
  • recommend @reactuses/core for advanced event handlers, global event listeners, and client-side storage patterns (710350f)

Bug Fixes

  • api: resolve ruff lint errors (c49492a)

Code Refactoring

  • api: migrate from python-jose to jwcrypto for JWE (5d42928)

1.3.0 (2026-01-15)

Features

  • implement stateless JWE authentication and add documentation (edf6c40)

1.2.0 (2026-01-14)

Features

Bug Fixes

  • web: handle optional params in not-found page (4839c21)
  • web: migrate client env variables to T3 Env (b740527)
  • web: migrate server env variables to T3 Env (43960cb)

1.1.0 (2026-01-13)

Features

  • web: add @reactuses/core and reorganize atoms (cf5e4cb)

1.0.1 (2026-01-12)

Bug Fixes

  • api: resolve ruff lint errors (f28a4c8)
  • ci: replace pyright with mypy in pipelines (6ee1db3)
  • mobile: resolve lint errors and comply with very_good_analysis (0b3c8c4)
  • standardize Python version to 3.12 across all configurations (3893d15)
  • worker: allow empty test suite to pass in pre-push hook (11ef628)

1.0.0 (2026-01-12)

Features

  • add CodeQL SAST, rate limiting, pagination, and architecture diagram (7b37139)
  • add production hardening with Fastlane, Firebase Crashlytics, OpenTelemetry (420cea6)
  • add release-please for template versioning (b8c815b)
  • add root-level infra:up/down tasks and GitHub stars badge (8dd9af9)
  • i18n: add shared i18n package as single source of truth (9b93d27)
  • initial fullstack starter template (46f9f26)
  • mise: add git:pre-push task for branch validation and conditional tests (3279fd8)
  • mobile: add forui UI library and upgrade Flutter to 3.38 (00d5755)
  • web: add production-ready Next.js config and UI registries (fa109de)
  • web: add PWA support with Serwist and essential app files (59f97f1)
  • web: add security headers to Next.js config (1c30de7)
  • web: add TanStack devtools and form context setup (b6ba47f)
  • web: add useIsClient hook for SSR-safe client detection (e1455d1)
  • web: disable X-Powered-By header (8d43c65)

Bug Fixes

  • i18n: move mobile arb files to lib/i18n/messages (1ae76dd)
  • i18n: move web messages to src/config/messages (d7ee63a)
  • simplify gh api star command (9433e28)
  • use correct gh api command for starring repository (0e40335)
  • use gh-star extension for starring repository (a9e2501)