Releases: line/line-bot-sdk-python
3.14.1
What's Changed
Fix TextMessageV2 imports.
ref: #698
Dependency updates
- chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.2 by @renovate in #699
Other Changes
- PR must fail when generated code is not committed by @Yang-33 in #704
- Add CI to check all files can be imported by @Yang-33 in #701
- Fix overriding imports by @habara-k in #702
New Contributors
Full Changelog: 3.14.0...3.14.1
3.14.0 Bot mention
Important
this version tries to support TextMessageV2
but it's broken when you import library from linebot.v3.messaging
. sorry for inconvenience. We try to resolve this issue. #698
What's Changed
Support bot mention features:
- https://developers.line.biz/ja/news/2024/10/30/messaging-api-webhook/
- https://developers.line.biz/ja/news/2024/10/30/text-message-v2/
line-openapi updates
- Codes are generated by openapi generator by @github-actions in #687
- Codes are generated by openapi generator by @github-actions in #696
Dependency updates
- fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.8 by @renovate in #670
- chore(deps): update dependency aiohttp to v3.10.6 by @renovate in #675
- chore(deps): update dependency aiohttp to v3.10.7 by @renovate in #676
- chore(deps): update dependency aiohttp to v3.10.8 by @renovate in #677
- chore(deps): update dependency aiohttp to v3.10.9 by @renovate in #678
- chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.1 by @renovate in #679
- fix(deps): update dependency org.openapitools:openapi-generator to v7.9.0 by @renovate in #681
- fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.9 by @renovate in #683
- fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.11 by @renovate in #685
- chore(deps): update line-openapi digest to 4d9979b by @renovate in #688
- fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.12 by @renovate in #690
- chore(deps): update line-openapi digest to 571a258 by @renovate in #693
- chore(deps): update line-openapi digest to 62e345e by @renovate in #695
Other Changes
Full Changelog: 3.13.0...3.14.0
3.13.0 New age groups in Insight
What's Changed
In the Messaging API, we've added the following values as the percentage of each age group of your LINE Official Account's friends that you can get by using the Get friend demographics endpoint:
from50to54
from55to59
from60to64
from65to69
from70
Previously, we've aggregated the percentage of friends who are 50 and older as a single value, from50. With this change, you can now get statistics on the percentage of friends between the ages of 50 and 70.
We'll continue to include from50 in the response as a value that aggregates the percentage of friends who are 50 and older.
News: https://developers.line.biz/en/news/2024/09/05/age-percentage-subdivision/
line-openapi updates
- Codes are generated by openapi generator by @github-actions in #669
Dependency updates
- chore(deps): update line-openapi digest to 7ce8caf by @renovate in #667
- chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.0 by @renovate in #668
Full Changelog: 3.12.0...3.13.0
3.12.0 New age groups in Narrowcast
What's Changed
In the Messaging API, we've added the following values as conditions for filtering the age range of recipients in the demographic filter objects of narrowcast messages:
age_55
age_60
age_65
age_70
Until now, the upper limit was age_50
, so it wasn't possible to filter ages over 50 in detail. By specifying the added age ranges, you can now filter recipients more flexibly than before.
news: https://developers.line.biz/en/news/2024/08/26/age-filter-subdivision/
line-openapi updates
- Codes are generated by openapi generator by @github-actions in #664
Dependency updates
- fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.7 by @renovate in #659
- chore(deps): update dependency aiohttp to v3.10.4 by @renovate in #660
- chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.4.0 by @renovate in #661
- fix(deps): update dependency org.openapitools:openapi-generator to v7.8.0 by @renovate in #662
- chore(deps): update dependency aiohttp to v3.10.5 by @renovate in #663
- chore(deps): update line-openapi digest to 57487b6 by @renovate in #665
Full Changelog: 3.11.1...3.12.0
3.11.1
What's Changed
line-openapi updates
- chore(deps): update line-openapi digest to c14fa72 by @renovate in #626
- Codes are generated by openapi generator by @github-actions in #631
- chore(deps): update line-openapi digest to f976f52 by @renovate in #632
Dependency updates
- fix(deps): update dependency org.openapitools:openapi-generator to v7.5.0 by @renovate in #624
- fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.6 by @renovate in #625
- chore(deps): update dependency black to v24.4.1 by @renovate in #628
- chore(deps): update dependency black to v24.4.2 by @renovate in #629
- chore(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.6.0 by @renovate in #634
- chore(deps): update dependency requests to v2.32.0 by @renovate in #635
- fix(deps): update dependency org.openapitools:openapi-generator to v7.6.0 by @renovate in #636
- chore(deps): update dependency requests to v2.32.1 by @renovate in #637
- chore(deps): update dependency requests to v2.32.2 by @renovate in #638
- chore(deps): update dependency requests to v2.32.3 by @renovate in #639
- chore(deps): update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.5.0 by @renovate in #640
- chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.3.0 by @renovate in #643
- fix(deps): update dependency org.openapitools:openapi-generator to v7.7.0 by @renovate in #647
- chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.3.1 by @renovate in #649
- chore(deps): update dependency aiohttp to v3.10.0 by @renovate in #650
- chore(deps): update dependency black to v24.8.0 by @renovate in #651
- chore(deps): update dependency aiohttp to v3.10.1 by @renovate in #652
- chore(deps): update dependency aiohttp to v3.10.2 by @renovate in #654
- chore(deps): update dependency aiohttp to v3.10.3 by @renovate in #655
New Contributors
Full Changelog: 3.11.0...3.11.1
3.11.0 Loading animation
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/
line-openapi updates
- Codes are generated by openapi generator by @github-actions in #622
Dependency updates
Full Changelog: 3.10.2...3.11.0
3.10.2 Support overwriting api-data.line.me in v3 packages
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
Full Changelog: 3.10.1...3.10.2
3.10.1 Membership API
3.10.0 Membership API
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
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.
New Contributors
Full Changelog: 3.8.1...3.9.0