-
Notifications
You must be signed in to change notification settings - Fork 1
[release] v1.2.2 릴리즈 #322
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] v1.2.2 릴리즈 #322
Conversation
* [#315] refactor: dto 패키지 application 패키지 하위로 이동 * [#315] refactor: 응답 dto response 패키지로 이동 * [#315] chore(build.gradle): slack webhook 및 @ConfigurationProperties을 사용하기 위한 의존성 추가 * [#315] chore: slack 웹훅 경로 및 스레드 풀 사이즈 설정 추가 * [#315] feat(MemberRegistrationService): 회원가입 이벤트를 보내는 publisher 추가 * [#315] feat(MemberRegisteredEvent): 회원가입 시 이벤트로 유저의 닉네임을 담는 DTO 추가 * [#315] feat(MemberRegisteredEventListener): 회원가입 이벤트를 받아서 비동기로 슬랙 서비스로 요청을 보내는 이벤트리스너 생성 * [#315] feat: openFeign을 이용해 slack webhook URL로 요청을 보내는 기능 추가 * [#315] feat: 회원가입 유저 수를 측정하는 서비스 로직 구현 * [#315] feat(GlobalAsyncExceptionHandler): 비동기 예외 핸들러 구현 * [#315] feat(AsyncThreadConfig): 스레드 풀 관련 Config 클래스 구현 * [#315] feat(ThreadPoolProperties): 스레드 coreSize, namePrefix를 관리하는 ConfigurationProperties 추가 * [#315] chore(MemberRegisteredEventListener): 환영 메시지 변경 * [#315] chore(GlobalAsyncExceptionHandler): import문 최적화 * [#315] chore(JwtAuthenticationFilter): 토큰 없는 API 요청 로깅 레벨 변경
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
hyerinhwang-sailin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Related issue 🛠
Release Version
Major Changes