Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 14, 2025

This PR contains the following updates:

Package Change Age Confidence
@line/bot-sdk 10.4.0 -> 10.5.0 age confidence

Release Notes

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

v10.5.0: Support mark as read by token API

Compare Source

What's Changed

Support for "Mark as Read" by Token API

We have released a new Mark as Read API that allows developers to mark a user’s messages as read.
Previously, this functionality was available only to partners, but it is now publicly available.

When your server receives a user message via Webhook, the MessageContent will include a new field: markAsReadToken.
By calling the Mark as Read API with this token, all messages in the chat room up to and including that message will be marked as read.

Note: This feature assumes that your service uses the chat feature through Official Account Manager.
If chat is not enabled, messages from users are automatically marked as read, making this API unnecessary.

For more details, please refer to the release note: https://developers.line.biz/en/news/2025/11/05/mark-as-read/

(original PR is line/line-openapi#115)

Example

client.markMessagesAsReadByToken({
  markAsReadToken: event.message.markAsReadToken
})
line-openapi updates
Dependency updates
Other Changes

Full Changelog: line/line-bot-sdk-nodejs@v10.4.0...v10.5.0


This release is prepared by @​habara-k


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 added this pull request to the merge queue Nov 14, 2025
Merged via the queue into main with commit 46bb5b4 Nov 14, 2025
14 checks passed
@renovate renovate bot deleted the renovate/line-bot-sdk-10.x-lockfile branch November 14, 2025 08:35
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