Skip to content

v1.0.0

Compare
Choose a tag to compare
@ttmc ttmc released this 05 Jul 13:05
· 7 commits to 1.0 since this release

This just reports the changes since the release of 1.0.0rc1. If you want the full picture of all changes since 0.10, then read the 1.0.0rc1 change log as well as the upgrade guide.

Changed

  • The file name of the upgrade guide changed from docs/upgrade-guides/v0.10-->v1.0.md to docs/upgrade-guides/v0.10-v1.0.md.
  • In transaction.inputs[n].fulfills, output was renamed to output_index. Pull Request #1596
  • In transaction.outputs[n].condition.details, 1) signature was removed (from signature conditions) and 2) subfulfillments was renamed to subconditions (in threshold conditions). Pull Request #1589
  • Refined transaction schema validation to check that the transaction.outputs[n].condition.uri corresponds to a condition that BigchainDB Server 1.0.0 actually supports. Pull Request #1597
  • Before, GET requests (to the HTTP API) with header Content-Type: 'application/json' would get a response with the message, "The browser (or proxy) sent a request that this server could not understand." Now, if a GET request includes a Content-Type header, that header gets deleted (i.e. ignored). Pull Request #1630

Fixed

  • If an end user sends a transaction with operation equal to GENESIS, it will be rejected as invalid. Pull Request #1612