tarantool / tarantool-python

Python client library for Tarantool
https://www.tarantool.io
BSD 2-Clause "Simplified" License
100 stars 48 forks source link

Remove join and subscribe & Release 1.0.0 #292

Closed DifferentialOrange closed 1 year ago

DifferentialOrange commented 1 year ago

api: remove join and subscribe

This is a breaking change.

Current join and subscribe implementations are rather useless. Connector does not provide any API to process incoming replication requests. The only supported scenario is to "connect as replica, skip everything that has been sent through replication, close on error".

Current Tarantool team product strategy is to develop CDC features, including replication support in language connectors, as Enterprise edition products [1]. Since we don't plan to provide proper join and subscribe implementation in the open-source connector in the future, we decide to drop current half-baked implementation to not confuse new users.

  1. https://github.com/tarantool/go-tarantool/issues/203

Release 1.0.0

Overview

This release introduces several minor behavior changes to make API more consistent.

Starting from this release, connector no longer depends on pandas.

Breaking changes

Changes

Infrastructure