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.0.3 #4

Merged
merged 8 commits into from
Nov 23, 2024
Merged

Release v1.0.3 #4

merged 8 commits into from
Nov 23, 2024

Conversation

joon6093
Copy link
Owner

⭐ New Features

  • 종료 신호 처리 책임 분리
    • 종료 신호 처리의 책임을 모듈 단위로 분리하여 유지 보수성과 가독성을 개선했습니다.
    • 종료 동작을 유연하게 정의할 수 있는 구조를 도입하여 다양한 종료 시나리오에 유연하게 대응할 수 있도록 설계했습니다.

🔍 Test Enhancements

  • 종료 신호 핸들러 등록 테스트 추가

    • 종료 신호 핸들러가 지정된 신호 타입에 대해 올바르게 등록되는지 검증하는 테스트를 추가했습니다.
  • 종료 동작 및 코드 검증 테스트 추가

    • 종료 핸들러 호출 시 예상된 종료 코드와 함께 종료 동작이 정확히 수행되는지 검증하는 테스트를 추가했습니다.
    • System.exit() 호출로 인해 테스트가 어려웠던 부분은 system-lambda를 활용하여 해결했습니다.

❤️ Contributors

  • @joon6093

    이번 릴리스에 기여해주신 모든 분들께 감사드립니다!

@joon6093 joon6093 self-assigned this Nov 23, 2024
Copy link

Test Results

3 tests   3 ✅  42s ⏱️
3 suites  0 💤
3 files    0 ❌

Results for commit fb1509c.

@joon6093 joon6093 merged commit abbd94f into main Nov 23, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant