Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
@line/bot-sdk 10.2.0 -> 10.3.0 age confidence

Release Notes

line/line-bot-sdk-nodejs (@​line/bot-sdk)

v10.3.0: Add an Option to Skip Webhook Signature Verification

Compare Source

What's Changed

✨ Add an Option to Skip Webhook Signature Verification

With this release, developers can now optionally skip signature verification when parsing incoming webhook requests. This new capability is especially useful in scenarios where the channel secret may change, potentially causing temporary signature mismatches.

Example Usage:

const m = line.middleware({
    channelSecret: CHANNEL_SECRET,
    skipSignatureVerification: () => true,
});

When signature verification is skipped, the signatureValidator will not be invoked. This allows webhook requests to be processed even if their signatures do not match the current channel secret used for verification.

This feature is particularly helpful in high-availability systems where avoiding downtime or message loss during configuration updates is critical.

Dependency updates
Other Changes

Full Changelog: line/line-bot-sdk-nodejs@v10.2.0...v10.2.1


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge October 1, 2025 03:35
@renovate renovate bot added this pull request to the merge queue Oct 1, 2025
Merged via the queue into main with commit 7116d36 Oct 1, 2025
12 checks passed
@renovate renovate bot deleted the renovate/line-bot-sdk-10.x-lockfile branch October 1, 2025 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant