Skip to content

Releases: line/line-bot-sdk-java

7.0.0-RC1

15 May 04:00
ad1eab7
Compare
Choose a tag to compare
Add shop.yml, module.yml support (#986)

6.0.0

06 Feb 06:06
f9672f0
Compare
Choose a tag to compare

💣 Incompatible Changes 💣

This version is the major version up.

From this version, line-bot-sdk-java support Java 17+, Spring Boot 3+, .
If you want to use spring boot 2.x, Java 11 or Java 8, you should use line-bot-sdk-java 5.x.

What's Changed

Basic renovation

  • Update plugin org.jetbrains.kotlin.jvm to v1.7.20 by @renovate in #847
  • Update dependency com.nimbusds:nimbus-jose-jwt to v9.25.5 by @renovate in #848
  • Update dependency com.nimbusds:nimbus-jose-jwt to v9.25.6 by @renovate in #851
  • Update dependency org.mockito:mockito-junit-jupiter to v4.8.1 by @renovate in #852
  • Update plugin com.github.spotbugs to v5.0.13 by @renovate in #853
  • Update plugin org.springframework.boot to v2.7.5 by @renovate in #854
  • Update dependency com.github.tomakehurst:wiremock-jre8 to v2.35.0 by @renovate in #856
  • Update plugin org.jetbrains.kotlin.jvm to v1.7.21 by @renovate in #858
  • Update jackson to v2.14.0 by @renovate in #849
  • Update mockito monorepo to v4.9.0 by @renovate in #859
  • Update dependency org.springframework:spring-test to v5.3.24 by @renovate in #860
  • Update jackson to v2.14.1 by @renovate in #862
  • Update plugin org.springframework.boot to v2.7.6 by @renovate in #863
  • Update dependency gradle to v7.6 by @renovate in #866
  • Update plugin org.jetbrains.kotlin.jvm to v1.7.22 by @renovate in #867
  • Update plugin io.freefair.lombok to v6.6 by @renovate in #868
  • Update dependency org.mockito:mockito-core to v4.10.0 by @renovate in #869
  • Update plugin io.freefair.lombok to v6.6.1 by @renovate in #870
  • Update plugin org.springframework.boot to v2.7.7 by @renovate in #872
  • Update dependency com.nimbusds:nimbus-jose-jwt to v9.26 by @renovate in #874
  • Update plugin org.jetbrains.kotlin.jvm to v1.8.0 by @renovate in #875
  • Update mockito monorepo to v4.11.0 by @renovate in #876
  • Update dependency com.nimbusds:nimbus-jose-jwt to v9.27 by @renovate in #877
  • Update dependency com.nimbusds:nimbus-jose-jwt to v9.28 by @renovate in #878
  • Update dependency org.assertj:assertj-core to v3.24.0 by @renovate in #879
  • Update dependency org.assertj:assertj-core to v3.24.1 by @renovate in #880
  • Update junit5 monorepo to v5.9.2 by @renovate in #881
  • Update dependency org.assertj:assertj-core to v3.24.2 by @renovate in #884
  • Update dependency org.springframework:spring-test to v5.3.25 by @renovate in #882
  • Update plugin org.springframework.boot to v2.7.8 by @renovate in #885
  • Update dependency com.nimbusds:nimbus-jose-jwt to v9.29 by @renovate in #886
  • Update dependency com.nimbusds:nimbus-jose-jwt to v9.30 by @renovate in #889
  • Update jackson to v2.14.2 by @renovate in #888
  • Update dependency com.nimbusds:nimbus-jose-jwt to v9.30.1 by @renovate in #890
  • Update plugin org.jetbrains.kotlin.jvm to v1.8.10 by @renovate in #891
  • Update dependency org.projectlombok:lombok to v1.18.26 by @renovate in #893

Full Changelog: 5.0.3...6.0.0

5.0.3

29 Sep 09:01
4f02fe2
Compare
Choose a tag to compare

What's Changed

  • Use As.EXISTING_PROPERTY not to generate JSON with duplicate keys by @Yang-33 #836

Full Changelog: 5.0.2...5.0.3

5.0.2

15 Aug 06:46
2270bdb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.1...5.0.2

5.0.1

15 Aug 02:31
be2a571
Compare
Choose a tag to compare

What's Changed

⚠️ Version 4.8.0 to 5.0.0's pom file generation was broken. But this version fixed the issue. ⚠️

  • Use gradle's standard dependency management mechanism. by @tokuhirom in #802

Full Changelog: 5.0.0...5.0.1

5.0.0

04 Aug 05:06
6117332
Compare
Choose a tag to compare

⚠️ BREAKING CHANGE ⚠️

  • Make duration field as long instead of integer. by @tokuhirom in #798

Full Changelog: 4.10.0...5.0.0

4.10.0

25 Jul 01:14
c0fd8cc
Compare
Choose a tag to compare

New Features

Improvements

Bug Fix

Dependencies

Other notes

  • Gradle scripts are now kotlin instead of groovy.

New Contributors

Full Changelog: 4.9.0...4.10.0

4.9.0

17 May 01:54
23395ef
Compare
Choose a tag to compare

New Features

Improvements

Bug Fix

Dependencies

Full Changelog: 4.8.0...4.9.0

4.8.0

30 Mar 01:15
8191297
Compare
Choose a tag to compare

New Features

Improvements

Bug Fix

Dependencies

New Contributors

Full Changelog: 4.7.0...4.8.0

Release 4.7.0

18 Nov 02:41
b421bba
Compare
Choose a tag to compare

New Features

  • Support getFollowers limit parameter #715
  • Support sticker text #716

Improvements

  • Remove redundant file #711

Bug Fix

  • Procfile: Use the uber jar explicitly. #710

Dependencies

  • Bump nimbus-jose-jwt from 9.13 to 9.15.2 #699 #703 #705
  • Bump spring-boot-gradle-plugin from 2.5.4 to 2.5.6 #701 #712
  • Bump gradle-lombok from 4.0.0 to 5.0.0 #706
  • Bump kotlin-gradle-plugin from 1.5.30 to 1.6.0 #700 #717
  • Bump checkstyle from 9.0 to 9.1 #707 #713

Thank you