Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v2.1.1 #955

Merged
merged 3 commits into from
Mar 23, 2023
Merged

release: v2.1.1 #955

merged 3 commits into from
Mar 23, 2023

Commits on Mar 15, 2023

  1. feat: server log 개편 (#945)

    * docs: log 한 파일에 모든 레벨 저장하도록 수정 + AsyncAppender 제거
    
    찜꽁 서비스는 저사양 단일 인스턴스에서 돌아가는 작은 규모의 서비스 이므로 Async 하게 로깅할 필요 X
    
    * docs: application-prod.properties 파일 변경
    
    * docs: live log 는 폴더없이 존재하도록 수정
    
    자꾸 UTC date 로 폴더만들어서 라이브 로그는 가장 상위 path에 생성
    sakjung authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    dc940c2 View commit details
    Browse the repository at this point in the history
  2. feat: ControllerAdvice 개편 (#950)

    * fix: jwtUtils getPayload 메서드 내부에 try catch 로직 넣기
    
    zzimkkong exception 으로 wrapping 해서 401 나도록 수정
    
    * feat: controller advice logging & error response 정리
    
    * feat: RequestParam 에 잘못된 포맷으로 와서 TypeMismatch 날 때, 400 처리하도록 수정
    
    * chore: token 만료시 나가는 메세지 변경
    sakjung authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    b2e78ac View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    1742a0f View commit details
    Browse the repository at this point in the history