bigchaindb / bigchaindb-driver

Official Python driver for BigchainDB
https://www.bigchaindb.com
Apache License 2.0
104 stars 104 forks source link

send() is deprecated, remove it for the next release #482

Closed codegeschrei closed 5 years ago

codegeschrei commented 5 years ago

With the release of version 0.5.0 we deprecated the send and instead send_commit(), send_async(), and send_sync() needs to be used.

This needs to be done now, since we didn't remove it in the last two releases