Bigchaindb-driver

Latest version: v0.6.2

Safety actively analyzes 685670 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.3.0

Not secure
------------------
Added
^^^^^
* Support for BigchainDB server (HTTP API) 1.0.0rc1.
* Support for crypto-conditions RFC draft version 02.
* Added support for text search endpoint ``/assets?search=``

0.2.0

Not secure
------------------
Added
^^^^^
* Support for BigchainDB server 0.9.
* Methods for ``GET /`` and ``GET /api/v1``

Changed
^^^^^^^
* Node URLs, passed to ``BigchainDB()`` MUST not include the api prefix
``'/api/v1'``, e.g.:

* BEFORE: ``http://localhost:9984/api/v1``
* NOW: ``http://localhost:9984``

0.1.0

Not secure
------------------
Added
^^^^^
* Support for BigchainDB server 0.8.0.
* Support for divisible assets.

Removed
^^^^^^^
* ``create()`` and ``transfer()`` under ``TransactionEndpoint``, and available
via ``BigchainDB.transactions``. Replaced by the three "canonical"
transaction operations: ``prepare()``, ``fulfill()``, and ``send()``.
* Support for client side timestamps.

0.0.3

Not secure
------------------
Added
^^^^^
* Support for "canonical" transaction operations:

* ``prepare``
* ``fulfill``
* ``send``

Deprecated
^^^^^^^^^^
* ``create()`` and ``transfer()`` under ``TransactionEndpoint``, and available
via ``BigchainDB.transactions``. Replaced by the above three "canonical"
transaction operations: ``prepare()``, ``fulfill()``, and ``send()``.

Fixed
^^^^^
* ``BigchainDB()`` default node setting on its transport class. See commit
`0a80206 <https://github.com/bigchaindb/bigchaindb-driver/commit/0a80206407ef155d220d25a337dc9a4f51046e70>`_

0.0.2

Not secure
------------------

Added
^^^^^
* Support for BigchainDB server 0.7.0

0.0.1a1

Not secure
--------------------

* Planning release on PyPI.

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.