Skip to content

Update CHANGELOG.md for v0.6.26#1457

Merged
hackerwins merged 1 commit into
mainfrom
v0.6.26
Aug 20, 2025
Merged

Update CHANGELOG.md for v0.6.26#1457
hackerwins merged 1 commit into
mainfrom
v0.6.26

Conversation

@hackerwins

@hackerwins hackerwins commented Aug 20, 2025

Copy link
Copy Markdown
Member

What this PR does / why we need it:

Update CHANGELOG.md for v0.6.26

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

  • Changed
    • Improved error messages for clearer DB context.
    • Enhanced change fetching performance with database-level pagination.
  • Bug Fixes
    • Corrected tombstone handling for overlapping ranges in tree operations.
    • Refined server configuration defaults.
    • Fixed removedAt timestamp handling in text deletions.
  • Documentation
    • Updated OpenAPI specifications to v0.6.26.
  • Chores
    • Bumped application and chart versions to v0.6.26.
    • Added v0.6.26 section to the changelog.

@coderabbitai

coderabbitai Bot commented Aug 20, 2025

Copy link
Copy Markdown

Walkthrough

Bumps release/version metadata to v0.6.26 across Makefile, OpenAPI specs, and Helm chart, and adds an Unreleased v0.6.26 section to CHANGELOG describing changes and fixes. No functional API or build logic alterations beyond version strings.

Changes

Cohort / File(s) Summary
Release notes
CHANGELOG.md
Added Unreleased section v0.6.26 (2025-08-20) with two Changed items and three Fixed items.
Build/versioning
Makefile
Updated YORKIE_VERSION from 0.6.25 to 0.6.26; linker flags embed the new version.
OpenAPI specs
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
Bumped info.version from v0.6.25 to v0.6.26; no endpoints or schemas changed.
Helm chart
build/charts/yorkie-cluster/Chart.yaml
Bumped chart version and appVersion from 0.6.25 to 0.6.26; no other chart changes.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Tip

🔌 Remote MCP (Model Context Protocol) integration is now available!

Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats.

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

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.
    • 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.
  • 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 the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

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

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

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

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • 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 August 20, 2025 04:55

@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: 1

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

14-21: Resolve markdownlint MD034 (bare URLs) in new bullets.

Static analysis flagged bare URLs. Use markdown link syntax to satisfy MD034. Suggested localized fix for the newly added lines:

- - Improve error for better context in DB by @hackerwins in https://github.com/yorkie-team/yorkie/pull/1445
- - Improve changes fetching with database-level pagination by @hackerwins in https://github.com/yorkie-team/yorkie/pull/1448
+ - Improve error for better context in DB by @hackerwins in [#1445](https://github.com/yorkie-team/yorkie/pull/1445)
+ - Improve changes fetching with database-level pagination by @hackerwins in [#1448](https://github.com/yorkie-team/yorkie/pull/1448)
- - Fix incorrect tombstone in Tree.Remove for overlapping ranges by @hackerwins in https://github.com/yorkie-team/yorkie/pull/1435
- - Refine server configuration defaults and tests by @ggyuchive in https://github.com/yorkie-team/yorkie/pull/1450
- - Fix removedAt timestamp handling in text deletions by @sigmaith in https://github.com/yorkie-team/yorkie/pull/1447
+ - Fix incorrect tombstone in Tree.Remove for overlapping ranges by @hackerwins in [#1435](https://github.com/yorkie-team/yorkie/pull/1435)
+ - Refine server configuration defaults and tests by @ggyuchive in [#1450](https://github.com/yorkie-team/yorkie/pull/1450)
+ - Fix removedAt timestamp handling in text deletions by @sigmaith in [#1447](https://github.com/yorkie-team/yorkie/pull/1447)

If you prefer consistency with historical entries, alternatively consider disabling MD034 for this file in your markdownlint config.

📜 Review details

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

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between be2d265 and 30e0719.

📒 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 (1)
📚 Learning: 2025-07-09T01:45:42.906Z
Learnt from: KMSstudio
PR: yorkie-team/yorkie#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.

Applied to files:

  • Makefile
🪛 markdownlint-cli2 (0.17.2)
CHANGELOG.md

14-14: Bare URL used

(MD034, no-bare-urls)


15-15: Bare URL used

(MD034, no-bare-urls)


19-19: Bare URL used

(MD034, no-bare-urls)


20-20: Bare URL used

(MD034, no-bare-urls)


21-21: 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 (7)
build/charts/yorkie-cluster/Chart.yaml (1)

14-15: Approved: Version bump to 0.6.26 verified across chart and docs

  • build/charts/yorkie-cluster/Chart.yaml version & appVersion updated to 0.6.26
  • All OpenAPI docs under api/docs reference v0.6.26
  • No leftover 0.6.25/v0.6.25 occurrences outside changelogs
Makefile (1)

1-1: YORKIE_VERSION correctly updated and propagated

The rg output confirms:

  • YORKIE_VERSION is set to 0.6.26 in the Makefile.
  • GO_LDFLAGS embed the new version and build date.
  • The Docker buildx command tags the image with $(YORKIE_VERSION).
api/docs/yorkie/v1/admin.openapi.yaml (1)

6-6: OpenAPI info.version bumped to v0.6.26 — approved

No API surface changes beyond the version metadata.

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

6-6: OpenAPI info.version set to v0.6.26 — approved

Docs-only change; schemas and components remain unchanged.

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

6-6: OpenAPI info.version updated to v0.6.26 — approved

Consistent with the rest of the spec set and the release bump.

CHANGELOG.md (1)

10-22: v0.6.26 entry looks consistent and well-scoped.

Date, headings, and itemization align with prior entries and Keep a Changelog conventions.

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

6-6: Cluster OpenAPI version updated to v0.6.26 — OK.

No path/schema changes observed; safe metadata bump.

Comment thread api/docs/yorkie.base.yaml
@codecov

codecov Bot commented Aug 20, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 38.77%. Comparing base (be2d265) to head (30e0719).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1457   +/-   ##
=======================================
  Coverage   38.77%   38.77%           
=======================================
  Files         184      184           
  Lines       31249    31249           
=======================================
  Hits        12116    12116           
  Misses      18159    18159           
  Partials      974      974           

☔ 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 63523f0 into main Aug 20, 2025
6 checks passed
@hackerwins hackerwins deleted the v0.6.26 branch August 20, 2025 05:03
@coderabbitai coderabbitai Bot mentioned this pull request Sep 2, 2025
3 tasks
@coderabbitai coderabbitai Bot mentioned this pull request Sep 11, 2025
3 tasks
@coderabbitai coderabbitai Bot mentioned this pull request Oct 14, 2025
3 tasks
@coderabbitai coderabbitai Bot mentioned this pull request Oct 29, 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