feat: recent-positions-detail API + AIS WebClient 버퍼 확장 #109

병합
htlee feature/recent-positions-detail 에서 develop 로 2 commits 를 머지했습니다 2026-03-17 10:01:53 +09:00
Showing only changes of commit 01ea6a2ec2 - Show all commits

파일 보기

@ -4,6 +4,12 @@
## [Unreleased]
### 추가
- 최근 선박 위치 상세 조회 API (`POST /api/v1/vessels/recent-positions-detail`) — 공간 필터(폴리곤/원) + AIS 상세 필드(callSign, status, destination, eta, draught, length, width)
### 변경
- AIS API WebClient 버퍼 50MB→100MB 확장 — 피크 시 DataBufferLimitException 대응
## [2026-03-17.2]
### 수정