From cebdf57e5ee291c20b6a743311f7e55ed95c9500 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Mon, 9 Oct 2023 11:24:42 +0200 Subject: [PATCH 1/2] docs: deprecate message --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4654e4e78..e5636d5dd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +## ⚠️ This package is no longer being maintained ⚠️ + +Instead, we recommend using [`kubo/client/rpc`](github.com/ipfs/kubo/client/rpc). We only want to maintain one RPC Client. You are free to keep using this repository for the time being, but no more updates will be done here. +3 +In rare case the new library does not offer a feature this one does, fill issue in Kubo, or better, submit a PR that adds it to `kubo/client/rpc`. + # go-ipfs-api [![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](https://protocol.ai) From b00b84ea360cf833d05a70862871b41bce4842ab Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Mon, 9 Oct 2023 11:25:51 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e5636d5dd..ed530ac43 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ ## ⚠️ This package is no longer being maintained ⚠️ -Instead, we recommend using [`kubo/client/rpc`](github.com/ipfs/kubo/client/rpc). We only want to maintain one RPC Client. You are free to keep using this repository for the time being, but no more updates will be done here. -3 -In rare case the new library does not offer a feature this one does, fill issue in Kubo, or better, submit a PR that adds it to `kubo/client/rpc`. +Please use [`kubo/client/rpc`](github.com/ipfs/kubo/client/rpc) instead. In rare case the new library does not offer a feature this one does, fill issue in Kubo, or better, submit a PR that adds it to `kubo/client/rpc`. + +For more details about the decision, see https://github.com/ipfs/kubo/issues/9124. # go-ipfs-api