Skip to content

docs: add v1.0.6 changelog#348

Merged
liangshuo-1 merged 1 commit intomainfrom
release-v1.0.6-changelog
Apr 8, 2026
Merged

docs: add v1.0.6 changelog#348
liangshuo-1 merged 1 commit intomainfrom
release-v1.0.6-changelog

Conversation

@liangshuo-1
Copy link
Copy Markdown
Collaborator

@liangshuo-1 liangshuo-1 commented Apr 8, 2026

Summary

Prepare v1.0.6 release notes and package metadata for the next release.

Changes

  • Add the v1.0.6 changelog section with user-facing release notes.
  • Bump the npm package version from 1.0.5 to 1.0.6.

Test Plan

  • Unit tests pass: make unit-test
  • go mod tidy made no changes to go.mod / go.sum.
  • Lint passes: go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.1.6 run --new-from-rev=origin/main
  • Manual local verification confirms the release metadata diff contains only CHANGELOG.md and package.json.

Related Issues

  • None

Summary by CodeRabbit

  • New Features

    • Login scope validation and output improvements
    • Pagination with page token support
    • Multipart document media uploads
    • Enhanced draft image path auto-resolution
    • Meeting/minute token shortcut support
  • Bug Fixes

    • Fixed concurrency race condition
    • Improved configuration persistence
    • Enhanced API diagnostics for malformed JSON
    • Fixed token normalization in responses
  • Documentation

    • Clarified help text

Change-Id: Ic5a1d128c9ec903c0e1a9a673f7da8340e775dc0
@github-actions github-actions Bot added the size/M Single-domain feat or fix with limited business impact label Apr 8, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 8, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 1bae9221-bea1-4016-8b2d-b1bfa844628b

📥 Commits

Reviewing files that changed from the base of the PR and between db9ca5c and c6b5731.

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

📝 Walkthrough

Walkthrough

This is a version release PR that bumps the package version from 1.0.5 to 1.0.6 and documents the release changes in the changelog, including feature additions, bug fixes, documentation improvements, and refactoring work.

Changes

Cohort / File(s) Summary
Release Documentation
CHANGELOG.md
Added v1.0.6 release entry (2026-04-08) documenting features (login scope validation, pagination tokens, multipart uploads, image path resolution, meeting shortcut support, concurrency fixes), bug fixes (keychain persistence, positional args), documentation improvements, and refactoring (shortcut and FileIO migrations).
Version Manifest
package.json
Bumped package version from 1.0.5 to 1.0.6.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested labels

size/M

Suggested reviewers

  • evandance
  • tuxedomm
  • liuxinyanglxy

Poem

🐰 A version hops forward with joy today,
From 1.0.5 to 1.0.6 on its way!
Features and fixes all neatly penned,
In the changelog log, our work to blend.
Release it forth, let the world now see! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title 'docs: add v1.0.6 changelog' accurately describes the main change: adding release notes for v1.0.6 to the changelog documentation.
Description check ✅ Passed The description covers all required sections: Summary, Changes, Test Plan (with verification steps), and Related Issues. Information is complete and relevant to the PR scope.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ 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 release-v1.0.6-changelog

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

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Apr 8, 2026

Greptile Summary

This PR prepares the v1.0.6 release by adding a changelog section to CHANGELOG.md and bumping the npm package version in package.json from 1.0.5 to 1.0.6. The changes are documentation and metadata only — no source code is modified.

Confidence Score: 5/5

This PR is safe to merge — changes are limited to documentation and package metadata with no code modifications.

Both changed files are purely documentation and metadata. The changelog entry is well-structured and consistent with prior releases. The version bump in package.json is the single expected field change. No logic, behavior, or security surface is affected.

No files require special attention.

Vulnerabilities

No security concerns identified.

Important Files Changed

Filename Overview
CHANGELOG.md Adds v1.0.6 release section with Features, Bug Fixes, Documentation, and Refactor subsections, plus a reference link at the bottom; content is well-formed and consistent with prior entries.
package.json Single-field version bump from 1.0.5 to 1.0.6; all other fields unchanged and correct.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[PR #348 merged to main] --> B[CHANGELOG.md updated\nv1.0.6 section added]
    A --> C[package.json bumped\n1.0.5 → 1.0.6]
    B --> D[Release tag created\ngithub.com/larksuite/cli/releases/tag/v1.0.6]
    C --> D
    D --> E[npm publish\n@larksuite/cli@1.0.6]
Loading

Reviews (1): Last reviewed commit: "docs: add v1.0.6 changelog" | Re-trigger Greptile

@liangshuo-1 liangshuo-1 merged commit aa4076a into main Apr 8, 2026
9 of 10 checks passed
@liangshuo-1 liangshuo-1 deleted the release-v1.0.6-changelog branch April 8, 2026 13:57
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