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