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 v1.7.1 #965

Merged
merged 5 commits into from
Apr 3, 2024
Merged

Release v1.7.1 #965

merged 5 commits into from
Apr 3, 2024

Conversation

pilyang
Copy link
Collaborator

@pilyang pilyang commented Apr 3, 2024

[BE] common-global package 분배, 일부 양방향 의존 해결 (#961)

[BE] 커스텀 예외 리팩터링 (#962, #963)

[FE] SSE 수신 시 실행되는 setQueryData가 제대로 작동하지 않는 문제 해결 (#960)

pilyang and others added 5 commits March 28, 2024 00:04
* refactor: move baseentity to common

* refactor: FileControlException에 확장자 예외 추가

- feed -> filesystem 의존성 방향으로 수정
- feed, notice service에서 해당 exception을 각각의 도메인 예외로 변환

* refactor: move Response dto to application dto package
* refactor: extract CustomNotFoundException in common package

* refactor: extract CustomUnauthorizedException in common package

* refactor: extract CustomForbiddenException in common package

* refactor: makc custom exception to abstract class

* refactor: extract CustomBadRequestException in common package
- 기존 로직의 경우 이전 값인 old의 값을 그대로 변경해 참조가 유지되었음
- 참조가 그대로 유지되면 tanstack-query는 값이 변경되지 않았다고 판단되어 갱신이 일어나지 않을 수 있음
- 따라서, 새로운 변수 newThread를 만들어 이를 반환하는 것으로 참조를 변경
- readme 의 release뱃지가 최신 배포 태그를 자동으로 보이도록 수정
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants