forked from pmem/pmemkv-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
29 lines (19 loc) · 853 Bytes
/
ChangeLog
File metadata and controls
29 lines (19 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Tue Jun 30 2020 Szymon Romik <szymon.romik@intel.com>
* 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 <szymon.romik@intel.com>
* Version 0.9
This release adjusts pmemkv-java to work with pmemkv 1.0
Fri Jun 28 2019 Szymon Romik <szymon.romik@intel.com>
* Version 0.8
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.