diff --git a/docs/RELEASE-NOTES.md b/docs/RELEASE-NOTES.md index ce2765e..1de9f12 100644 --- a/docs/RELEASE-NOTES.md +++ b/docs/RELEASE-NOTES.md @@ -58,6 +58,8 @@ - 실패 건 수동 재수집 시 414 Request-URI Too Long 오류 수정 (#71) ### 변경 +- 파티션 스텝 프로세스 공통 모듈화 (StringListPartitioner, BasePartitionedJobConfig, LastExecutionUpdateTasklet) (#73) +- 13개 Job Config의 인라인 LastExecutionUpdateTasklet을 공통 모듈로 교체 (#74) - 재수집 실패건 추적 기준 sourceStepExecutionId → sourceJobExecutionId로 변경 (#64) - 실패 레코드 Upsert 패턴 적용 (동일 키 중복 방지) - 재시도 상태 배지 표시 (대기/재시도 N/3/재시도 초과)