Releases: bigchaindb/bigchaindb-driver
Releases · bigchaindb/bigchaindb-driver
v0.6.2
v0.6.1
v0.6.0
Changed
- Added support for deterministic keypair generation from a 32-byte seed. See pull request #487 by external contributor @excerebrose
- Pinned cryptoconditions==0.8.0 in setup.py
Removed
The send() function was removed. See pull request #483.
Known Issues
Builds of the Handcrafting Transactions page started failing again, in Travis CI and on ReadTheDocs.
v0.5.3
v0.5.2
v0.5.1
v0.5.0
Added
Added three new methods to send/post a transaction as discussed here:
send_commit
send_async
send_sync
Deprecated
send() under TransactionEndpoint, and available via BigchainDB.transactions. Replaced by the above three methods: send_commit(), send_async(), and send_sync().
v0.5.0a4
v0.5.0a2
- The default mode for sending a transaction is now commit.
- The metadata endpoint was added.
- Support for BigchainDB server v2.0.0a2.
v0.5.0a1
Added compatibility to BigchainDB 2.0 Alpha
There were many changes between BigchainDB 1.3 and BigchainDB 2.0 Alpha, too many to list here. We wrote a series of blog posts to summarize most changes, especially those that affect end users and application developers: