cli-kintone v1.14.2
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.