メインコンテンツまでスキップ

cli-kintone v1.14.2

· 約1分

We are happy to announce the release of cli-kintone v1.14.2 🎉

👉 Download this version here

What's new?

Server-side UPSERT is now the default behavior

In v1.13.0, we introduced the --experimental-use-server-side-upsert option to enable the upsert mode of the Update Records API.

Starting with this release, server-side UPSERT is now the default behavior. It includes minor improvements over the experimental implementation.

Depending on the execution conditions, this change may improve import performance and reduce the number of API requests.

The --experimental-use-server-side-upsert option is now deprecated.
Specifying this option in this version will show a warning (not an error), but the option will be removed entirely in a future release.

Miscellaneous

See the changelog for an exhaustive list of changes.