v11.1.0 Add includesOwnedAudienceGroups Parameter to Audience API
What's Changed
- Add includesOwnedAudienceGroups Parameter to Audience API by @github-actions in #702
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 line/line-openapi#105)
line-openapi updates
- Add type as required property in source object of webhook by @github-actions in #697
- chore(deps): update line-openapi digest to 954b163 by @renovate in #691
- chore(deps): update line-openapi digest to 0e669d0 by @renovate in #693
- chore(deps): update line-openapi digest to 31fa3c7 by @renovate in #696
Dependency updates
- chore(deps): update suzuki-shunsuke/pinact-action action to v0.2.2 by @renovate in #689
- chore(deps): update suzuki-shunsuke/pinact-action action to v1 by @renovate in #690
- chore(deps): update dependency squizlabs/php_codesniffer to v3.12.1 by @renovate in #694
- chore(deps): update dependency squizlabs/php_codesniffer to v3.12.2 by @renovate in #699
- chore(deps): update actions/setup-node action to v4.4.0 by @renovate in #700
- chore(deps): update shivammathur/setup-php action to v2.33.0 by @renovate in #701
Other Changes
- Skip creating PR when only git submodule is updated by @Yang-33 in #688
- Remove deprecated link by @eucyt in #692
- Require more jobs in merge queue by @Yang-33 in #695
- Do not create another auto PR when a job runs for PR or merge queue by @Yang-33 in #698
Full Changelog: v11.0.1...v11.1.0
This release is prepared by @eucyt