Skip to content

Releases: line/line-bot-sdk-python

3.6.0

25 Dec 04:15
466ab86

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

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

3.5.0

15 Sep 03:32
f9d9a64

Choose a tag to compare

What's Changed

You can now send quote messages from your LINE Official Account and receive quote messages sent by users via webhook.
news: https://developers.line.biz/en/news/2023/09/14/send-and-receive-quote-messages-using-the-messaging-api/

  1. Add response type for push/reply/mutlicast/narrowcast/broadcast API
    • sentMessage field is added in push and reply API
  2. sentMessage field is added in push API's ErrorResponse
  3. Add quoteToken and quotedMessageId in some Webhook events

line-openapi updates

Dependency updates

  • chore(deps): update dependency black to v23.9.0 by @renovate in #518
  • chore(deps): update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.4.1 by @renovate in #519
  • chore(deps): update dependency black to v23.9.1 by @renovate in #520

Other Changes

Full Changelog: 3.4.0...3.5.0

3.4.0

06 Sep 02:17
2e2770c

Choose a tag to compare

What's Changed

line-openapi updates

Dependency updates

  • fix(deps): update dependency org.openapitools:openapi-generator to v7 by @renovate in #510
  • chore(deps): update actions/checkout action to v4 by @renovate in #514

Other Changes

  • Add line-openapi-update label if line-openapi is updated by @Yang-33 in #509
  • Print subprocess's stdout output if subprocess was exit with non-zero by @tokuhirom in #511

Full Changelog: 3.3.0...3.4.0

3.3.0

23 Aug 08:27
edfbf2b

Choose a tag to compare

What's Changed

  • Add RICHMENU_IMP and RICHMENU_CLICK type to AudienceGroupType. line/line-openapi#29
  • fix(deps): update dependency ch.qos.logback:logback-classic to v1.4.9 by @renovate in #502
  • fix(deps): update dependency ch.qos.logback:logback-classic to v1.4.10 by @renovate in #503
  • fix(deps): update dependency ch.qos.logback:logback-classic to v1.4.11 by @renovate in #504
  • chore(deps): update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.4.0 by @renovate in #507
  • Bump version to 3.3.0 by @github-actions in #508

Full Changelog: 3.2.0...3.3.0

3.2.0

04 Aug 02:15
8fc4fc3

Choose a tag to compare

What's Changed

Others

  • chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3 by @renovate in #464
  • chore(deps): update dependency black to v23.7.0 by @renovate in #483
  • chore(deps): update line-openapi digest to db2f30d by @renovate in #485
  • chore(deps): update dependency aiohttp to v3.8.5 [security] by @renovate in #491
  • Drop python 3.7's CI since it's EOL. by @tokuhirom in #495
  • drop python 3.7 support by @tokuhirom in #494
  • chore(deps): update dependency black to v23.7.0 by @renovate in #492
  • update pydantic from v1 to v2. by @tokuhirom in #497
  • chore(deps): update line-openapi digest to 5c1f76e by @renovate in #501

Full Changelog: 3.1.0...3.2.0

3.1.0

06 Jul 02:13
b3c174d

Choose a tag to compare

What's Changed

Changes are based on

and some libraries are upgraded internally.

  • chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.11.0 by @renovate in #454
  • chore(deps): update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.3.0 by @renovate in #455
  • chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v2.6 by @renovate in #457
  • chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v2.22.2 by @renovate in #458
  • chore(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.4.0 by @renovate in #460
  • fix(deps): update dependency ch.qos.logback:logback-classic to v1.4.8 by @renovate in #461
  • chore(deps): update dependency pydantic to v2 by @renovate in #465
  • fix(deps): update dependency org.openapitools:openapi-generator to v6.6.0 by @renovate in #462
  • Revert "chore(deps): update dependency pydantic to v2" by @Yang-33 in #466
  • Run generate command in CI by @Yang-33 in #467
  • Open pull request automatically when line-openapi is updated by @Yang-33 in #448
  • chore(deps): update line-openapi digest to a9948db by @renovate in #469
  • Make the Message attribute names align with the original json by @o926428377 in #252
  • chore(deps): update line-openapi digest to dc32b4d by @renovate in #474
  • Fix brackets position in README by @taikis in #476
  • Create workflow to update minor version by @Yang-33 in #479
  • Modify workflow to bump up version by @Yang-33 in #480
  • chore(deps): update line-openapi digest to fbebc86 by @renovate in #481
  • Bump version to 3.1.0 by @github-actions in #482

New Contributors

  • @taikis made their first contribution in #476
  • @github-actions made their first contribution in #482

Full Changelog: 3.0.3...3.1.0

3.0.3

03 Jul 07:27
18e5ca6

Choose a tag to compare

What's Changed

  • Include all packages in linebot directory and release as 3.0.3 by @Yang-33 in #459

Full Changelog: 3.0.2...3.0.3

3.0.2

03 Jul 04:58
153e951

Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.0.2

3.0.1

03 Jul 03:46
c9aa518

Choose a tag to compare

(since it failed to upload library to pypi.org)