Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions exonum-java-binding/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.8.0] - 2019-09-09

### Overview

This release brings mainly internal fixes and improvements. It is based on Exonum 0.12.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for late review, this was merged before I had a chance to look at it - but shouldn't we mention MerkleDb support here? Or does it fall under "internal fixes" from user's point of view and mention of Exonum 0.12 is sufficient?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought about it, but it turns out that these changes are internal, there is no difference from the user's point of view (yet). We didn't move to MerkleDB, we just moved to Exonum 0.12 which (accidentally) has MerkleDB as one of the components.

So I think we should not mention that.


### Changed
- `Ed25519CryptoFunction` to use the system libsodium by default. If libsodium is not installed,
it will load the bundled library. (#991)
Expand All @@ -25,6 +31,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
`ProofListIndexProxy#getRootHash` and `ProofMapIndexProxy#getRootHash` are replaced with
`CheckedProof#getIndexHash`, `ProofListIndexProxy#getIndexHash` and
`ProofMapIndexProxy#getIndexHash` accordingly.
- Network configuration workflow. `generate-config` subcommand now accepts a single parameter -
output directory instead of separate parameters for private and public node configs. See
[Tutorial](./core/rust/exonum-java/TUTORIAL.md) for updated instructions.

### Added
- `stream` for sets: `KeySetIndex` and `ValueSetIndex`. (#1088)
Expand Down