Skip to main content

cli-kintone v1.14.2

ยท One min read

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.