From 4bc1a7698cf5edb37a8d59c9ce1c94adc832dbc6 Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Wed, 11 May 2022 15:00:47 +0300 Subject: [PATCH 1/2] Update python connector comparison table Since the release of tarantool-python 0.8.0 [1] several things has changed. * Issue tarantool/tarantool-python#105 has been fixed [2]. * CI has been migrated to GitHub Actions [3]. * New connection pool (ConnectionPool) with master discovery was introduced [4]. * old connection pool (MeshConnection) with round-robin failover was deprecated [4]. These changes together with GitHub stars update are introduced with this patch. 1. https://github.com/tarantool/tarantool-python/releases/tag/0.8.0 2. https://github.com/tarantool/tarantool-python/pull/211 3. https://github.com/tarantool/tarantool-python/pull/213 4. https://github.com/tarantool/tarantool-python/pull/207 --- doc/book/connectors/__python.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/book/connectors/__python.rst b/doc/book/connectors/__python.rst index 356be91ca8..78848c704b 100644 --- a/doc/book/connectors/__python.rst +++ b/doc/book/connectors/__python.rst @@ -54,7 +54,7 @@ unmaintained. Feature comparison ------------------ -Last update: February 2022 +Last update: May 2022 .. list-table:: :header-rows: 1 @@ -78,7 +78,7 @@ Last update: February 2022 * - Known Issues - `issue #18 `__ (no running event loop) - None - - `issue #105 `__ (unpack of binary data) + - None * - Documentation - Yes (`github.io `__) @@ -93,12 +93,12 @@ Last update: February 2022 * - Testing / CI / CD - GitHub Actions - No (tests exist) - - AppVeyor (only Windows) + - GitHub Actions * - GitHub Stars - - 51 + - 52 - 17 - - 78 + - 83 * - Static Analysis - Yes (Flake8) @@ -156,7 +156,7 @@ Last update: February 2022 * - `Varbinary support `__ - No - No - - Yes (`issue #105 `__) + - Yes * - `UUID support `__ - No @@ -216,7 +216,7 @@ Last update: February 2022 * - Connection pool - No - No - - Yes (round robin failover) + - Yes (with master discovery) * - Support of `PEP 249 -- Python Database API Specification v2.0 `__ - No From 0bc82eea92a9aea4b1c3d9598351ae8d9199a94e Mon Sep 17 00:00:00 2001 From: Patience Daur Date: Mon, 16 May 2022 10:46:16 +0300 Subject: [PATCH 2/2] Update translation --- locale/ru/LC_MESSAGES/book/connectors.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locale/ru/LC_MESSAGES/book/connectors.po b/locale/ru/LC_MESSAGES/book/connectors.po index a36227440f..ef2800e91e 100644 --- a/locale/ru/LC_MESSAGES/book/connectors.po +++ b/locale/ru/LC_MESSAGES/book/connectors.po @@ -1033,8 +1033,8 @@ msgstr "" "tarantool-python. aiotarantool здесь отсутствует, так как он устарел и " "больше не поддерживается." -msgid "Last update: February 2022" -msgstr "Последнее обновление: февраль 2022" +msgid "Last update: May 2022" +msgstr "Последнее обновление: май 2022" msgid "Parameter" msgstr "Параметры" @@ -1292,8 +1292,8 @@ msgstr "" "Есть (reconnect_max_attempts, reconnect_delay), проверка состояния " "соединения" -msgid "Yes (round robin failover)" -msgstr "Есть (циклическое восстановление после сбоев)" +msgid "Yes (with master discovery)" +msgstr "Есть (с обнаружением мастера)" msgid "" "Support of `PEP 249 -- Python Database API Specification v2.0 "