Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-04-22 | 4.4 kB | |
v9.7.0 Add includesOwnedAudienceGroups Parameter to Audience API source code.tar.gz | 2025-04-22 | 3.8 MB | |
v9.7.0 Add includesOwnedAudienceGroups Parameter to Audience API source code.zip | 2025-04-22 | 4.5 MB | |
Totals: 3 Items | 8.2 MB | 0 |
What's Changed
- Add includesOwnedAudienceGroups Parameter to Audience API by @github-actions in https://github.com/line/line-bot-sdk-java/pull/1602
Enhancement to Shared Audiences API
Support a new query parameter includesOwnedAudienceGroups
to the client.getSharedAudienceGroups
(GET /v2/bot/audienceGroup/shared/list
). This enhancement allows users to specify whether to include audience groups owned by the user in the response. It is especially useful for users who manage both shared and owned audience groups.
Specifications
- Added the
includesOwnedAudienceGroups
parameter to the API endpoint. - Type: Boolean
- Default: false
- Description:
true
: Include audience groups owned by the LINE Official Account Manager.false
: Respond only with audience groups shared by Business Manager.
Remove deprecated API
- Removed the
/v2/bot/audienceGroup/{audienceGroupId}/activate
and/v2/bot/audienceGroup/authorityLevel
endpoints.
Documents and Reference
For more information, please refer to the links provided above.
(original PR is https://github.com/line/line-openapi/pull/105)
line-openapi updates
- chore(deps): update line-openapi digest to 954b163 by @renovate in https://github.com/line/line-bot-sdk-java/pull/1586
- chore(deps): update line-openapi digest to 0e669d0 by @renovate in https://github.com/line/line-bot-sdk-java/pull/1590
- chore(deps): update line-openapi digest to 31fa3c7 by @renovate in https://github.com/line/line-bot-sdk-java/pull/1593
- chore(deps): update line-openapi digest to 2f38058 by @renovate in https://github.com/line/line-bot-sdk-java/pull/1597
Dependency updates
- chore(deps): update suzuki-shunsuke/pinact-action action to v0.2.2 by @renovate in https://github.com/line/line-bot-sdk-java/pull/1583
- chore(deps): update suzuki-shunsuke/pinact-action action to v1 by @renovate in https://github.com/line/line-bot-sdk-java/pull/1584
- chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.3 by @renovate in https://github.com/line/line-bot-sdk-java/pull/1585
- fix(deps): update dependency io.pebbletemplates:pebble to v3.2.4 by @renovate in https://github.com/line/line-bot-sdk-java/pull/1587
- fix(deps): update dependency com.nimbusds:nimbus-jose-jwt to v10.1 by @renovate in https://github.com/line/line-bot-sdk-java/pull/1589
- fix(deps): update dependency org.mockito:mockito-core to v5.17.0 by @renovate in https://github.com/line/line-bot-sdk-java/pull/1591
- fix(deps): update dependency com.nimbusds:nimbus-jose-jwt to v10.2 by @renovate in https://github.com/line/line-bot-sdk-java/pull/1595
- chore(deps): update actions/setup-java action to v4.7.1 by @renovate in https://github.com/line/line-bot-sdk-java/pull/1596
- chore(deps): update actions/setup-node action to v4.4.0 by @renovate in https://github.com/line/line-bot-sdk-java/pull/1599
Other Changes
- Skip creating PR when only git submodule is updated by @Yang-33 in https://github.com/line/line-bot-sdk-java/pull/1582
- Remove deprecated link by @eucyt in https://github.com/line/line-bot-sdk-java/pull/1588
- Require more jobs in merge queue by @Yang-33 in https://github.com/line/line-bot-sdk-java/pull/1592
- Do not create another auto PR when a job runs for PR or merge queue by @Yang-33 in https://github.com/line/line-bot-sdk-java/pull/1598
- Remove audience group authority level test for cross targeting sunset by @asari-mtr in https://github.com/line/line-bot-sdk-java/pull/1600
- Remove unused audience group activation and authority level tests by @asari-mtr in https://github.com/line/line-bot-sdk-java/pull/1601
New Contributors
- @asari-mtr made their first contribution in https://github.com/line/line-bot-sdk-java/pull/1600
Full Changelog: https://github.com/line/line-bot-sdk-java/compare/v9.6.1...v9.7.0
This release is prepared by @eucyt