Skip to content

version 1.14.1#837

Merged
jhpark816 merged 1 commit intonaver:developfrom
namsic:release
Jul 2, 2025
Merged

version 1.14.1#837
jhpark816 merged 1 commit intonaver:developfrom
namsic:release

Conversation

@namsic
Copy link
Copy Markdown
Collaborator

@namsic namsic commented May 16, 2025

version commit

@namsic namsic marked this pull request as ready for review June 16, 2025 10:12
@namsic namsic requested a review from jhpark816 June 16, 2025 10:15
Copy link
Copy Markdown
Collaborator

@jhpark816 jhpark816 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

리뷰 완료

Comment thread ChangeLog
- Fix response string when trimmed result in bop insert.
## ✅ Testing
- Upgrade CI actions version (v3 => v4).

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ChangeLog 포함 기준을 많이 높인 것 같은 데요.
그 기준을 조금 낮추어도 되는 지를 확인해 주세요.

Copy link
Copy Markdown
Collaborator Author

@namsic namsic Jun 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stats prefix 기능 제거도 추가해 두시죠.

릴리즈되지 않고 hubble-v3에서만 일시적으로 사용했던 기능이라 제외했었는데,
(Internal Changes로) 추가해 두었습니다.

  • authenticated 플래그와 -S 옵션은 의도적으로 제외하였나요?

마찬가지로 ascii sasl은 아직 충분히 구현되지 않은 상태라서 제외했는데,
필요하다고 판단하시면 추가하겠습니다.

Copy link
Copy Markdown
Collaborator

@jhpark816 jhpark816 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

추가할 부분을 확인하고 코멘트했습니다.

Comment thread ChangeLog
@@ -1,3 +1,19 @@
# 2025-06-30 [version 1.14.1]
## 🐣 New Features
- Return random elements from `sop get`.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sop get count 제약을 추가합시다.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

authenticated 플래그와
-S 옵션은 의도적으로 제외하였나요?

Comment thread ChangeLog
- Return random elements from `sop get`.
## ⚙️ Internal Changes
- Add max_stats_prefixes limit to `stats prefix` command.
- Change DFS traverse order in set and map.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

완전한 DFS 로직이 되도록 변경한 것이군요.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stats prefix 기능 제거도 추가해 두시죠.

@namsic
Copy link
Copy Markdown
Collaborator Author

namsic commented Jul 1, 2025

sop get 명령은 다음과 같은 특징을 갖는다.

  • count 값은 0 또는 양수이며, 양수인 경우 elements를 랜덤하게 조회한다.
  • long request를 방지하기 위해 count의 최대값은 1000으로 제한한다.

sop get의 count 제한은 long request 방지 목적입니다.

@namsic
Copy link
Copy Markdown
Collaborator Author

namsic commented Jul 2, 2025

  • 최신 develop 기준으로 rebase + 릴리즈 날짜 오늘로 수정했습니다.
  • sop get count 제한 항목을 features로 이동했습니다.
  • prefix stats 조회 제한도 새로운 설정이 추가되고 기존 동작과 차이가 생기는 부분이라서, 관점에 따라 feature로 분류할 수도 있겠습니다.
    (현재는 Internal changes에 두고 있음)
Add max_stats_prefixes limit to `stats prefixes`, `stats detail dump` command.

@jhpark816
Copy link
Copy Markdown
Collaborator

@namsic 현 상태로 릴리즈하겠습니다.

@jhpark816 jhpark816 merged commit 22f6aa3 into naver:develop Jul 2, 2025
1 check passed
@namsic namsic deleted the release branch July 2, 2025 01:10
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.

2 participants