Skip to content

Update CHANGELOG.md for v0.6.22#1408

Merged
hackerwins merged 1 commit into
mainfrom
v0.6.22
Jul 28, 2025
Merged

Update CHANGELOG.md for v0.6.22#1408
hackerwins merged 1 commit into
mainfrom
v0.6.22

Conversation

@hackerwins

@hackerwins hackerwins commented Jul 28, 2025

Copy link
Copy Markdown
Member

What this PR does / why we need it:

Update CHANGELOG.md for v0.6.22

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


Additional documentation:


Checklist:

  • Added relevant tests or not required
  • Addressed and resolved all CodeRabbit review comments
  • Didn't break anything

Summary by CodeRabbit

  • Chores
    • Updated version numbers to 0.6.22 across documentation, API specs, Makefile, and Helm chart.
    • Added a new release entry in the changelog with details on recent updates.
  • Documentation
    • Included a VSCode setting guide for test files in the contributing guidelines.

@coderabbitai

coderabbitai Bot commented Jul 28, 2025

Copy link
Copy Markdown

Walkthrough

The changes update version numbers from 0.6.21 to 0.6.22 across multiple files, including changelogs, OpenAPI specifications, a Helm chart, and a Makefile. The changelog also documents new features and refactorings introduced in this release, but no application logic or API schema changes are present.

Changes

Cohort / File(s) Change Summary
Changelog
CHANGELOG.md
Added a new 0.6.22 release entry, detailing new documentation, dependency upgrade, and refactoring.
OpenAPI Specifications
api/docs/yorkie.base.yaml, api/docs/yorkie/v1/admin.openapi.yaml, api/docs/yorkie/v1/cluster.openapi.yaml, api/docs/yorkie/v1/resources.openapi.yaml, api/docs/yorkie/v1/yorkie.openapi.yaml
Updated API version metadata from v0.6.21 to v0.6.22; no schema or endpoint changes.
Helm Chart
build/charts/yorkie-cluster/Chart.yaml
Updated version and appVersion fields from 0.6.21 to 0.6.22.
Build Configuration
Makefile
Updated YORKIE_VERSION variable from 0.6.21 to 0.6.22.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Note

⚡️ Unit Test Generation is now available in beta!

Learn more here, or try it out under "Finishing Touches" below.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch v0.6.22

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@hackerwins hackerwins marked this pull request as ready for review July 28, 2025 04:19

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 0

♻️ Duplicate comments (2)
api/docs/yorkie/v1/resources.openapi.yaml (1)

6-6: Duplicate – version field correctly updated

Same remark as in yorkie.base.yaml; value aligns with the release.

api/docs/yorkie/v1/cluster.openapi.yaml (1)

6-6: Duplicate – version field correctly updated

Matches the global v0.6.22 bump.

🧹 Nitpick comments (1)
CHANGELOG.md (1)

14-19: Optional: convert bare URLs to Markdown links

markdownlint flags the plain URLs; wrapping them prevents future lint noise.

- ... CONTRIBUTING.md for test files by @ggyuchive in https://github.com/yorkie-team/yorkie/pull/1406
+ ... CONTRIBUTING.md for test files by @ggyuchive in [#1406](https://github.com/yorkie-team/yorkie/pull/1406)

Repeat for other links if you wish to silence MD034.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between f2cf9ef and 072a206.

📒 Files selected for processing (8)
  • CHANGELOG.md (1 hunks)
  • Makefile (1 hunks)
  • api/docs/yorkie.base.yaml (1 hunks)
  • api/docs/yorkie/v1/admin.openapi.yaml (1 hunks)
  • api/docs/yorkie/v1/cluster.openapi.yaml (1 hunks)
  • api/docs/yorkie/v1/resources.openapi.yaml (1 hunks)
  • api/docs/yorkie/v1/yorkie.openapi.yaml (1 hunks)
  • build/charts/yorkie-cluster/Chart.yaml (1 hunks)
🧰 Additional context used
🧠 Learnings (7)
api/docs/yorkie/v1/yorkie.openapi.yaml (1)

Learnt from: chacha912
PR: #1164
File: pkg/document/time/version_vector.go:158-183
Timestamp: 2025-02-21T04:54:17.948Z
Learning: In the Yorkie project, the VersionVector.Min and VersionVector.Max methods should maintain consistent behavior and documentation. Both methods should modify the receiver in-place for memory efficiency, take pointer parameters, and document their side effects clearly.

api/docs/yorkie.base.yaml (2)

Learnt from: hackerwins
PR: #1327
File: server/backend/database/mongo/client.go:0-0
Timestamp: 2025-06-17T09:13:52.417Z
Learning: In the Yorkie document database, the updated_at field in document info should only be updated for content operations (when hasOperations == true), not for presence-only changes. This is intentional design behavior to distinguish between actual content modifications and presence updates.

Learnt from: chacha912
PR: #1164
File: pkg/document/time/version_vector.go:158-183
Timestamp: 2025-02-21T04:54:17.948Z
Learning: In the Yorkie project, the VersionVector.Min and VersionVector.Max methods should maintain consistent behavior and documentation. Both methods should modify the receiver in-place for memory efficiency, take pointer parameters, and document their side effects clearly.

build/charts/yorkie-cluster/Chart.yaml (3)

Learnt from: KMSstudio
PR: #1372
File: cmd/yorkie/signup.go:0-0
Timestamp: 2025-07-09T01:45:42.906Z
Learning: In the Yorkie CLI codebase (cmd/yorkie/), global variables like username, password, rpcAddr, and insecure are declared in login.go at package level and are reused across different commands (like signup.go) within the same main package, avoiding unnecessary duplication.

Learnt from: hackerwins
PR: #1036
File: server/clients/clients.go:60-63
Timestamp: 2024-10-17T03:52:24.405Z
Learning: In the Yorkie project, it's acceptable to use insecure connections (e.g., system.WithInsecure(true)) for internal IPC within the cluster, as TLS is not needed in such cases.

Learnt from: KMSstudio
PR: #1372
File: cmd/yorkie/signup.go:0-0
Timestamp: 2025-07-09T01:45:42.906Z
Learning: In the Yorkie CLI codebase, global variables like username, password, rpcAddr, and insecure are declared in login.go at package level and are reused across different commands (like signup.go) within the same main package, avoiding unnecessary duplication.

Makefile (6)

Learnt from: KMSstudio
PR: #1372
File: cmd/yorkie/signup.go:0-0
Timestamp: 2025-07-09T01:45:42.906Z
Learning: In the Yorkie CLI codebase (cmd/yorkie/), global variables like username, password, rpcAddr, and insecure are declared in login.go at package level and are reused across different commands (like signup.go) within the same main package, avoiding unnecessary duplication.

Learnt from: KMSstudio
PR: #1372
File: cmd/yorkie/signup.go:0-0
Timestamp: 2025-07-09T01:45:42.906Z
Learning: In the Yorkie CLI codebase, global variables like username, password, rpcAddr, and insecure are declared in login.go at package level and are reused across different commands (like signup.go) within the same main package, avoiding unnecessary duplication.

Learnt from: hackerwins
PR: #1224
File: test/bench/sync_only_load_bench_test.go:0-0
Timestamp: 2025-04-15T06:38:56.403Z
Learning: In the Yorkie project, benchmark tests that are very resource-intensive (like those creating many clients and connections) should be designed to run only once rather than using the standard Go benchmark iteration pattern with b.N.

Learnt from: hackerwins
PR: #1036
File: server/clients/clients.go:60-63
Timestamp: 2024-10-17T03:52:24.405Z
Learning: In the Yorkie project, it's acceptable to use insecure connections (e.g., system.WithInsecure(true)) for internal IPC within the cluster, as TLS is not needed in such cases.

Learnt from: window9u
PR: #1156
File: server/backend/config.go:235-266
Timestamp: 2025-02-20T00:58:21.388Z
Learning: In Yorkie server, configuration parsing methods (e.g., ParseEventWebhookMaxWaitInterval) use os.Exit(1) for error handling as they are executed during server initialization where early termination on invalid configuration is desired.

Learnt from: chacha912
PR: #1164
File: pkg/document/time/version_vector.go:158-183
Timestamp: 2025-02-21T04:54:17.948Z
Learning: In the Yorkie project, the VersionVector.Min and VersionVector.Max methods should maintain consistent behavior and documentation. Both methods should modify the receiver in-place for memory efficiency, take pointer parameters, and document their side effects clearly.

api/docs/yorkie/v1/resources.openapi.yaml (2)

Learnt from: hackerwins
PR: #1327
File: server/backend/database/mongo/client.go:0-0
Timestamp: 2025-06-17T09:13:52.417Z
Learning: In the Yorkie document database, the updated_at field in document info should only be updated for content operations (when hasOperations == true), not for presence-only changes. This is intentional design behavior to distinguish between actual content modifications and presence updates.

Learnt from: chacha912
PR: #1164
File: pkg/document/time/version_vector.go:158-183
Timestamp: 2025-02-21T04:54:17.948Z
Learning: In the Yorkie project, the VersionVector.Min and VersionVector.Max methods should maintain consistent behavior and documentation. Both methods should modify the receiver in-place for memory efficiency, take pointer parameters, and document their side effects clearly.

api/docs/yorkie/v1/cluster.openapi.yaml (1)

Learnt from: hackerwins
PR: #1327
File: server/backend/database/mongo/client.go:0-0
Timestamp: 2025-06-17T09:13:52.417Z
Learning: In the Yorkie document database, the updated_at field in document info should only be updated for content operations (when hasOperations == true), not for presence-only changes. This is intentional design behavior to distinguish between actual content modifications and presence updates.

CHANGELOG.md (1)

Learnt from: KMSstudio
PR: #1372
File: cmd/yorkie/signup.go:0-0
Timestamp: 2025-07-09T01:45:42.906Z
Learning: In the Yorkie CLI codebase (cmd/yorkie/), global variables like username, password, rpcAddr, and insecure are declared in login.go at package level and are reused across different commands (like signup.go) within the same main package, avoiding unnecessary duplication.

🪛 markdownlint-cli2 (0.17.2)
CHANGELOG.md

14-14: Bare URL used

(MD034, no-bare-urls)


18-18: Bare URL used

(MD034, no-bare-urls)


19-19: Bare URL used

(MD034, no-bare-urls)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: build
🔇 Additional comments (6)
api/docs/yorkie.base.yaml (1)

5-5: All OpenAPI specs updated to v0.6.22

Verified that every API spec under api/docs now reports version: v0.6.22.
Approving these changes.

Makefile (1)

1-1: Version variable bumped – LGTM

YORKIE_VERSION := 0.6.22 matches the docs update and will be injected via GO_LDFLAGS. No other build flags affected.

api/docs/yorkie/v1/admin.openapi.yaml (1)

6-6: Version bump looks good

The metadata correctly advances the spec version to v0.6.22, matching the upcoming release.
No further issues spotted for this change.

api/docs/yorkie/v1/yorkie.openapi.yaml (1)

6-6: Version bump looks correct

info.version updated to v0.6.22; no other spec changes detected. Consistent with the PR goal.

build/charts/yorkie-cluster/Chart.yaml (1)

14-15: Chart and app versions updated coherently

version and appVersion both bumped to 0.6.22, aligning the Helm chart with the new release.
No further chart-level adjustments required.

CHANGELOG.md (1)

10-20: Changelog entry is well-formed

New section for v0.6.22 follows existing style and includes clear “Added / Changed” bullets. ✅

@codecov

codecov Bot commented Jul 28, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 37.69%. Comparing base (f2cf9ef) to head (072a206).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1408   +/-   ##
=======================================
  Coverage   37.69%   37.69%           
=======================================
  Files         182      182           
  Lines       30381    30381           
=======================================
  Hits        11453    11453           
  Misses      18016    18016           
  Partials      912      912           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@hackerwins hackerwins merged commit c860823 into main Jul 28, 2025
6 checks passed
@hackerwins hackerwins deleted the v0.6.22 branch July 28, 2025 04:27
@coderabbitai coderabbitai Bot mentioned this pull request Aug 20, 2025
3 tasks
@coderabbitai coderabbitai Bot mentioned this pull request Sep 17, 2025
3 tasks
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