Skip to content

v9.13.0 Support mark as read by token API

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Nov 08:14
· 1 commit to master since this release
Immutable release. Only release title and notes can be modified.
b68eecd

What's Changed

  • Support mark as read by token API by @github-actions[bot] in #1774

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

messagingApiClient.markMessagesAsReadByToken(new MarkMessagesAsReadByTokenRequest(
        message.markAsReadToken()
));

line-openapi updates

Dependency updates

  • chore(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.4.4 by @renovate[bot] in #1758
  • fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.20 by @renovate[bot] in #1759
  • chore(deps): update kotlin monorepo to v2.2.21 by @renovate[bot] in #1760
  • chore(deps): update dependency org.springframework.boot:spring-boot-gradle-plugin to v3.5.7 by @renovate[bot] in #1762
  • fix(deps): update dependency io.github.littleproxy:littleproxy to v2.4.6 by @renovate[bot] in #1764
  • chore(deps): update gradle to v9.2.0 by @renovate[bot] in #1765
  • chore(deps): update dependency org.openapitools:openapi-generator-gradle-plugin to v7.17.0 by @renovate[bot] in #1767
  • chore(deps): update dependency org.openapitools:openapi-generator to v7.17.0 by @renovate[bot] in #1766
  • fix(deps): update openapi-generator-version to v7.17.0 by @renovate[bot] in #1768
  • fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.20.1 by @renovate[bot] in #1770
  • fix(deps): update okhttp monorepo to v5.3.0 by @renovate[bot] in #1772

Other Changes

Full Changelog: v9.12.0...v9.13.0


This release is prepared by @habara-k