From 9212617fb7768657cc9d2939e50128cebd915478 Mon Sep 17 00:00:00 2001 From: Marko Kungla Date: Sun, 2 Oct 2022 20:16:37 +0300 Subject: [PATCH] feat: add Deprecated notice for v1 Signed-off-by: Marko Kungla --- koios.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/koios.go b/koios.go index 0d7a5ca..f61cf7f 100644 --- a/koios.go +++ b/koios.go @@ -18,6 +18,9 @@ // endpoints and Cardano Blockchain. Sub package ./cmd/koios-rest // provides cli application. // +// Deprecated: Upgrade to github.com/cardano-community/koios-go-client/v2 +// versions < v2 do not work with Koios API after koios v1.0.7 breaking changes. +// // Koios is best described as a Decentralized and Elastic RESTful query layer // for exploring data on Cardano blockchain to consume within // applications/wallets/explorers/etc.