Releases: bigchaindb/bigchaindb-driver
Releases · bigchaindb/bigchaindb-driver
v0.4.0
Added
- Support for BigchainDB server (HTTP API) 1.0.0.
v0.3.1
Bump version: 0.3.0 → 0.3.1
v0.2.2
Added
- Improvements to documentation.
Changed
- Update server dependency to latest stable release 0.10.
Fixed
- Documentation minor typos, and outdated content.
v0.2.1
Changed
- Updated compatibility matrix
- Fix github repo link in setup.py
v0.2.0
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
v0.1.2
Bump version: 0.1.1 → 0.1.2
v0.1.1
Bump version: 0.1.0 → 0.1.1
v0.1.0
Update compatibility matrix (#179)