Skip to content

Latest commit

 

History

History
313 lines (154 loc) · 16.4 KB

File metadata and controls

313 lines (154 loc) · 16.4 KB

Changelog

2.18.0 (2026-04-16)

Features

  • root: implement per-agent vendor dispatch and add new agents (06ac5e1)

2.17.1 (2026-04-07)

Bug Fixes

  • infra: resolve file system race condition in env-sync (d279992)
  • infra: sanitize network data before writing weaviate state (e759f0f)
  • infra: validate file-sourced data before outbound network requests (d4c4f4c)
  • root: enable autofix and strict warnings for biome and ruff lint (90cae36)

2.17.0 (2026-04-07)

Features

  • infra: add hackathon infrastructure provisioning (de295ed)

2.16.2 (2026-04-06)

Bug Fixes

  • root: upgrade outdated dependencies across api and mobile (81ef50d)

2.16.1 (2026-04-05)

Bug Fixes

  • web: configure serwist turbopack with native esbuild (018a5ad)

2.16.0 (2026-04-04)

Features

  • root: move email auth flow into api (74c8dc4)

Bug Fixes

  • root: dispose api test engine after pytest session (49b0bfc)
  • root: isolate api test sqlite database per process (cf28862)

2.15.1 (2026-04-02)

Bug Fixes

  • root: rewrite i18n guide as response language rules and bump version to 4.20.0 (a5cd68d)
  • root: translate i18n guide to english and bump version to 4.20.1 (21b0d63)

2.15.0 (2026-04-01)

Features

  • root: add create-fullstack-starter cli package (f1664d5)

2.14.0 (2026-04-01)

Features

  • web: add email/password auth with resend and session exchange (fc929d6)

2.13.2 (2026-03-26)

Bug Fixes

  • deps: fix tsconfig and import path for typescript 6 compat (99dcd84)
  • root: use first-fluke/oma-update-action for workflow (df3e006)

2.13.1 (2026-03-23)

Bug Fixes

  • root: use oma-update-action marketplace action (a0998f4)

2.13.0 (2026-03-19)

Features

  • root: add translator skill and refresh agent guides (53a3f46)

2.12.1 (2026-03-15)

Bug Fixes

  • docs: correct coordinate.md path from .agent to .agents (1aa463d)
  • mobile: update flutter sdk version to 3.41.2 (d164309)

2.12.0 (2026-03-15)

Features

Bug Fixes

  • correct commit message for skill directories (1d1b794)

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)