Releases: codenotary/immudb4j
v1.0.1
Release notes
immudb4j was upgraded to work with the latest immudb release 1.5.0
What's Changed
- Fix: date timestamp conversion by @Lonko in #55
- Update README.md by @jeroiraz in #57
- chore: bump immudb to 1.5.0 by @jeroiraz in #58
- release v1.0.1 by @jeroiraz in #59
New Contributors
Full Changelog: 1.0.0...v1.0.1
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
v1.0.0-RC1
immudb4j was upgraded to work with the latest immudb release 1.4.1
- Session-based authentication
- Stream APIs
- SQL support
What's Changed
- feat(src/main): add new kv and index-related apis by @jeroiraz in #29
- chore(src/main): bunch of internal enhancements by @jeroiraz in #30
- [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
New Contributors
- @marcosanchotene made their first contribution in #33
Full Changelog: 0.10.1...1.0.0-RC1
v0.10.1
Release 0.9.0.5
Better SDK alignment (with Golang version) in terms of parameter naming, additional operations and tests
immudb4j 0.9.0.4
KV includes also txId, builders have "with" (standard) methods.
immudb4j 0.9.0.3
This release includes serverUUID for proper state mgmt (persistence) on client side.
immudb4j 0.9.0
This release includes the code and design updates, aligned with the new immudb 0.9.1+ release