Skip to content

Releases: line/line-bot-sdk-java

7.4.0

24 Jul 09:22
31ce06b
Compare
Choose a tag to compare

What's Changed

  • Update line-openapi digest to 1cbcd90 by @renovate in #1030
    • LIFF API's method name fix.
    • Add backward compatible method for LIFF APIs by @tokuhirom in #1036

Dependency updates

  • Update dependency org.springframework.boot:spring-boot-gradle-plugin to v3.1.2 by @renovate in #1032
  • Update gradle/wrapper-validation-action digest to 56b90f2 by @renovate in #1033
  • Update dependency xyz.rogfam:littleproxy to v2.0.19 by @renovate in #1034
  • Update junit5 monorepo to v5.10.0 by @renovate in #1035
  • Update dependency gradle to v8.2.1 by @renovate in #1027
  • Update dependency org.springframework:spring-test to v6.0.11 by @renovate in #1028

Full Changelog: 7.3.0...7.4.0

7.3.0

07 Jul 05:13
c5e3f09
Compare
Choose a tag to compare

What's Changed

Changes are based on

and some libraries are upgraded internally.

  • Update dependency org.springframework:spring-test to v6.0.10 by @renovate in #1011
  • Update dependency com.github.tomakehurst:wiremock to v3.0.0-beta-10 by @renovate in #1012
  • Update mockito monorepo to v5.4.0 by @renovate in #1013
  • Update dependency org.springframework.boot:spring-boot-gradle-plugin to v3.1.1 by @renovate in #1014
  • Modify urls in readme to show the latest version by @Yang-33 in #1015
  • Update dependency com.google.guava:guava to v32.1.0-jre by @renovate in #1016
  • Update dependency com.google.guava:guava to v32.1.1-jre by @renovate in #1018
  • Update gradle/wrapper-validation-action digest to 064a97f by @renovate in #1017
  • Update dependency gradle to v8.2 by @renovate in #1019
  • Modify package name in readme by @Yang-33 in #1020
  • Enable running workflow to update line-openapi manually by @Yang-33 in #1021
  • Update update-git-submodule.yml by @Yang-33 in #1022
  • Update kotlin monorepo to v1.9.0 by @renovate in #1023
  • Fix branch name in github workflow by @Yang-33 in #1024
  • Update line-openapi by @github-actions in #1025

New Contributors

  • @github-actions made their first contribution in #1025

Full Changelog: 7.2.0...7.3.0

7.2.0

15 Jun 10:00
ea8f26b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.1.0...7.2.0

7.1.0

14 Jun 07:21
f32f8c0
Compare
Choose a tag to compare

What's Changed

New features

Dependency Update

  • Update line-openapi digest to dcaa8d4 by @renovate in #997
  • Update dependency org.springframework.boot:spring-boot-gradle-plugin to v3.0.7 by @renovate in #998
  • Update dependency org.springframework.boot:spring-boot-gradle-plugin to v3.1.0 by @renovate in #999
  • Update dependency com.google.guava:guava to v32 by @renovate in #1000
  • Update kotlin monorepo to v1.8.22 by @renovate in #1004
  • Update jackson to v2.15.2 by @renovate in #1003
  • Update dependency commons-io:commons-io to v2.13.0 by @renovate in #1005
  • Update dependency com.google.guava:guava to v32.0.1-jre by @renovate in #1006
  • Update dependency com.github.tomakehurst:wiremock to v3.0.0-beta-9 by @renovate in #1007
  • Update dependency ch.qos.logback:logback-classic to v1.4.8 by @renovate in #1008

Full Changelog: 7.0.1...7.1.0

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