From 2b96ed190d530d050bd4296de175e5055c5d03dd Mon Sep 17 00:00:00 2001 From: Yun Wang Date: Mon, 9 Mar 2026 07:58:59 +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 a1590e5d..a2183528 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +> **Note:** [`getstream`](https://github.com/GetStream/stream-py) is the new full-product SDK for Stream, covering Chat, Video, Moderation, and Feeds with long-term support. +> +> **`stream-chat` 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 `getstream`. +> +> Check out the [Migration Guide](https://github.com/GetStream/stream-py/tree/main/docs/migration-from-stream-chat-python) for side-by-side examples covering common use cases. + # Official Python SDK for [Stream Chat](https://getstream.io/chat/) [![build](https://github.com/GetStream/stream-chat-python/workflows/build/badge.svg)](https://github.com/GetStream/stream-chat-python/actions) [![PyPI version](https://badge.fury.io/py/stream-chat.svg)](http://badge.fury.io/py/stream-chat) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/stream-chat.svg) [![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/) From 44b245ec480469119c811bf355c8a44b451a299c Mon Sep 17 00:00:00 2001 From: Yun Wang Date: Tue, 10 Mar 2026 14:24:14 +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 a2183528..25b97ce4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > > **`stream-chat` 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 `getstream`. > -> Check out the [Migration Guide](https://github.com/GetStream/stream-py/tree/main/docs/migration-from-stream-chat-python) for side-by-side examples covering common use cases. +> Check out the [Migration Guide](https://github.com/GetStream/stream-py/blob/221d9f15bd5f93ce2a83bb54ecd5a62e6c563da6/docs/migration-from-stream-chat-python/README.md) for side-by-side examples covering common use cases. # Official Python SDK for [Stream Chat](https://getstream.io/chat/)