From 72f661f9535783266921a0279d85ad177817aa0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Mon, 6 Jul 2015 18:13:02 +0200 Subject: [PATCH] Added deprecation infor for thrift connection class --- elasticsearch/connection/thrift.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/elasticsearch/connection/thrift.py b/elasticsearch/connection/thrift.py index ca07d419..172868c8 100644 --- a/elasticsearch/connection/thrift.py +++ b/elasticsearch/connection/thrift.py @@ -22,6 +22,8 @@ logger = logging.getLogger('elasticsearch') class ThriftConnection(PoolingConnection): """ + This connection class is deprecated and may be removed in future versions. + Connection using the `thrift` protocol to communicate with elasticsearch. See https://github.com/elasticsearch/elasticsearch-transport-thrift for additional info.