This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Szymon Romik
committed
Jun 30, 2020
1 parent
392c5bc
commit bada69f
Showing
1 changed file
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
Tue Jun 30 2020 Szymon Romik <[email protected]> | ||
|
||
* Version 1.0 | ||
|
||
This is the first pmemkv-java release which is fully compatible with | ||
pmmekv 1.0 and guarantees backward compatibility. | ||
|
||
Major changes: | ||
- API redesign (support for an arbitrary type with converter to ByteBuffer) | ||
- config API redesign with builder pattern | ||
- extended exception list | ||
- extended documentation | ||
- build system refactor to start using mvn only | ||
- project merge with pmemkv-jni | ||
|
||
Fri Oct 04 2019 Szymon Romik <[email protected]> | ||
|
||
* Version 0.9 | ||
|
@@ -10,5 +25,5 @@ Fri Jun 28 2019 Szymon Romik <[email protected]> | |
|
||
This is the first official release of pmemkv-java project. | ||
|
||
It provides Java bindings to libpmemkv 0.8 with simplified API and not | ||
functionally equal to its native C/C++ counterpart. | ||
It provides Java bindings to libpmemkv 0.8 with simplified API and not | ||
functionally equal to its native C/C++ counterpart. |