Skip to content

v1.0.0

Compare
Choose a tag to compare
@jeroiraz jeroiraz released this 19 Dec 14:53
· 15 commits to master since this release
7e2912f

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

New Contributors

Full Changelog: 0.10.2...1.0.0