fix(deps): update module github.com/go-lark/lark to v2 - #1027
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update module github.com/go-lark/lark to v2#1027renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/github.com-go-lark-lark-2.x
branch
3 times, most recently
from
May 25, 2026 08:55
ddbaa0a to
b5bd035
Compare
renovate
Bot
force-pushed
the
renovate/github.com-go-lark-lark-2.x
branch
2 times, most recently
from
May 25, 2026 16:36
c4c0206 to
11ee600
Compare
renovate
Bot
force-pushed
the
renovate/github.com-go-lark-lark-2.x
branch
3 times, most recently
from
June 8, 2026 10:45
d8a97bf to
824ad79
Compare
renovate
Bot
force-pushed
the
renovate/github.com-go-lark-lark-2.x
branch
from
June 15, 2026 04:43
824ad79 to
5d6c1f7
Compare
renovate
Bot
force-pushed
the
renovate/github.com-go-lark-lark-2.x
branch
from
June 22, 2026 07:42
5d6c1f7 to
2d3bad8
Compare
renovate
Bot
force-pushed
the
renovate/github.com-go-lark-lark-2.x
branch
3 times, most recently
from
July 6, 2026 06:13
801062c to
dcc401e
Compare
renovate
Bot
force-pushed
the
renovate/github.com-go-lark-lark-2.x
branch
4 times, most recently
from
July 13, 2026 09:16
47e0083 to
7e8c151
Compare
renovate
Bot
force-pushed
the
renovate/github.com-go-lark-lark-2.x
branch
4 times, most recently
from
July 27, 2026 08:48
d7a346f to
874af46
Compare
renovate
Bot
force-pushed
the
renovate/github.com-go-lark-lark-2.x
branch
from
August 3, 2026 02:43
874af46 to
76fa01d
Compare
renovate
Bot
force-pushed
the
renovate/github.com-go-lark-lark-2.x
branch
from
August 3, 2026 10:14
76fa01d to
94274ed
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.16.0→v2.0.1Release Notes
go-lark/lark (github.com/go-lark/lark)
v2.0.1Compare Source
v2.0.0Compare Source
Major release published as a separate Go module under
github.com/go-lark/lark/v2.Breaking changes vs v1
context.Contextas the first argument (e.g.bot.PostText(ctx, ...),bot.PostNotification(ctx, ...),bot.GetTenantAccessTokenInternal(ctx)).StartHeartbeat/StopHeartbeat. Tenant access token is auto-renewed on demand; useSetAutoRenew(false)to opt out.Bot(GetTenantAccessTokenInternalno longer requiresupdateToken). Token state can be set viaSetTenantAccessToken.PostNotification(title, text)and thePostNotificationV2alias. Use the unifiedPostNotification(ctx, om)for webhook bots.im.message) handling. Only Event v2 schema is supported.github.com/go-lark/card-builder.HTTPWrapperis replaced by anHTTPClientinterface for easier customization (SetClient).api_chat.go; the standaloneapi_group.gohas been removed.New behaviours
errorfor both HTTP failures and Lark business errors (in addition to theCode/Msgfields on the response). Business error bodies are now properly JSON‑decoded.BotexposesSetAutoRenew,SetTenantAccessToken,SetWebhook,SetClient, andDomain()for finer‑grained control.Events
Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.