cli-kintone v1.14.0
· 約1分
We are happy to announce the release of cli-kintone v1.14.0 🎉
What's new?
cli-kintone retries download/upload attachment files on 5xx error
File upload/download API requests may occasionally fail for various reasons. This update helps avoid having to redo the entire process due to these failures. Now, cli-kintone automatically retries on the following API errors.
- Download File (
GET /k/v1/file.json)- 5xx errors
- Upload File (
POST /k/v1/file.json)- 5xx errors
We use an exponential backoff with jitter as our retry strategy.
Miscellaneous
See the changelog for an exhaustive list of changes.

