From 6daf8cc343bb1a4db564c2e5b7c9c5e4a176698c Mon Sep 17 00:00:00 2001 From: Yun Wang Date: Mon, 9 Mar 2026 08:53:50 +0100 Subject: [PATCH 1/2] feat: add deprecation notice to README Co-Authored-By: Claude Opus 4.6 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 65839e395..17b3866a8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +> **Note:** [`stream-sdk-java`](https://github.com/GetStream/stream-sdk-java) is the new full-product SDK for Stream, covering Chat, Video, Moderation, and Feeds with long-term support. +> +> **`stream-chat-java` is now in maintenance mode.** It will continue to receive critical fixes and requested features, so it is safe to keep using. However, we encourage existing users to migrate when convenient and strongly recommend that new projects start with `stream-sdk-java`. +> +> Check out the [Migration Guide](https://github.com/GetStream/stream-sdk-java/tree/main/docs/migration-from-stream-chat-java) for side-by-side examples covering common use cases. + # Official Java SDK for [Stream Chat](https://getstream.io/chat/docs/) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.getstream/stream-chat-java/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.getstream/stream-chat-java) [![build](https://github.com/GetStream/stream-chat-java/workflows/Build/badge.svg)](https://github.com/GetStream/stream-chat-java/actions) From d70fb4ce9f92198d5512f5a4750c2cb63624e319 Mon Sep 17 00:00:00 2001 From: Yun Wang Date: Tue, 10 Mar 2026 14:23:16 +0100 Subject: [PATCH 2/2] chore: update link to the migration guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17b3866a8..ac273c503 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > > **`stream-chat-java` is now in maintenance mode.** It will continue to receive critical fixes and requested features, so it is safe to keep using. However, we encourage existing users to migrate when convenient and strongly recommend that new projects start with `stream-sdk-java`. > -> Check out the [Migration Guide](https://github.com/GetStream/stream-sdk-java/tree/main/docs/migration-from-stream-chat-java) for side-by-side examples covering common use cases. +> Check out the [Migration Guide](https://github.com/GetStream/stream-sdk-java/blob/e58921748ba055e6ec9c8b17a71c599e2256e238/docs/migration-from-stream-chat-java/README.md) for side-by-side examples covering common use cases. # Official Java SDK for [Stream Chat](https://getstream.io/chat/docs/)