Skip to content

Releases: kintone/kintone-java-client

kintone-java-client@v2.2.0

01 May 00:51
a4ad651
Compare
Choose a tag to compare

feat: support new properties of App Settings APIs (#53)

kintone-java-client@v2.1.0

12 Apr 08:22
0425f42
Compare
Choose a tag to compare

feat: add permissions parameter to the resposne for Get Space API (#52)

kintone-java-client@v2.0.0

08 Mar 08:57
2b1335d
Compare
Choose a tag to compare

BREAKING CHANGE

  • fix!: change the type of DateTimeFieldProperty#defaultValue to LocalDateTime (#50)
  • fix!: change the value type of a Calculated field to String (#49)
    • CalcFieldValue#getRawValue() and CalcFieldValue(BigDecimal) were removed.
    • CalcFieldValue#getValue() now returns a String value. Use getValue() instead of getRawValue().
    • If you need a BigDecimal value, please use the constructor of BigDecimal: new BigDecimal(calcField.getValue())

Development

chore: add logging for debug (#51)

Dependency

chore: update dependency Apache HttpClient to 5.3.1 (#48)
chore: update dependency jackson to 2.16.1 (#48)
chore: update spotless to 6.13.0 (java 8) (#48)

CI and Documentation

chore: add supported Java version to README (#41)
ci: add permissions to javadoc.yml (#43)
ci: fix yaml indentation (#45)
docs: replacing devnet URL from old version link to new version link (#42)
ci: set distribution for actions/setup-java (#46)
ci: use actions/deploy-pages (#44)

kintone-java-client@v1.4.1

28 Oct 02:42
6314c16
Compare
Choose a tag to compare

fix: fix unintended serialization when year is a negative number (#40)
chore: add actions/stale (#38) (CI)
chore: remove deprecated "maven" plugin (#39)
chore: update dependency Jackson to 2.13.4.2 (#39)
chore: update gradle to 7.5.1 (#39)
chore: update license finder decisions (#39)
chore: update license-gradle-plugin to 0.16.1 (#39)
chore: update spotless to 6.11.0 (#39)

kintone-java-client@v1.4.0

16 May 01:51
dfffd32
Compare
Choose a tag to compare

This release fixes a deserialization error on Calculated fields having the string value of Date, DateTime, or Time.
A CalcFieldValue now holds its value as a String, and provides a method to get the raw String value; String CalcFieldValue.getRawValue().

The original getters, like BigDecimal CalcFieldValue.getValue() and BigDecimal Record.getCalcFieldValue(),
keeps their signatures. You can use these methods as before for Calcurated fields with number formatted values.

Commits

feat: add methods to get the raw string value of Calculated fields (#36)
chore: add @AaronJRubin to the list of contributors (#35)
chore: add Author in README.md (#35)
fix!: Parse CALC values as a String instead of a BigDecimal so that there
is no error when the data represents a Date, DateTime, or Time (#34)

@kintone/kintone-java-client@v1.3.1

08 Apr 04:54
76118bd
Compare
Choose a tag to compare

chore: update dependency Jackson to 2.13.2.2 (#33)

@kintone/kintone-java-client@v1.3.0

10 Feb 02:11
50eae99
Compare
Choose a tag to compare

feat: support proxy authentication with basic authentication scheme (#32)
chore: update dependency Apache HttpClient to 5.1.3 (#31)

@kintone/kintone-java-client@v1.2.1

21 Jan 07:43
8b18389
Compare
Choose a tag to compare

fix: add showAnnouncement and other properties to the response of Get Space API (#29)
chore: update dependency jackson to 2.13.1 (#28)

@kintone/kintone-java-client@v1.2.0

20 Apr 01:33
aee7fd0
Compare
Choose a tag to compare

feat: implement Action Settings APIs (#25)
feat: implement Graph Settings APIs (#24)

@kintone/kintone-java-client@1.1.0

18 Mar 05:26
6f96a3f
Compare
Choose a tag to compare

feat: implement Notification Settings APIs (#20)
fix: encode JSON requests in UTF-8 (#21)
fix: do not add the additional user agent if empty (#22)
chore: update dependency jackson to 2.12.2 (#23)
chore: use delomboked source in source.jar (#19)