| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-01 | 2.7 kB | |
| v10.0.0 Support rich menu summary API and daily report API source code.tar.gz | 2026-07-01 | 3.8 MB | |
| v10.0.0 Support rich menu summary API and daily report API source code.zip | 2026-07-01 | 4.5 MB | |
| Totals: 3 Items | 8.3 MB | 0 | |
What's Changed
This release supports the new Rich Menu inshgit APIs. https://github.com/line/line-openapi/pull/128
- Rich Menu summary
- Retrieves aggregate statistics for the specified period, such as the number of users who viewed the rich menu and how many times it was viewed. The aggregation process of these statistics is usually completed within the next day.
- Rich Menu daily report
- Retrieves daily statistics for the specified period, such as the number of users who viewed the rich menu and how many times it was viewed. The aggregation process of these statistics is usually completed within the next day.
For details on the API, please see below.
- https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-insight-summary
- https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-insight-daily
[!WARNING] This release contains breaking changes by https://github.com/line/line-bot-sdk-java/pull/1923. Following classes are now
final.
com.linecorp.bot.parser.WebhookParsercom.linecorp.bot.client.base.http.HttpRequestBodycom.linecorp.bot.client.base.http.HttpResponseBody
line-openapi updates
- chore(deps): update line-openapi digest to 82f108c by @renovate[bot] in https://github.com/line/line-bot-sdk-java/pull/1922
- Support rich menu summary and daily report & remove null from
AudienceGroupFailedTypeemum by @github-actions[bot] in https://github.com/line/line-bot-sdk-java/pull/1925
Dependency updates
- chore(deps): update gradle/actions action to v6.2.0 by @renovate[bot] in https://github.com/line/line-bot-sdk-java/pull/1917
- chore(deps): update actions/setup-java action to v5.3.0 by @renovate[bot] in https://github.com/line/line-bot-sdk-java/pull/1918
- chore(deps): update actions/checkout action to v7 by @renovate[bot] in https://github.com/line/line-bot-sdk-java/pull/1920
- chore(deps): update gradle to v9.6.0 by @renovate[bot] in https://github.com/line/line-bot-sdk-java/pull/1921
- fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.35 by @renovate[bot] in https://github.com/line/line-bot-sdk-java/pull/1924
Other Changes
- Remove dead link by @Yang-33 in https://github.com/line/line-bot-sdk-java/pull/1916
- Enable Gradle parallel build by @Yang-33 in https://github.com/line/line-bot-sdk-java/pull/1919
- Update spring-boot to 4.1.0 and spotbugs-gradle-plugin to 6.5.8 by @mokuzon in https://github.com/line/line-bot-sdk-java/pull/1923
Full Changelog: https://github.com/line/line-bot-sdk-java/compare/v9.15.1...v10.0.0
This release is prepared by @mokuzon