v9.4.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:
from50to54from55to59from60to64from65to69from70
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 by @github-actions in #952
Dependency updates
- Update dependency msw to v2.4.1 by @renovate in #943
- Update dependency axios to v1.7.6 by @renovate in #944
- Update dependency axios to v1.7.7 by @renovate in #945
- Update dependency @types/node to v20.16.3 by @renovate in #946
- Update dependency finalhandler to v1.2.1 by @renovate in #947
- Update dependency finalhandler to v1.3.0 by @renovate in #948
- Update dependency @types/node to v20.16.4 by @renovate in #949
- Update dependency msw to v2.4.2 by @renovate in #950
- Update dependency @types/node to v20.16.5 by @renovate in #951
Other Changes
- update typescript to 5.5.4 by @tokuhirom in #917
Full Changelog: v9.3.1...v9.4.0