Skip to content

Releases: bigchaindb/bigchaindb-driver

v0.6.2

03 Nov 15:38
5aa7bfe
Compare
Choose a tag to compare

Changed

In setup.py, changed python-rapidjson==0.6.0 to ~=0.6.0, and changed requests>=2.11.0 to >=2.20.0

v0.6.1

21 Oct 17:06
3c5a0cc
Compare
Choose a tag to compare

Fixed

  • Fixed the problem with a docs page (Handcrafting Transactions) that wouldn't build.

v0.6.0

20 Oct 19:58
3bf2a57
Compare
Choose a tag to compare

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

12 Sep 06:53
9f332e7
Compare
Choose a tag to compare

Changed

  • Fixed a failing unit test
  • Pinned cryptoconditions==0.7.2 in setup.py
  • Fixed the Handcrafting Transactions page in the docs

v0.5.2

31 Aug 14:39
Compare
Choose a tag to compare
  • Cap exponential backoff depending on timeout value for reasonable waiting time in event of network recovery. #470
  • Update cryptoconditions dependency because of security vulnerability CVE-2018-10903. #472

v0.5.1

23 Aug 11:45
Compare
Choose a tag to compare

Support for BigchainDB server v2.0.0.b5.
Added round-robin strategy to connect to nodes of the BigchainDB network BEP 14

v0.5.0

14 Jun 08:44
Compare
Choose a tag to compare

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

08 May 14:29
Compare
Choose a tag to compare

v0.5.0a2

18 Apr 15:59
Compare
Choose a tag to compare
v0.5.0a2 Pre-release
Pre-release

v0.5.0a1

04 Apr 12:41
Compare
Choose a tag to compare
v0.5.0a1 Pre-release
Pre-release

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: