Skip to content

Commit 6bff613

Browse files
authored
docs: add release blog for v1.14.2 (#1137)
1 parent 85ee8f2 commit 6bff613

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
slug: cli-kintone-v1-14-2
3+
title: cli-kintone v1.14.2
4+
authors: [tasshi, extensions-platform-team]
5+
tags: [release]
6+
---
7+
8+
We are happy to announce the release of **cli-kintone v1.14.2** 🎉
9+
10+
👉 [Download this version here](https://github.com/kintone/cli-kintone/releases/tag/v1.14.2)
11+
12+
## What's new?
13+
14+
### Server-side UPSERT is now the default behavior
15+
16+
In [v1.13.0](./2025-01-16-cli-kintone-v1-13-0.md), we introduced the `--experimental-use-server-side-upsert` option to enable the `upsert` mode of the [Update Records](https://kintone.dev/en/docs/kintone/rest-api/records/update-records/) API.
17+
18+
Starting with this release, server-side UPSERT is now the default behavior.
19+
It includes minor improvements over the experimental implementation.
20+
21+
Depending on the execution conditions, this change may improve import performance and reduce the number of API requests.
22+
23+
The `--experimental-use-server-side-upsert` option is now deprecated.
24+
Specifying this option in this version will show a warning (not an error), but the option will be removed entirely in a future release.
25+
26+
## Miscellaneous
27+
28+
See the [changelog](https://github.com/kintone/cli-kintone/blob/main/CHANGELOG.md#1142-2025-08-06) for an exhaustive list of changes.

0 commit comments

Comments
 (0)