Skip to content

Releases: kintone-labs/go-kintone

v0.6.0

24 Aug 04:07
9a7814c
Compare
Choose a tag to compare

What's Changed

  • Added lookup field with support for nil values by @wataruiijima . You can find more details here.
  • Added a test for the lookup field when it has nil values by @hoangtran2506 . You can view it here.

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

22 Feb 07:14
be577bf
Compare
Choose a tag to compare

What's Changed

  • The addition of the GetRecordsWithTotalCount function will return the totalCount of the query.
  • The addition of the DecodeRecordsWithTotalCount function will decodes JSON response for single-get API with totalCount.

New Contributors

Full Changelog: v0.4.3...v0.5.0

v0.4.3

25 Jul 04:17
bdfbf2c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

20 Jun 08:41
b3dba3b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.2

Version 0.4.1

29 Apr 06:06
fa61538
Compare
Choose a tag to compare

What's Changed

Version 0.4.0

17 Mar 07:23
27ae818
Compare
Choose a tag to compare

What's Changed

  • Fix GetProcess to include lang field in request body by @itchyny in #38
  • Fix incomplete error check in (*App).CreateCursor() by @arosh in #34
  • Fix json tags in process struct types by @itchyny in #37
  • Fix temporary file name prefix on file upload by @itchyny in #39
  • Fix initialization of structs in documents by @itchyny in #40
  • Apply gofumpt to all code by @itchyny in #41
  • Alternative "form" API to "app/form/fields" API
  • Add NewRecordWithIdAndRevision function

New Contributors

Full Changelog: v0.3.0...v0.4.0

Version 0.3.0

04 Feb 03:16
b83b0ff
Compare
Choose a tag to compare
  • Add support feature cursor api
  • Change format user-agent
  • Improve unit test using mock server

Version 0.2.0

24 Dec 03:44
Compare
Choose a tag to compare
  • Add support for process management #25

Version 0.1.1

10 Jan 06:32
021bd2f
Compare
Choose a tag to compare
  • Updated user agent
  • Updated Basic Authentication logic

Version 0.1.0

05 Oct 07:46
Compare
Choose a tag to compare
  • Added feature for Get Record Comments
  • Added feature for Add Record Comment
  • Added feature for Delete Record Comment
  • Improved error messages to return the description of the error