Skip to content

Latest commit

 

History

History
301 lines (147 loc) · 17.6 KB

CHANGELOG.md

File metadata and controls

301 lines (147 loc) · 17.6 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.10.8 (2024-01-16)

Bug Fixes

  • fixing maximum call stack size exceeded error (#639) (e9e20d4)

1.10.7 (2023-12-21)

⚠ BREAKING CHANGES

  • The behavior for an empty string inside the Table field changed (#630 )

Bug Fixes

  • deps: update dependency @kintone/rest-api-client to ^5.0.5 (#632) (c2f43e5)
  • update behaviour for an empty string inside Table field (#630) (418ffdb)

1.10.6 (2023-12-06)

Bug Fixes

  • deps: update dependency @kintone/rest-api-client to ^5.0.4 (#595) (1a3ec45)

1.10.5 (2023-11-14)

Bug Fixes

  • deps: update dependency @kintone/rest-api-client to ^5.0.3 (#552) (7f45a41)

1.10.4 (2023-10-31)

Bug Fixes

  • deps: update dependency @kintone/rest-api-client to ^5.0.2 (#546) (3edfe65)

1.10.3 (2023-10-24)

Bug Fixes

  • deps: update dependency @kintone/rest-api-client to ^5.0.1 (#535) (3632c99)
  • deps: update dependency @kintone/rest-api-client to v5 (#514) (89422d0)

1.10.2 (2023-10-16)

Bug Fixes

1.10.1 (2023-10-03)

Bug Fixes

  • deps: update dependency @kintone/rest-api-client to ^4.1.1 (#507) (1cd8b87)

1.10.0 (2023-09-26)

Features

1.9.0 (2023-09-12)

Features

  • Show warning when no target records exist on record exporting (#470) (31a7fb8)
  • Support new log event levels (debug and fatal) (#473) (33c4652)

1.8.4 (2023-09-06)

Bug Fixes

  • deps: update dependency https-proxy-agent to ^7.0.2 (#464) (e5b0988)
  • deps: update dependency https-proxy-agent to v7 (#352) (b36fa04)

1.8.3 (2023-08-22)

Bug Fixes

  • improve an error message when process failed due to the wrong encoding (#437) (a195670)

1.8.2 (2023-08-07)

Bug Fixes

  • deps: update dependency inquirer to ^8.2.6 (#422) (615a576)

1.8.1 (2023-08-02)

Bug Fixes

  • making false the default value of the delete command prompt (#411) (2641ec3)

1.8.0 (2023-07-26)

Features

Bug Fixes

  • deps: update dependency @kintone/rest-api-client to ^4.1.0 (#405) (6b8a390)
  • deps: update dependency @kintone/rest-api-client to v4 (#369) (1bd600a)

1.7.2 (2023-07-12)

Bug Fixes

  • allow Date field format is yyyy/mm/dd (#390) (f9af100)

1.7.1 (2023-06-26)

Bug Fixes

  • undefined error message of the upsert command (#376) (1f922ca)

1.7.0 (2023-06-10)

Features

  • enable record import with a Record Number field (#368) (ae4846e)

1.6.0 (2023-06-07)

Features

  • enable upsert with non-updatable fields (#366) (0e5f1d2)

Bug Fixes

  • allow users to export an attachment with filename including a special character (#358) (40a9c6f)
  • deps: update dependency @kintone/rest-api-client to ^3.3.15 (#359) (beaa913)

1.5.3 (2023-05-30)

Bug Fixes

  • deps: update dependency @kintone/rest-api-client to ^3.3.14 (#350) (aa4ba94)
  • show correct error message when --guest-space-id option is missing (#356) (b993c81)

1.5.2 (2023-05-24)

Bug Fixes

  • deps: update dependency @kintone/rest-api-client to ^3.3.13 (#344) (9d9dd5a)

1.5.1 (2023-05-15)

Bug Fixes

  • deps: update dependency @kintone/rest-api-client to ^3.3.12 (#338) (2234cb0)

1.5.0 (2023-05-10)

Features

  • improve memory usage of record export (#311) (1c545c7)

Bug Fixes

  • deps: update dependency @kintone/rest-api-client to ^3.3.11 (#323) (8ae01f0)
  • deps: update dependency yargs to ^17.7.2 (#325) (4c0b59b)

1.4.0 (2023-04-24)

Features

Bug Fixes

  • deps: update dependency @kintone/rest-api-client to ^3.3.10 (#317) (09d9b92)

1.3.3 (2023-04-18)

Bug Fixes

  • deps: update dependency @kintone/rest-api-client to ^3.3.4 (#265) (35f2810)
  • deps: update dependency @kintone/rest-api-client to ^3.3.5 (#275) (764f789)
  • deps: update dependency @kintone/rest-api-client to ^3.3.6 (#285) (9f7346b)
  • deps: update dependency @kintone/rest-api-client to ^3.3.7 (#293) (bb9d366)
  • deps: update dependency @kintone/rest-api-client to ^3.3.8 (#300) (c604709)
  • deps: update dependency @kintone/rest-api-client to ^3.3.9 (#304) (ca85cea)

1.3.2 (2023-03-06)

Bug Fixes

  • deps: update dependency @kintone/rest-api-client to ^3.3.3 (#261) (a11a430)
  • deps: update dependency yargs to ^17.7.1 (#231) (aa2737e)
  • detection of color support (#259) (f5fb446)

1.3.1 (2023-02-27)

Bug Fixes

1.3.0 (2023-02-21)

Features

Bug Fixes

  • catch the stream error (#225) (cb4d46a)
  • deps: update dependency @kintone/rest-api-client to ^3.2.2 (#181) (78fbcb2)
  • deps: update dependency @kintone/rest-api-client to ^3.2.3 (#195) (4c8e4af)
  • deps: update dependency @kintone/rest-api-client to ^3.3.0 (#205) (b951e9e)
  • deps: update dependency @kintone/rest-api-client to ^3.3.1 (#215) (b5e42e7)
  • deps: update dependency @kintone/rest-api-client to ^3.3.2 (#229) (1d4d6c6)

Chores

1.2.0 (2022-11-29)

Features

  • providing subcommand for command completion (#158) (0b183d1)

Bug Fixes

  • deps: update dependency @kintone/rest-api-client to ^3.2.1 (#163) (549cb19)
  • the output of command completion is displayed incorrectly (#169) (b44a99e)

1.1.0 (2022-11-10)

Features

  • add fieldCode into the error message (#147) (6ac16cb)

Bug Fixes

  • deps: update dependency @kintone/rest-api-client to ^3.2.0 (#144) (a65cc73)
  • deps: update dependency yargs to ^17.6.1 (#145) (cd16757)
  • deps: update dependency yargs to ^17.6.2 (#148) (680df84)

1.0.1 (2022-10-28)

Bug Fixes

  • deps: update dependency @kintone/rest-api-client to ^3.1.16 (#136) (0692c0b)
  • send request over HTTP tunneling (#139) (54a1ac9)

1.0.0 (2022-10-24)

cli-kintone is a CLI tool to import/export records to/from kintone.

This tool has the following big updates from https://github.com/kintone-labs/cli-kintone.

  • Support upserting records
  • Support a Record number as "Key to Bulk Update" instead of Record ID ($id).
  • Support client certificate authentication

See https://cybozu.dev/ja/kintone/sdk/backup/cli-kintone for more details.