chore: release v1.0.95 (#2708)

This commit is contained in:
lark-cli-external-pr-digest[bot]
2026-09-11 00:44:00 +08:00
committed by GitHub
parent fda8d7cdae
commit 30571b7ba4
3 changed files with 38 additions and 3 deletions
+35
View File
@@ -2,6 +2,40 @@
All notable changes to this project will be documented in this file.
## [v1.0.95] - 2026-09-10
### Features
- **sheets**: accept the payload spellings the 08-29..31 reflow rejected (#2611)
- **sheets**: add chart sizing and quality checks (#2504)
- **docs**: await asynchronous document creation (#2641)
- **im**: add concise message output (#2567)
- Supports sorting of questions in the Base form (#2598)
- add lazy API catalog routing (#2232)
### Bug Fixes
- list workspace entity 上限调整为 30 (#2646)
- **apps**: classify db failures by their k_dl subcode (#2650)
- handle credential and config read failures (#2583)
- **wiki**: resolve node-get through node_by_token (#2665)
- **docs**: resolve draft resources and validate explicit constraints (#2675)
- **wiki**: migrate mutation lookups to node_by_token (#2676)
- **base**: validate dashboard update filters (#2631)
- **base**: make table and field lists fetch all items (#2674)
- **drive**: migrate wiki lookups to node_by_token (#2682)
- **drive**: improve token recognition for download and preview (#2680)
- **sheets,slides**: migrate wiki lookups to node_by_token (#2696)
- **base**: migrate wiki lookup to node_by_token (#2699)
- **docs**: migrate wiki lookups to node_by_token (#2689)
- **base**: preserve unsupported record values in NDJSON exports (#2701)
- reduce vulnerable dependencies while retaining Go 1.23 (#2659)
### Documentation
- **im**: document folder expansion and download guidance (#2633)
- **skills**: use wiki node shortcut in guidance (#2702)
## [v1.0.94] - 2026-09-07
### Features
@@ -2116,6 +2150,7 @@ Bundled AI agent skills for intelligent assistance:
- Bilingual documentation (English & Chinese).
- CI/CD pipelines: linting, testing, coverage reporting, and automated releases.
[v1.0.95]: https://github.com/larksuite/cli/releases/tag/v1.0.95
[v1.0.94]: https://github.com/larksuite/cli/releases/tag/v1.0.94
[v1.0.93]: https://github.com/larksuite/cli/releases/tag/v1.0.93
[v1.0.92]: https://github.com/larksuite/cli/releases/tag/v1.0.92
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@larksuite/cli",
"version": "1.0.94",
"version": "1.0.95",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@larksuite/cli",
"version": "1.0.94",
"version": "1.0.95",
"cpu": [
"x64",
"arm64",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@larksuite/cli",
"version": "1.0.94",
"version": "1.0.95",
"description": "The official CLI for Lark/Feishu open platform",
"bin": {
"lark-cli": "scripts/run.js"