From 5d58e0b935be1c64a3ae78ce6e767d52cb6421b5 Mon Sep 17 00:00:00 2001 From: Yun Wang Date: Sun, 8 Mar 2026 22:56:56 +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 f7d2926..7306640 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +> **Note:** [`getstream-ruby`](https://github.com/GetStream/getstream-ruby) is the new full-product SDK for Stream, covering Chat, Video, Moderation, and Feeds with long-term support. +> +> **`stream-chat-ruby` 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-ruby`. +> +> Check out the [Migration Guide](https://github.com/GetStream/getstream-ruby/tree/master/docs/migration-from-stream-chat-ruby) for side-by-side examples covering common use cases. + # Official Ruby SDK for [Stream Chat](https://getstream.io/chat/) [![build](https://github.com/GetStream/stream-chat-ruby/workflows/build/badge.svg)](https://github.com/GetStream/stream-chat-ruby/actions) [![Gem Version](https://badge.fury.io/rb/stream-chat-ruby.svg)](http://badge.fury.io/rb/stream-chat-ruby) From a6d252c078aefb887446558b8d27e42569e277d0 Mon Sep 17 00:00:00 2001 From: Yun Wang Date: Tue, 10 Mar 2026 14:19:08 +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 7306640..ad842a3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > > **`stream-chat-ruby` 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-ruby`. > -> Check out the [Migration Guide](https://github.com/GetStream/getstream-ruby/tree/master/docs/migration-from-stream-chat-ruby) for side-by-side examples covering common use cases. +> Check out the [Migration Guide](https://github.com/GetStream/getstream-ruby/blob/570aaf9b73b27fe01a4abbc1f7c6b639595c304e/docs/migration-from-stream-chat-ruby/README.md) for side-by-side examples covering common use cases. # Official Ruby SDK for [Stream Chat](https://getstream.io/chat/)