Skip to content

Releases: codenotary/immudb4j

v1.0.1

05 Oct 08:59
032334c
Compare
Choose a tag to compare

Release notes

immudb4j was upgraded to work with the latest immudb release 1.5.0

What's Changed

New Contributors

  • @Lonko made their first contribution in #55

Full Changelog: 1.0.0...v1.0.1

v1.0.0

19 Dec 14:53
7e2912f
Compare
Choose a tag to compare

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

v1.0.0-RC1

01 Dec 19:00
661e2f5
Compare
Choose a tag to compare
v1.0.0-RC1 Pre-release
Pre-release

immudb4j was upgraded to work with the latest immudb release 1.4.1

  • Session-based authentication
  • Stream APIs
  • SQL support

What's Changed

New Contributors

Full Changelog: 0.10.1...1.0.0-RC1

v0.10.1

01 Jun 17:26
fadb374
Compare
Choose a tag to compare

The SDK was upgraded to work with latest immudb release v1.3.0

Key-Value related APIs were reviewed, tons of simplification and leveraging method overloading

SQL related APIs and session handling are still pending

Release 0.9.0.5

02 Mar 17:53
Compare
Choose a tag to compare

Better SDK alignment (with Golang version) in terms of parameter naming, additional operations and tests

immudb4j 0.9.0.4

26 Feb 13:07
Compare
Choose a tag to compare

KV includes also txId, builders have "with" (standard) methods.

immudb4j 0.9.0.3

25 Feb 15:45
Compare
Choose a tag to compare

This release includes serverUUID for proper state mgmt (persistence) on client side.

immudb4j 0.9.0

23 Feb 13:01
Compare
Choose a tag to compare

This release includes the code and design updates, aligned with the new immudb 0.9.1+ release