Skip to content

9.1.0 New age groups in Narrowcast

Compare
Choose a tag to compare
@Yang-33 Yang-33 released this 26 Aug 02:28
· 95 commits to master since this release
55e1958

What's Changed

#1410

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 #1410

Dependency updates

  • chore(deps): update kotlin monorepo to v2.0.20 by @renovate in #1408
  • chore(deps): update dependency org.springframework.boot:spring-boot-gradle-plugin to v3.3.3 by @renovate in #1409

Full Changelog: 9.0.0...9.1.0