Skip to content

8.6.0 Loading animation

Latest
Compare
Choose a tag to compare
@Yang-33 Yang-33 released this 17 Apr 08:50
· 42 commits to master since this release
ae5c982

What's Changed

In the Messaging API, we've added a new endpoint that allows you to display a loading animation. After your LINE Official Account receives a message from a user, the response may takes some time due to message preparation or reservation processing. In such cases, you can visually tell the user that you want them to wait by displaying a loading animation.

news: https://developers.line.biz/en/news/2024/04/17/loading-indicator/

loading-animation 7aad3d6c

line/line-openapi#54

line-openapi updates

  • Codes are generated by openapi generator by @github-actions in #1296

Dependency updates

  • chore(deps): update dependency io.github.gradle-nexus:publish-plugin to v2 by @renovate in #1284
  • fix(deps): update dependency jakarta.annotation:jakarta.annotation-api to v3 by @renovate in #1285
  • chore(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.0.10 by @renovate in #1286
  • fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.4 by @renovate in #1287
  • chore(deps): update gradle/wrapper-validation-action digest to b5418f5 by @renovate in #1288
  • chore(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.0.11 by @renovate in #1289
  • chore(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.0.12 by @renovate in #1290
  • fix(deps): update slf4j monorepo to v2.0.13 by @renovate in #1291
  • fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.5 by @renovate in #1292
  • chore(deps): update gradle/wrapper-validation-action digest to 460a3ca by @renovate in #1293
  • chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.4.0 by @renovate in #1294

Other Changes

Full Changelog: 8.5.0...8.6.0