v0.2.0
Added
- Support for BigchainDB server 0.9
- Methods for
GET /
andGET /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
- BEFORE: