From 910d664eb00c24764d2cdfcf4a345efb002a74d5 Mon Sep 17 00:00:00 2001 From: htlee Date: Tue, 17 Mar 2026 16:52:27 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/RELEASE-NOTES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/RELEASE-NOTES.md b/docs/RELEASE-NOTES.md index ad37ced..7c3c934 100644 --- a/docs/RELEASE-NOTES.md +++ b/docs/RELEASE-NOTES.md @@ -4,6 +4,19 @@ ## [Unreleased] +### 추가 +- 백엔드 항공기 수집기 (Airplanes.live + OpenSky, @Scheduled 60초 주기) +- 인메모리 캐시 + PostGIS DB 적재 (향후 리플레이 지원) +- `GET /api/aircraft?region=iran|korea` REST API +- 프론트엔드 LIVE 모드 백엔드 API 전환 (`aircraftApi.ts`) +- DB 마이그레이션: `aircraft_positions` 테이블 (geometry + GiST 인덱스) + +### 변경 +- JDK 17 → 21 업그레이드 (pom.xml, sdkmanrc, CI/CD, systemd) +- 프론트엔드 REPLAY 모드: 외부 API 호출 제거, 샘플 데이터 전용 +- 프론트엔드 airplaneslive.ts / opensky.ts 삭제 (백엔드로 대체) +- Vite 프록시에서 airplaneslive / opensky 항목 제거 + ## [2026-03-17.4] ### 추가