From 08ef9242e5955cd53f4964ae3d9a739db85508fc Mon Sep 17 00:00:00 2001 From: Brusk Awat <5348148+broosk1993@users.noreply.github.com> Date: Sun, 4 Aug 2024 14:01:35 +0300 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 9bba091..63c3c3e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ +# 🚨 Discontinuation Notice for ActiveRecord 🚨 + +**Effective Date: August 4, 2024** + +Please be aware that we are no longer maintaing the part related to **ActiveRecord** in this gem. We are dropping support for ActiveRecord in favor of [Solid Queue](https://github.com/rails/solid_queue). + +In the meantime, we commit to continously support the Mongoid part of the gem. + +### New Recommended Gem: `Solid Queue` + +For ActiveRecord users, we recommend transitioning to the `Solid Queue` gem, which provides enhanced functionality, improved performance, and better support for modern application requirements. `Solid Queue` is designed to seamlessly integrate with your existing infrastructure while offering robust features to handle your queuing needs efficiently. + + # Outboxable The Outboxable Gem is tailored for Rails applications to implement the transactional outbox pattern. It supports both ActiveRecord and Mongoid.