Skip to content

line-bot-sdk-java-3.4.0

Choose a tag to compare

@kazuki-ma kazuki-ma released this 24 Mar 13:46
· 1215 commits to master since this release
08a6f4f

New features

  • ManageAudience client. #451 #453 #460 #458
    • Split in next release.
  • Sample code for manage audience #463
  • Implement icon & nickname switch #464
  • Support mode property in webhook. Close #430 #467
  • Support Narrowcast api endpoint enhancement #436 #459
  • Add label field to ImageMap. #483

Sample code for manage audience #463

In this release, sample-manage-audience is provided as a sample code of manage audience feature. Please check it if you start using this feature.

Bug fixes

Improvements

  • Set encoding as utf-8 for windows users. #455
  • Explicitly specify character encoding for Windows users #461
  • Make LogicalOperatorRecipient deserializable #459
  • NON-ISSUE Remove redundant modifier. #468
  • Use archiveClassifier instead of deprecated classifier #475
  • Use builder style in model/event class to make adding field more easyly and safely. #254
  • NON-ISSUE Remove deprecated .version use. #476

Breaking change / New depreciation.

  • Constructor of model class will be deprecated in #254. relates #380

Dependencies

  • Update dependencies #439
  • Bump junit from 4.12 to 4.13 #469
  • Bump gradle-lombok from 3.2.0 to 3.3.0 #470
  • Bump kotlin-gradle-plugin from 1.3.61 to 1.3.70 #473
  • Bump kotlin-gradle-plugin from 1.3.70 to 1.3.71 #480
  • Bump checkstyle from 8.29 to 8.30 #478
  • NON-ISSUE Cleanup dependencies (Include com.fasterxml.jackson.dataformat:jackson-dataformat-yaml) #481
  • Use spring-boot's dependency management #474

Thank you