Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-25 | 2.8 kB | |
v9.11.0 Support new AudienceGroupType POP_AD_IMP to Audience Group API source code.tar.gz | 2025-08-25 | 3.8 MB | |
v9.11.0 Support new AudienceGroupType POP_AD_IMP to Audience Group API source code.zip | 2025-08-25 | 4.5 MB | |
Totals: 3 Items | 8.3 MB | 1 |
What's Changed
Support new AudienceGroupType POP_AD_IMP to Audience Group API
- Add new AudienceGroupType POP_AD_IMP to Audience Group API by @github-actions[bot] in https://github.com/line/line-bot-sdk-java/pull/1706
We have supported for the new audience‑group type POP_AD_IMP
(POP ad impression audience) to the OpenAPI schema.
Changes Made
-
Updated
AudienceGroupType
enumeration -
New value:
POP_AD_IMP
- Description: Audience groups generated from impressions of LINE Beacon Network (POP) ads.
- Region: Taiwan‑only at launch
Purpose
This update enables correct identification and handling of audience groups built from POP ad impressions, a feature that will be released for the Taiwan market.
Documents and Reference
For more information, please refer to the links provided above.
(original PR is https://github.com/line/line-openapi/pull/113)
Dependency updates
- fix(deps): update dependency com.nimbusds:nimbus-jose-jwt to v10.4.2 by @renovate[bot] in https://github.com/line/line-bot-sdk-java/pull/1697
- chore(deps): update kotlin monorepo to v2.2.10 by @renovate[bot] in https://github.com/line/line-bot-sdk-java/pull/1696
- fix(deps): update jjwt to v0.12.7 by @renovate[bot] in https://github.com/line/line-bot-sdk-java/pull/1698
- fix(deps): update mockito monorepo to v5.19.0 by @renovate[bot] in https://github.com/line/line-bot-sdk-java/pull/1699
- chore(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.2.5 by @renovate[bot] in https://github.com/line/line-bot-sdk-java/pull/1700
- fix(deps): update jjwt to v0.13.0 by @renovate[bot] in https://github.com/line/line-bot-sdk-java/pull/1701
- chore(deps): update actions/setup-java action to v5 by @renovate[bot] in https://github.com/line/line-bot-sdk-java/pull/1702
- chore(deps): update dependency org.springframework.boot:spring-boot-gradle-plugin to v3.5.5 by @renovate[bot] in https://github.com/line/line-bot-sdk-java/pull/1703
- chore(deps): update dependency org.openapitools:openapi-generator to v7.15.0 by @renovate[bot] in https://github.com/line/line-bot-sdk-java/pull/1704
- fix(deps): update openapi-generator-version to v7.15.0 by @renovate[bot] in https://github.com/line/line-bot-sdk-java/pull/1705
Other Changes
- Add test for listCoupon for query parameter by @Yang-33 in https://github.com/line/line-bot-sdk-java/pull/1687
Full Changelog: https://github.com/line/line-bot-sdk-java/compare/v9.10.1...v9.11.0
This release is prepared by @eucyt