v8.13.0 Add includesOwnedAudienceGroups Parameter to Audience API
What's Changed
- Add includesOwnedAudienceGroups Parameter to Audience API by @github-actions in #577
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
includesOwnedAudienceGroupsparameter 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}/activateand/v2/bot/audienceGroup/authorityLevelendpoints.
Documents and Reference
For more information, please refer to the links provided above.
(original PR is line/line-openapi#105)
line-openapi updates
- Add type as required property in source object of webhook by @github-actions in #572
- chore(deps): update line-openapi digest to 954b163 by @renovate in #566
- chore(deps): update line-openapi digest to 0e669d0 by @renovate in #568
- chore(deps): update line-openapi digest to 31fa3c7 by @renovate in #571
Dependency updates
- chore(deps): update suzuki-shunsuke/pinact-action action to v0.2.2 by @renovate in #563
- chore(deps): update suzuki-shunsuke/pinact-action action to v1 by @renovate in #564
- chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.3 by @renovate in #565
- fix(deps): update dependency io.pebbletemplates:pebble to v3.2.4 by @renovate in #567
- chore(deps): update junit5 monorepo to v5.12.2 by @renovate in #575
- chore(deps): update actions/setup-node action to v4.4.0 by @renovate in #576
Other Changes
- Skip creating PR when only git submodule is updated by @Yang-33 in #562
- Require more jobs in merge queue by @Yang-33 in #570
- Do not create another auto PR when a job runs for PR by @Yang-33 in #573
- Do not create another auto PR when a job runs for PR or merge queue by @Yang-33 in #574
- Drop Go 1.22 and support 1.24 by @mokuzon in #578
Full Changelog: v8.12.1...v8.13.0
This release is prepared by @eucyt