From d57f99396053499c8941fb7b1820cea574405157 Mon Sep 17 00:00:00 2001 From: htlee Date: Sat, 4 Apr 2026 10:27:32 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=EB=A6=B4=EB=A6=AC=EC=A6=88=20=EB=85=B8?= =?UTF-8?q?=ED=8A=B8=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8=20=E2=80=94=20?= =?UTF-8?q?=EB=AA=A8=EC=84=A0=20=EA=B2=80=ED=86=A0=20=EB=8F=99=EA=B8=B0?= =?UTF-8?q?=ED=99=94=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/RELEASE-NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/RELEASE-NOTES.md b/docs/RELEASE-NOTES.md index 58d4a5c..9db0845 100644 --- a/docs/RELEASE-NOTES.md +++ b/docs/RELEASE-NOTES.md @@ -13,6 +13,12 @@ - LoginPage DEV_LOGIN 환경변수 지원 (VITE_ENABLE_DEV_LOGIN) ### 수정 +- 모선 검토 대기 목록을 폴리곤 5분 폴링 데이터에서 파생하여 동기화 문제 해소 + - Backend: 폴링 SQL에 candidateCount CTE 추가 + - Frontend: parentInferenceQueue를 useMemo 파생으로 전환 (별도 API 제거) + - 초기 로드 시 자동 그룹 선택 제거 → 검토 패널만 표시, 미선택 상태 + - 렌더 루프 수정 (refreshParentInferenceQueue deps 안정화) +- 후보 소스 배지 축약 (CORRELATION→CORR, PREVIOUS_SELECTION→PREV 등) - 1h 활성 판정을 parent_name 전체 합산 기준으로 변경 (서브클러스터 분리 후 개별 소수 문제 해결) - vessel_store의 _last_bucket 타임존 오류 수정 (tz-naive KST → UTC 잘못 변환 → incremental fetch 0건) - time_bucket 수집 안전 윈도우 도입 — safe_bucket(12분 지연) + 3 bucket 백필로 데이터 누락 방지