Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.10.7 #718

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

trigger-github-actions-release[bot]
Copy link
Contributor

🤖 I have created a release beep boop

1.10.7 (2024-04-03)

⚠ BREAKING CHANGES

Features

  • delete records command (#230) (aaaf4b0)
  • enable record import with a Record Number field (#368) (ae4846e)
  • enable upsert with non-updatable fields (#366) (0e5f1d2)
  • improve memory usage of record export (#311) (1c545c7)
  • improve memory usage of record import (#218) (c38aa94)
  • providing subcommand for command completion (#158) (0b183d1)
  • Show warning when no target records exist on record exporting (#470) (31a7fb8)
  • specifying socket timeout (#410) (b2cdb29)
  • Support log-level and verbose option (#492) (4fca330)
  • Support log config levels (#493) (fb32adb)
  • Support new log event levels (debug and fatal) (#473) (33c4652)
  • support proxy authentication (#314) (6e69b3a)

Bug Fixes

  • undefined error message of the upsert command (#376) (1f922ca)
  • allow Date field format is yyyy/mm/dd (#390) (f9af100)
  • allow users to export an attachment with filename including a special character (#358) (40a9c6f)
  • catch the stream error (#225) (cb4d46a)
  • deps: update dependency @kintone/rest-api-client to ^3.2.1 (#163) (549cb19)
  • 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.10 (#317) (09d9b92)
  • deps: update dependency @kintone/rest-api-client to ^3.3.11 (#323) (8ae01f0)
  • deps: update dependency @kintone/rest-api-client to ^3.3.12 (#338) (2234cb0)
  • deps: update dependency @kintone/rest-api-client to ^3.3.13 (#344) (9d9dd5a)
  • deps: update dependency @kintone/rest-api-client to ^3.3.14 (#350) (aa4ba94)
  • deps: update dependency @kintone/rest-api-client to ^3.3.15 (#359) (beaa913)
  • deps: update dependency @kintone/rest-api-client to ^3.3.2 (#229) (1d4d6c6)
  • deps: update dependency @kintone/rest-api-client to ^3.3.3 (#261) (a11a430)
  • 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)
  • deps: update dependency @kintone/rest-api-client to ^4.1.0 (#405) (6b8a390)
  • deps: update dependency @kintone/rest-api-client to ^4.1.1 (#507) (1cd8b87)
  • deps: update dependency @kintone/rest-api-client to ^5.0.1 (#535) (3632c99)
  • deps: update dependency @kintone/rest-api-client to ^5.0.2 (#546) (3edfe65)
  • deps: update dependency @kintone/rest-api-client to ^5.0.3 (#552) (7f45a41)
  • deps: update dependency @kintone/rest-api-client to ^5.0.4 (#595) (1a3ec45)
  • deps: update dependency @kintone/rest-api-client to ^5.0.5 (#632) (c2f43e5)
  • deps: update dependency @kintone/rest-api-client to ^5.0.6 (#656) (56cd488)
  • deps: update dependency @kintone/rest-api-client to ^5.0.7 (#660) (b479566)
  • deps: update dependency @kintone/rest-api-client to ^5.0.8 (#666) (9cf4af5)
  • deps: update dependency @kintone/rest-api-client to ^5.4.0 (#696) (0092f48)
  • deps: update dependency @kintone/rest-api-client to ^5.5.0 (#711) (6ce828c)
  • deps: update dependency @kintone/rest-api-client to v4 (#369) (1bd600a)
  • deps: update dependency @kintone/rest-api-client to v5 (#514) (89422d0)
  • deps: update dependency https-proxy-agent to ^7.0.2 (#464) (e5b0988)
  • deps: update dependency https-proxy-agent to ^7.0.3 (#678) (f86d5d2)
  • deps: update dependency https-proxy-agent to ^7.0.4 (#687) (f731551)
  • deps: update dependency https-proxy-agent to v7 (#352) (b36fa04)
  • deps: update dependency inquirer to ^8.2.6 (#422) (615a576)
  • deps: update dependency yargs to ^17.7.1 (#231) (aa2737e)
  • deps: update dependency yargs to ^17.7.2 (#325) (4c0b59b)
  • detection of color support (#259) (f5fb446)
  • fixing maximum call stack size exceeded error (#639) (e9e20d4)
  • improve an error message when process failed due to the wrong encoding (#437) (a195670)
  • increase the socket timeout value (#526) (b56dce4)
  • making false the default value of the delete command prompt (#411) (2641ec3)
  • show correct error message when --guest-space-id option is missing (#356) (b993c81)
  • show version correctly (#250) (da92cad)
  • the output of command completion is displayed incorrectly (#169) (b44a99e)
  • update behaviour for an empty string inside Table field (#630) (418ffdb)

This PR was generated with Release Please. See documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants