Releases: kintone-labs/go-kintone
Releases · kintone-labs/go-kintone
v0.6.0
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
- @wataruiijima made their first contribution in #56
- @hoangtran2506 made their first contribution in #58
Full Changelog: v0.5.0...v0.6.0
v0.5.0
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
- @toshitanian made their first contribution in #49
- @voduchau made their first contribution in #53
Full Changelog: v0.4.3...v0.5.0
v0.4.3
v0.4.2
Version 0.4.1
Version 0.4.0
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
- Add support feature cursor api
- Change format user-agent
- Improve unit test using mock server
Version 0.2.0
- Add support for process management #25
Version 0.1.1
- Updated user agent
- Updated Basic Authentication logic
Version 0.1.0
- 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