From 5fbaf6a0960a567fdb377b2aeb82b8838d674f3b Mon Sep 17 00:00:00 2001 From: "Simon A. F. Lund" Date: Sat, 3 Feb 2024 22:52:19 +0100 Subject: [PATCH] CHANGELOG: update for v0.7.4 Signed-off-by: Simon A. F. Lund --- CHANGELOG.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0e79da660..a3a0c2ac1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -18,6 +18,26 @@ Known Issues See the file named ``ISSUES`` in the root of the repository. +v0.7.4 +------ + +A lot of minor fixes, reduction of technical debt, and fixes in preperation for +Debian packaging. See the commits for details. + +* Packaging, see subsection "packaging" in the Contributor section of the docs + +* feat: Delayed identification, upon xnvme_dev_open() then a device was + "identified" and its geometry "derived", this is dropped in favor of "adhoc" / + "implicit" action when the data is requested. + +* feat: The SPDK backend now supports iovec payloads + +* feat: end-to-end data-protection is now available with helpers in the public + API + +* feat: Support for completion-notification via eventfd() by using helper + function xnvme_queue_get_completion_fd() + v0.7.3 ------