v1.0.0
Release notes
immudb4j was upgraded to work with the latest immudb release 1.4.1
Session-based authentication
Connections to the database server are simplified by session-based authentication.
The SDK automatically maintains sessions and provides support for interactive transactions.
Stream APIs
APIs for streaming data are essential when handling large values or a large number of entries that would otherwise be limited by the transport layer.
SQL support
There is now support for interactive SQL transactions. It is quite straightforward to use the SQL API since it resembles the JDBC API.
What's Changed
- [CICD] Add notarization of source code with cas and vcn by @marcosanchotene in #33
- [CICD] Notarize immudb4j by @marcosanchotene in #34
- Session auth by @jeroiraz in #35
- Stream apis by @jeroiraz in #41
- Sql apis by @jeroiraz in #42
- fix: dual proof verification by @jeroiraz in #47
- javadoc comments by @jeroiraz in #48
- set version to v1.0.0-RC1 by @jeroiraz in #49
- chore: minor history api changes by @jeroiraz in #50
- [CICD] Change reusable workflow call to branch instead of commit id by @marcosanchotene in #53
- release v1.0.0 by @jeroiraz in #54
New Contributors
- @marcosanchotene made their first contribution in #33
Full Changelog: 0.10.2...1.0.0