Skip to content

chore(release): v1.0.24#761

Merged
liangshuo-1 merged 1 commit into
mainfrom
chore/release-v1.0.24
May 6, 2026
Merged

chore(release): v1.0.24#761
liangshuo-1 merged 1 commit into
mainfrom
chore/release-v1.0.24

Conversation

@liangshuo-1

@liangshuo-1 liangshuo-1 commented May 6, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Cut v1.0.24 with the 7 commits that landed since v1.0.23
  • Update CHANGELOG.md (entry + reference link) and bump package.json to 1.0.24

Highlights

  • sheets: New sheet management shortcuts
  • base: Batch record get and delete
  • task: Upload task attachment shortcut
  • drive: Pre-flight 10000-rune total cap for +add-comment reply_elements
  • auth: Handle missing scopes and device flow improvements
  • markdown: Add url to +create output
  • docs: Refine field update conversion guidance

Test plan

  • git diff main -- CHANGELOG.md package.json matches expectations
  • CHANGELOG link reference for [v1.0.24] resolves on GitHub once tagged
  • No other version strings still pinned to 1.0.23

Summary by CodeRabbit

Release Notes - v1.0.24

  • New Features

    • Added support for sheets, base, task, and drive operations.
  • Bug Fixes

    • Improved authentication scopes handling.
    • Fixed URL output in +create command.
  • Documentation

    • Refined and updated documentation.

Change-Id: I248e14e1d546aa1c49bdb9f443103952488f16d7
@coderabbitai

coderabbitai Bot commented May 6, 2026

Copy link
Copy Markdown
📝 Walkthrough

Walkthrough

This PR bumps the package version from 1.0.23 to 1.0.24 in package.json and documents the release in CHANGELOG.md with entries for new Features (sheets, base, task, drive APIs), Bug Fixes (auth scopes, URL output), and Documentation improvements.

Changes

Release v1.0.24

Layer / File(s) Summary
Version Manifest
package.json
Version field updated from 1.0.23 to 1.0.24.
Release Documentation
CHANGELOG.md
New v1.0.24 section added with date 2026-05-06, listing Features, Bug Fixes, and Documentation updates; release reference link appended.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • larksuite/cli#647: Release bump touching the same files (CHANGELOG.md and package.json version).
  • larksuite/cli#457: Same code-level changes—adds a new release entry to CHANGELOG.md and bumps package.json version.
  • larksuite/cli#682: Similar release changes updating CHANGELOG.md and bumping package.json version.

Suggested labels

size/M

Suggested reviewers

  • liuxinyanglxy
  • sang-neo03

Poem

🐰 A version bumps from point-two-three,
To point-two-four for all to see,
New features hopped, bugs fixed with care,
The changelog sings: v1.0.24 is here! 🎉

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore(release): v1.0.24' is clear, specific, and directly matches the main objective of bumping the version and cutting a release.
Description check ✅ Passed The PR description includes a comprehensive summary, detailed highlights, and a test plan. It exceeds the template requirements with additional context about the release scope and specific feature highlights.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/release-v1.0.24

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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

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

@github-actions github-actions Bot added the size/M Single-domain feat or fix with limited business impact label May 6, 2026

@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

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@CHANGELOG.md`:
- Line 17: Update the changelog entry text "Add url to markdown `+create` output
(`#753`)" so the acronym is capitalized: change "url" to "URL" (resulting in "Add
URL to markdown `+create` output (`#753`)") to match project style and other
entries.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 61519703-fb31-4812-9ee1-c8115be9089a

📥 Commits

Reviewing files that changed from the base of the PR and between 27a2f27 and 4ad46c2.

📒 Files selected for processing (2)
  • CHANGELOG.md
  • package.json

Comment thread CHANGELOG.md
@codecov

codecov Bot commented May 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.21%. Comparing base (15ae1fa) to head (4ad46c2).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #761      +/-   ##
==========================================
+ Coverage   65.11%   65.21%   +0.09%     
==========================================
  Files         503      504       +1     
  Lines       46581    46673      +92     
==========================================
+ Hits        30333    30437     +104     
+ Misses      13607    13597      -10     
+ Partials     2641     2639       -2     

☔ 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.

@github-actions

github-actions Bot commented May 6, 2026

Copy link
Copy Markdown

🚀 PR Preview Install Guide

🧰 CLI update

npm i -g https://pkg.pr.new/larksuite/cli/@larksuite/cli@4ad46c2e551d9fb15a9425724f452cc209d042af

🧩 Skill update

npx skills add larksuite/cli#chore/release-v1.0.24 -y -g

@liangshuo-1
liangshuo-1 merged commit c3756f3 into main May 6, 2026
21 checks passed
@liangshuo-1
liangshuo-1 deleted the chore/release-v1.0.24 branch May 6, 2026 12:35
tuxedomm pushed a commit to zhumiaoxin/cli that referenced this pull request Jun 6, 2026
Change-Id: I248e14e1d546aa1c49bdb9f443103952488f16d7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/M Single-domain feat or fix with limited business impact

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants