From 95922c5fa8f5abe4009ca0a4d612e0c19a860dc8 Mon Sep 17 00:00:00 2001 From: HYOJIN Date: Wed, 8 Apr 2026 11:20:43 +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 Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/RELEASE-NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/RELEASE-NOTES.md b/docs/RELEASE-NOTES.md index c13973c..3903267 100644 --- a/docs/RELEASE-NOTES.md +++ b/docs/RELEASE-NOTES.md @@ -20,6 +20,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/ko/1.0.0/). - API Key 신청 필드 (사용기간, 서비스IP, 서비스용도, 하루 예상 요청량) (#8) - API Key Permission 관리 API (#8) - API Key 관리 프론트엔드 (신청/검토/키관리/권한편집) (#8) +- API Gateway 프록시 (ANY /gateway/{serviceCode}/**) (#9) +- API Key 인증 필터 (prefix 매칭 + AES 복호화 + 권한 확인) (#9) +- 요청/응답 비동기 로깅 (@Async) (#9) +- 요청 로그 검색 API (JPA Specification 동적 쿼리) (#9) +- 요청 로그 검색/상세 프론트엔드 페이지 (#9) ## [2026-04-07]