Skip to content

Commit 2c5e69a

Browse files
Update module github.com/line/line-bot-sdk-go/v8 to v8.13.0 (#30)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/line/line-bot-sdk-go/v8](https://redirect.github.com/line/line-bot-sdk-go) | `v8.12.1` -> `v8.13.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fline%2fline-bot-sdk-go%2fv8/v8.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fline%2fline-bot-sdk-go%2fv8/v8.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fline%2fline-bot-sdk-go%2fv8/v8.12.1/v8.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fline%2fline-bot-sdk-go%2fv8/v8.12.1/v8.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>line/line-bot-sdk-go (github.com/line/line-bot-sdk-go/v8)</summary> ### [`v8.13.0`](https://redirect.github.com/line/line-bot-sdk-go/releases/tag/v8.13.0): Add includesOwnedAudienceGroups Parameter to Audience API [Compare Source](https://redirect.github.com/line/line-bot-sdk-go/compare/v8.12.1...v8.13.0) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed - Add includesOwnedAudienceGroups Parameter to Audience API by [@&#8203;github-actions](https://redirect.github.com/github-actions) in [https://github.com/line/line-bot-sdk-go/pull/577](https://redirect.github.com/line/line-bot-sdk-go/pull/577) <!-- PR-START line/line-openapi#105 --> ##### 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 - [Get List of Shared Audiences](https://developers.line.biz/en/reference/messaging-api/#get-shared-audience-list) - [Removed Endpoints](https://developers.line.biz/en/news/2025/03/26/cross-targeting-closing/) For more information, please refer to the links provided above. (original PR is [https://github.com/line/line-openapi/pull/105](https://redirect.github.com/line/line-openapi/pull/105)) <!-- PR-END line/line-openapi#105 --> ##### line-openapi updates - Add type as required property in source object of webhook by [@&#8203;github-actions](https://redirect.github.com/github-actions) in [https://github.com/line/line-bot-sdk-go/pull/572](https://redirect.github.com/line/line-bot-sdk-go/pull/572) - chore(deps): update line-openapi digest to [`954b163`](https://redirect.github.com/line/line-bot-sdk-go/commit/954b163) by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/line/line-bot-sdk-go/pull/566](https://redirect.github.com/line/line-bot-sdk-go/pull/566) - chore(deps): update line-openapi digest to [`0e669d0`](https://redirect.github.com/line/line-bot-sdk-go/commit/0e669d0) by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/line/line-bot-sdk-go/pull/568](https://redirect.github.com/line/line-bot-sdk-go/pull/568) - chore(deps): update line-openapi digest to [`31fa3c7`](https://redirect.github.com/line/line-bot-sdk-go/commit/31fa3c7) by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/line/line-bot-sdk-go/pull/571](https://redirect.github.com/line/line-bot-sdk-go/pull/571) ##### Dependency updates - chore(deps): update suzuki-shunsuke/pinact-action action to v0.2.2 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/line/line-bot-sdk-go/pull/563](https://redirect.github.com/line/line-bot-sdk-go/pull/563) - chore(deps): update suzuki-shunsuke/pinact-action action to v1 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/line/line-bot-sdk-go/pull/564](https://redirect.github.com/line/line-bot-sdk-go/pull/564) - chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.3 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/line/line-bot-sdk-go/pull/565](https://redirect.github.com/line/line-bot-sdk-go/pull/565) - fix(deps): update dependency io.pebbletemplates:pebble to v3.2.4 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/line/line-bot-sdk-go/pull/567](https://redirect.github.com/line/line-bot-sdk-go/pull/567) - chore(deps): update junit5 monorepo to v5.12.2 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/line/line-bot-sdk-go/pull/575](https://redirect.github.com/line/line-bot-sdk-go/pull/575) - chore(deps): update actions/setup-node action to v4.4.0 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/line/line-bot-sdk-go/pull/576](https://redirect.github.com/line/line-bot-sdk-go/pull/576) ##### Other Changes - Skip creating PR when only git submodule is updated by [@&#8203;Yang-33](https://redirect.github.com/Yang-33) in [https://github.com/line/line-bot-sdk-go/pull/562](https://redirect.github.com/line/line-bot-sdk-go/pull/562) - Require more jobs in merge queue by [@&#8203;Yang-33](https://redirect.github.com/Yang-33) in [https://github.com/line/line-bot-sdk-go/pull/570](https://redirect.github.com/line/line-bot-sdk-go/pull/570) - Do not create another auto PR when a job runs for PR by [@&#8203;Yang-33](https://redirect.github.com/Yang-33) in [https://github.com/line/line-bot-sdk-go/pull/573](https://redirect.github.com/line/line-bot-sdk-go/pull/573) - Do not create another auto PR when a job runs for PR or merge queue by [@&#8203;Yang-33](https://redirect.github.com/Yang-33) in [https://github.com/line/line-bot-sdk-go/pull/574](https://redirect.github.com/line/line-bot-sdk-go/pull/574) - Drop Go 1.22 and support 1.24 by [@&#8203;mokuzon](https://redirect.github.com/mokuzon) in [https://github.com/line/line-bot-sdk-go/pull/578](https://redirect.github.com/line/line-bot-sdk-go/pull/578) **Full Changelog**: line/line-bot-sdk-go@v8.12.1...v8.13.0 *** This release is prepared by [@&#8203;eucyt](https://redirect.github.com/eucyt) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/shusann01116/recipena). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d289716 commit 2c5e69a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.3
55
require (
66
github.com/GoogleCloudPlatform/functions-framework-go v1.9.2
77
github.com/jomei/notionapi v1.13.3
8-
github.com/line/line-bot-sdk-go/v8 v8.12.1
8+
github.com/line/line-bot-sdk-go/v8 v8.13.0
99
golang.org/x/net v0.39.0
1010
)
1111

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ github.com/line/line-bot-sdk-go/v8 v8.12.0 h1:7ueNHz+jr5lq+w/GJULVvy6O1a4dhIcrqo
2424
github.com/line/line-bot-sdk-go/v8 v8.12.0/go.mod h1:9U4mY4kLAFSCSwPl1YxtqmG0Db19DnclpuYS5VOkOZY=
2525
github.com/line/line-bot-sdk-go/v8 v8.12.1 h1:IE1nwu4fS4wMNw9huQwtB0R4Pnei5D+zQp1VdMNQaAw=
2626
github.com/line/line-bot-sdk-go/v8 v8.12.1/go.mod h1:9U4mY4kLAFSCSwPl1YxtqmG0Db19DnclpuYS5VOkOZY=
27+
github.com/line/line-bot-sdk-go/v8 v8.13.0 h1:d/2DNl+wzQzoZ4etYyBed25smHWzmsihLivxC9q5cZ0=
28+
github.com/line/line-bot-sdk-go/v8 v8.13.0/go.mod h1:jjmYNIH9+vxsGpgAY5Ov2dDfvMuamARaohxyr8l3siU=
2729
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 h1:ZqeYNhU3OHLH3mGKHDcjJRFFRrJa6eAM5H+CtDdOsPc=
2830
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
2931
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 h1:Esafd1046DLDQ0W1YjYsBW+p8U2u7vzgW2SQVmlNazg=

0 commit comments

Comments
 (0)