Skip to content

IP-7081: [compose] CHANGELOG 및 release 스킬 추가#543

Merged
novdov merged 3 commits intomainfrom
ip-7081
Mar 10, 2026
Merged

IP-7081: [compose] CHANGELOG 및 release 스킬 추가#543
novdov merged 3 commits intomainfrom
ip-7081

Conversation

@novdov
Copy link
Copy Markdown
Contributor

@novdov novdov commented Mar 10, 2026

목적

v2.2.0 배포를 위한 CHANGELOG.md 추가 및 릴리즈 프로세스에 변경 내역 작성을 포함하는 compose 전용 release 스킬 제공

변경 사항

  • CHANGELOG.md 추가: v2.0.0, v2.1.0, v2.2.0 변경 내역을 사용자 관점으로 정리 (Breaking Changes, Added, Fixed)
  • release-compose 스킬 추가: 글로벌 release 스킬 기반으로 CHANGELOG.md 작성/확인 단계를 포함하는 compose 전용 릴리즈 워크플로우

@novdov novdov self-assigned this Mar 10, 2026
@linear
Copy link
Copy Markdown

linear bot commented Mar 10, 2026

IP-7081 [compose] CHANGELOG 및 release 스킬 추가

배경

  • compose 패키지에 버전별 변경 내역을 기록하는 CHANGELOG.md가 없어 사용자가 업그레이드 시 변경 사항을 파악하기 어려움
  • 릴리즈 시 변경 내역 작성을 자동화하는 프로젝트 전용 release 스킬이 필요

목표

  • CHANGELOG.md를 통해 패키지 사용자가 버전별 변경 사항을 확인할 수 있음
  • release 스킬이 릴리즈 과정에서 CHANGELOG.md 작성을 포함하여 일관된 변경 내역 관리 가능

@pozalabs-workspace pozalabs-workspace bot added the Improvement New feature or request label Mar 10, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 10, 2026

Warning

Rate limit exceeded

@novdov has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 6 minutes and 30 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Free

Run ID: 7525fa8b-1448-48d3-9fb9-b720cd95db5f

📥 Commits

Reviewing files that changed from the base of the PR and between b1e8675 and f528abf.

📒 Files selected for processing (1)
  • CHANGELOG.md

개요

pull request는 새로운 패키지 릴리스 워크플로우 정의 문서와 여러 주요 API 변경사항을 기록한 changelog를 추가합니다.

변경사항

코호트 / 파일 요약
새로운 릴리스 워크플로우 정의
.claude/skills/release-compose/SKILL.md
Git 컨텍스트 추출, 버전 검증, preflight 확인, 브랜치 생성, 릴리스 이슈 및 changelog 항목 생성, PR 제출/완료, 릴리스 드래프트, 최종 릴리스 발행 등을 포함하는 종합적인 Bash/Skill 기반 패키지 릴리스 절차를 정의합니다.
주요 API 및 기능 변경사항 기록
CHANGELOG.md
auth, field, asyncio/concurrent, sql, model, event, query 모듈의 주요 breaking changes(AuthorizationServer 생성자 변경, IdField → PyObjectIdField 이름 변경, SQLEntity.id 타입을 int → uuid.UUID로 변경, EventBus 의존성 해결 방식 변경 등)를 문서화하고, TokenClaims, S3ObjectStore, compose.di, uuid7() 등의 새로운 기능 추가 및 MongoLock 버그 수정을 기록합니다.

예상 코드 리뷰 노력

🎯 2 (Simple) | ⏱️ ~10 minutes

🐰 새로운 릴리스 경로를 열고 ✨
changelog의 변화를 담아 🌙
API 다시 태어나고 버그 사라지니,
compose 패키지의 여정 계속되네 🚀


Note

🎁 Summarized by CodeRabbit Free

Your organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login.

Comment @coderabbitai help to get the list of available commands and usage tips.

@novdov novdov merged commit 1261bdd into main Mar 10, 2026
5 checks passed
@novdov novdov deleted the ip-7081 branch March 10, 2026 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Improvement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant