Skip to content

Releases: line/line-bot-sdk-java

7.0.1

18 May 09:20
2d773e5
Compare
Choose a tag to compare

What's Changed

Bug fix

Dependency updates

minor

Full Changelog: 7.0.0...7.0.1

7.0.0-RC3

15 May 06:35
327e065
Compare
Choose a tag to compare
more verbose output for publishing process (#991)

7.0.0-RC2

15 May 05:08
66ba83a
Compare
Choose a tag to compare
remove nexusUrl (#990)

7.0.0

16 May 03:18
327e065
Compare
Choose a tag to compare

What's Changed

💣 This release contains breaking changes 💣

LINE's SDK developer team decides to generate SDK code based on OpenAPI spec.
As a result, LINE bot sdk 7.x is not compatible with 6.x. But it can follow the future API changes very quickly.

  • line-bot-model and line-bot-api-client are splitted to line-bot-webhook and clients/ modules
  • line-bot-servlet is no longer supported.
  • line-bot-cli is no longer supported.
  • line-bot-spring-boot was splitted.
    • Splitted to following modules.
      • line-bot-spring-boot-client is a client bean configuraion module.
        • If you want to write spring-boot API client,
      • line-bot-spring-boot-handler is a handler configuration.
        • You don't need to depend this explicitly.
      • line-bot-spring-boot-web is a spring-web binding.
        • You don't need to depend this explicitly.
      • line-bot-spring-boot-web is a spring-webmvc binding.
        • usually, you want to depend on this module.

Details

Dependency updates

  • Update mockito monorepo to v5 (major) by @renovate in #895
  • Update slf4j to v2 (major) by @renovate in #896
  • Drop junit-vintage-engine. And use junit-jupiter-engine instead. by @tokuhirom in #897
  • Upgrade Checkstyle by @tokuhirom in #898
  • Update dependency lombok to v1.18.26 by @renovate in #901
  • Update plugin io.freefair.lombok to v6.6.2 by @renovate in #903
  • Update dependency com.nimbusds:nimbus-jose-jwt to v9.30.2 by @renovate in #905
  • Update dependency org.springframework:spring-test to v6.0.5 by @renovate in #906
  • Update dependency com.nimbusds:nimbus-jose-jwt to v9.31 by @renovate in #907
  • Update plugin org.springframework.boot to v3.0.3 by @renovate in #908
  • Update dependency gradle to v7.6.1 by @renovate in #909
  • Update plugin io.freefair.lombok to v6.6.3 by @renovate in #910
  • Update dependency com.github.tomakehurst:wiremock to v3.0.0-beta-3 by @renovate in #911
  • Update dependency org.springframework:spring-test to v6.0.6 by @renovate in #912
  • Update plugin org.springframework.boot to v3.0.4 by @renovate in #913
  • Update dependency com.github.tomakehurst:wiremock to v3.0.0-beta-4 by @renovate in #914
  • Update mockito monorepo to v5.2.0 by @renovate in #915
  • Update slf4j to v2.0.7 by @renovate in #930
  • Update dependency org.springframework:spring-test to v6.0.7 by @renovate in #932
  • Update plugin io.freefair.lombok to v8 by @renovate in #934
  • Update plugin com.github.spotbugs to v5.0.14 by @renovate in #935
  • Update dependency com.github.tomakehurst:wiremock to v3.0.0-beta-5 by @renovate in #939
  • Update plugin org.springframework.boot to v3.0.5 by @renovate in #936
  • Update json-path to v2.8.0 by @renovate in #940
  • Update dependency com.github.tomakehurst:wiremock to v3.0.0-beta-7 by @renovate in #941
  • Update plugin org.jetbrains.kotlin.jvm to v1.8.20 by @renovate in #943
  • Update dependency org.openapitools:openapi-generator to v6.5.0 by @renovate in #960
  • Update dependency gradle to v8.1.1 by @renovate in #961
  • Update mockito monorepo to v5.3.1 by @renovate in #962
  • Update okhttp3 to v4.11.0 by @renovate in #963
  • Update mockito monorepo to v5.3.0 by @renovate in #945
  • Update junit5 monorepo to v5.9.3 by @renovate in #971
  • Update kotlin monorepo to v1.8.21 by @renovate in #970
  • Bump mockito from 5.2.0 to 5.3.0 by @dependabot in #944
  • Update dependency ch.qos.logback:logback-classic to v1.4.6 by @renovate in #927
  • Update dependency org.springframework:spring-test to v6.0.8 by @renovate in #946
  • Bump gradle 8.0 from 7.6 by @tokuhirom in #904
  • Update dependency gradle to v8.1 by @renovate in #948
  • Update jackson to v2.15.0 by @renovate in #964
  • Update dependency org.openapitools:openapi-generator to v6.6.0 by @renovate in #987
  • Update dependency org.openapitools:openapi-generator-gradle-plugin to v6.6.0 by @renovate in #988
  • Update dependency org.springframework:spring-test to v6.0.9 by @renovate in #989
  • Update dependency com.github.tomakehurst:wiremock to v3.0.0-beta-8 by @renovate in #965
  • Update kotlin monorepo to v1.8.20 by @renovate in #953
  • Update dependency ch.qos.logback:logback-classic to v1.4.7 by @renovate in #955
  • Bump ch.qos.logback:logback-classic from 1.4.6 to 1.4.7 by @dependabot in #954
  • Update dependency org.springframework.boot:spring-boot-gradle-plugin to v3.0.6 by @renovate in #957

New Contributors

**Full Change...

Read more

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