File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,15 +17,17 @@ This is essentially a placeholder for the next release note ...
1717 perform file writes. See PR #42 .
1818 * For its usage, refer to the User Guide in doc/usage.md.
1919 * See PR #33 .
20+ + Support VOL connector interface version 3.
21+ * HDF5 1.13.3 requires a version 3 connector.
22+ * Log VOL will expose the version 3 interface when the HDF5 version
23+ is 1.13.3 and above.
2024
2125* New optimization
2226 + Master file opened by rank 0 only when subfiling is enabled. This
2327 significantly improves the file close time. See commit 99f813a.
2428
2529* New Limitations
2630 + Log VOL currently does not support multiple opens of the same file.
27- + Log VOL currently does not support HDF5 1.13.3 due to an attribute error.
28- See [ HDF5 issue 2220] ( https://github.com/HDFGroup/hdf5/issues/2220 ) .
2931
3032* Update configure options
3133 + none
@@ -100,6 +102,9 @@ This is essentially a placeholder for the next release note ...
100102 + Support checking multiple file opens to the same file. An error will return
101103 instead of corrupting the file. See PR #28.
102104 + Error messages are printed only in debug mode. See PR #39.
105+ + Move Log VOL data object creation to post open stage.
106+ + HDF5 1.13.3 and above does not allow creating data objects in the file_create
107+ callback.
103108
104109* Bug fixes
105110 + Fix a bug for allowing to run ncdump when the two VOL environment variables
You can’t perform that action at this time.
0 commit comments