immudb is a key-value database with built-in cryptographic proof and verification. It can track changes in sensitive data and the integrity of the history will be protected by the clients, without the need to trust the server.<p>Highlights:<p>- immudb gRPC API now support streams<p>- API defaults to the more intuitive wait for indexing to complete, offering optional async behavior<p>- immudb now performs index compaction asynchronously, without blocking insertions.<p>To learn more about immudb, visit <a href="https://github.com/codenotary/immudb" rel="nofollow">https://github.com/codenotary/immudb</a>. To learn interactively and get started with immudb from the command line and programming languages, visit the Playground at <a href="https://play.codenotary.com/" rel="nofollow">https://play.codenotary.com/</a><p><i>edit</i>: formatting