Skip to content

Releases: line/line-bot-sdk-python

3.11.0 Loading animation

17 Apr 08:50
dc13ef3
Compare
Choose a tag to compare

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 #622

Dependency updates

  • chore(deps): update dependency aiohttp to v3.9.5 by @renovate in #620

Full Changelog: 3.10.2...3.11.0

3.10.2 Support overwriting api-data.line.me in v3 packages

13 Apr 14:35
ada22dd
Compare
Choose a tag to compare

What's Changed

Dependency updates

  • fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.4 by @renovate in #614
  • chore(deps): update dependency aiohttp to v3.9.4 by @renovate in #615
  • fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.5 by @renovate in #617
  • chore(deps): update dependency black to v24.4.0 by @renovate in #618

Other Changes

  • Support overwriting api-data.line.me in v3 packages by @Yang-33 in #619
    • as a bug fix

Full Changelog: 3.10.1...3.10.2

3.10.1 Membership API

03 Apr 06:48
a260506
Compare
Choose a tag to compare

3.10.0 Membership API

03 Apr 05:40
a260506
Compare
Choose a tag to compare

What's Changed

We're excited to announce that the Membership API is now available in the Messaging API.
With this update, our SDK also supports the use of this API. For more details, check out the announcement: https://developers.line.biz/en/news/2024/03/28/re-release-endpoints-for-membership

line-openapi updates

  • chore(deps): update line-openapi digest to 4c9ddf3 by @renovate in #599
  • chore(deps): update line-openapi digest to 1ca4640 by @renovate in #611
  • Codes are generated by openapi generator by @github-actions in #612

Dependency updates

  • fix(deps): update dependency org.openapitools:openapi-generator to v7.3.0 by @renovate in #598
  • chore(deps): update dependency black to v24.2.0 by @renovate in #600
  • fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.0 by @renovate in #601
  • fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.1 by @renovate in #602
  • fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.2 by @renovate in #603
  • fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.3 by @renovate in #604
  • fix(deps): update dependency org.openapitools:openapi-generator to v7.4.0 by @renovate in #605
  • chore(deps): update dependency black to v24.3.0 by @renovate in #606
  • chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.13.0 by @renovate in #607

Other Changes

Full Changelog: 3.9.0...3.10.0

3.9.0

06 Feb 06:06
247fb10
Compare
Choose a tag to compare

What's Changed

line-openapi updates

In the Messaging API, you can now determine whether a user has added your LINE Official Account as a friend or unblocked by a webhook follow event.

News: https://developers.line.biz/en/news/2024/02/06/add-friends-and-unblock-friends-can-now-be-determined-by-webhook/

  • Add isUnblocked flag to Follow Webhook event by @mokuzon in #597

New Contributors

Full Changelog: 3.8.1...3.9.0

3.8.1

05 Feb 08:39
1aa43ad
Compare
Choose a tag to compare

What's Changed

In the Messaging API, we've added the clipboard action for users to copy text to the clipboard. This new feature allows users to more easily copy coupon codes and other text.

news: https://developers.line.biz/en/news/2024/02/05/messaging-api-updated/

Note only the latest app(version >= 14.0.0) supports this feature. Please update your LINE app to try this feature.

I made a mistake in the release procedure. In the version before the correction, you cannot use the clipboard action. (in https://github.com/line/line-bot-sdk-python/releases/tag/3.8.0)

line-openapi updates

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

Full Changelog: 3.8.0...3.8.1

3.8.0

05 Feb 08:31
a8b2294
Compare
Choose a tag to compare

What's Changed

In the Messaging API, we've added the clipboard action for users to copy text to the clipboard. This new feature allows users to more easily copy coupon codes and other text.

news: https://developers.line.biz/en/news/2024/02/05/messaging-api-updated/

Note only the latest app(version >= 14.0.0) supports this feature. Please update your LINE app to try this feature.

line-openapi updates

  • chore(deps): update line-openapi digest to 310a504 by @renovate in #585
  • chore(deps): update line-openapi digest to 1b317ff by @renovate in #594

Dependency updates

  • chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.5 by @renovate in #584
  • chore(deps): update dependency black to v24 by @renovate in #588
  • chore(deps): update dependency aiohttp to v3.9.2 by @renovate in #590
  • chore(deps): update dependency black to v24.1.1 by @renovate in #589
  • chore(deps): update dependency aiohttp to v3.9.3 by @renovate in #591

Other Changes

  • Use the latest submodules when generating code is hooked by @Yang-33 in #593

Full Changelog: 3.7.0...3.8.0

3.7.0

27 Dec 07:21
c853c67
Compare
Choose a tag to compare

What's Changed

There are several keywords that can be used for the properties of Template Messages and Flex Messages.

Starting from this version, these keywords are provided. In addition to keywords, you can use strings that specify percentages or pixels, so please convert the keywords to strings if necessary. The original definitions are also written in Flex Message layout and line/line-openapi#46.

line-openapi updates

  • chore(deps): update line-openapi digest to 16f6311 by @renovate in #580
  • Codes are generated by openapi generator by @github-actions in #581

Other Changes

  • Enhance Documentation for Response and Error Handling in SDK by @Yang-33 in #579

Full Changelog: 3.6.0...3.7.0

3.6.0

25 Dec 04:15
466ab86
Compare
Choose a tag to compare

What's Changed

We have now added support for a Webhook (PnpDeliveryCompletionEvent) that can be received once a message is successfully sent via PNP.

line-openapi updates

  • chore(deps): update line-openapi digest to 988429c by @renovate in #571
  • Codes are generated by openapi generator by @github-actions in #572

Dependency updates

  • chore(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.5.0 by @renovate in #560
  • chore(deps): update dependency aiohttp to v3.9.1 by @renovate in #561
  • fix(deps): update dependency ch.qos.logback:logback-classic to v1.4.12 by @renovate in #562
  • fix(deps): update dependency ch.qos.logback:logback-classic to v1.4.13 by @renovate in #563
  • fix(deps): update dependency ch.qos.logback:logback-classic to v1.4.14 by @renovate in #564
  • chore(deps): update actions/setup-python action to v5 by @renovate in #566
  • chore(deps): update actions/stale action to v9 by @renovate in #567
  • chore(deps): update dependency black to v23.12.0 by @renovate in #568
  • chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.3 by @renovate in #569
  • chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.12.0 by @renovate in #570
  • fix(deps): update dependency org.openapitools:openapi-generator to v7.2.0 by @renovate in #573
  • chore(deps): update dependency black to v23.12.1 by @renovate in #575
  • chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.12.1 by @renovate in #577

Full Changelog: 3.5.1...3.6.0

3.5.1

22 Nov 01:18
942c418
Compare
Choose a tag to compare

What's Changed

  • ChannelAccessToken client doesn't have to require channel access token by @Yang-33 in #557
    • we don't have to specify channel access token in client configuration when we issue channel access token.

line-openapi updates

  • chore(deps): update line-openapi digest to 0e20d4f by @renovate in #533
  • Codes are generated by openapi generator by @github-actions in #534
  • chore(deps): update line-openapi digest to 0f859b7 by @renovate in #542
  • chore(deps): update line-openapi digest to 1352801 by @renovate in #543
  • Codes are generated by openapi generator by @github-actions in #544
  • chore(deps): update line-openapi digest to f9e405a by @renovate in #546
  • Codes are generated by openapi generator by @github-actions in #547
  • chore(deps): update line-openapi digest to edba1b5 by @renovate in #549
  • chore(deps): update line-openapi digest to 81a963c by @renovate in #550
  • chore(deps): update line-openapi digest to 66b8d8b by @renovate in #555
  • Codes are generated by openapi generator by @github-actions in #556

Dependency updates

  • fix(deps): update dependency org.openapitools:openapi-generator to v7.0.1 by @renovate in #525
  • chore(deps): update dependency aiohttp to v3.8.6 by @renovate in #530
  • chore(deps): update dependency black to v23.10.0 by @renovate in #535
  • chore(deps): update dependency black to v23.10.1 by @renovate in #539
  • chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.1 by @renovate in #540
  • chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.2 by @renovate in #552
  • chore(deps): update dependency black to v23.11.0 by @renovate in #553
  • fix(deps): update dependency org.openapitools:openapi-generator to v7.1.0 by @renovate in #554
  • chore(deps): update dependency aiohttp to v3.9.0 by @renovate in #558

Other Changes

Full Changelog: 3.5.0...3.5.1