Immutable
release. Only release title and notes can be modified.
What's Changed
This release supports the new Rich Menu inshgit APIs.
line/line-openapi#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
line-openapi updates
- chore(deps): update line-openapi digest to 82f108c by @renovate[bot] in #1024
- Support rich menu summary and daily report & remove null from
AudienceGroupFailedTypeemum by @github-actions[bot] in #1027
Dependency updates
- chore(deps): update actions/checkout action to v7 by @renovate[bot] in #1023
- chore(deps): update actions/setup-python action to v6.3.0 by @renovate[bot] in #1028
Other Changes
- Use pebble instead of mustache by @Yang-33 in #1021
- Remove pytest-pep8 incompatible with pytest 9.1 by @mokuzon in #1025
Full Changelog: v3.23.1...v3.24.0
This release is prepared by @mokuzon