DOC: Update Changelog format#829
Merged
jhpark816 merged 1 commit intonaver:developfrom Mar 31, 2025
Merged
Conversation
namsic
commented
Mar 31, 2025
| # 2024-01-17 [version 1.13.5] | ||
| ## 🐣 New Features | ||
| * Add `ready` command Add ready command to verify that the cache server can receive requests. In Zookeeper clustering, the cache node becomes ready state after creating its cache_list znode. #707 | ||
| - Add `ready` command Add ready command to verify that the cache server can receive requests. In Zookeeper clustering, the cache node becomes ready state after creating its cache_list znode. #707 |
Collaborator
Author
There was a problem hiding this comment.
문장 단위로 2개 line으로 구분했더니 여전히 긴 것 같아서,
다른 변경사항과 비슷한 길이가 되도록 3개 line으로 분리했습니다.
추가로, deps 관련 변경사항도 line을 나누었습니다.
- Modify to have dependency libraries(libevent and zookeeper-client-c) and
add dependency libraries install script.
jhpark816
reviewed
Mar 31, 2025
| * Add `ready` command Add ready command to verify that the cache server can receive requests. In Zookeeper clustering, the cache node becomes ready state after creating its cache_list znode. #707 | ||
| - Add `ready` command Add ready command to verify that the cache server | ||
| can receive requests. In Zookeeper clustering, the cache node becomes | ||
| ready state after creating its cache_list znode. #707 |
Collaborator
There was a problem hiding this comment.
long line인 경우 multi-line 형식이 모든 viewer에서 동일하게 잘 보이는 거죠?
Collaborator
Author
There was a problem hiding this comment.
vi에서만 잘 보이면 나머지 에디터/뷰어에서도 크게 문제 없다고 보시면 됩니다.
jhpark816
approved these changes
Mar 31, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 Related Issue
⌨️ What I did