1nbdkit-release-notes-1.34(1)        NBDKIT        nbdkit-release-notes-1.34(1)
2
3
4

NAME

6       nbdkit-release-notes-1.34 - release notes for nbdkit 1.34
7

DESCRIPTION

9       These are the release notes for nbdkit stable release 1.34.  This
10       describes the major changes since 1.32.
11
12       nbdkit 1.34.0 was released on 14 April 2023.
13
14   Security
15       Various sanity checks were added to nbdkit-luks-filter(1) so it can
16       handle untrusted disk images.
17
18       TLS support was hardened against a Man-in-the-Middle attacker injecting
19       unknown NBD options before STARTTLS (Eric Blake).
20
21       Fix rare assertion failure (denial of service) which can be triggered
22       by clients hanging up early (Eric Blake).
23
24       All past security issues and information about how to report new ones
25       can be found in nbdkit-security(1).
26
27   Plugins
28       New nbdkit-blkio-plugin(1) allows you to easily consume and automate
29       the libblkio high performance storage library.  This allows you to
30       (amongst other things) access local vhost-user and VFIO devices (thanks
31       Alberto Faria and Stefan Hajnoczi).
32
33       nbdkit-file-plugin(1) has new "fd" and "dirfd" parameters allowing a
34       file or directory to be passed from a parent process through a file
35       descriptor.
36
37       Several enhancements were made to nbdkit-curl-plugin(1), concentrating
38       on improved performance and functionality:
39
40       •   Multi-conn is now enabled for read-only connections (thanks Eric
41           Blake).
42
43       •   Instead of using one libcurl handle per NBD client, we now use a
44           common pool of handles, which improves performance.
45
46       •   Fix the "tls13-ciphers" parameter (Michal Orzel).
47
48       •   We now use the new CURLOPT_PROTOCOLS_STR(3) feature of libcurl (if
49           available) instead of hard-coding the list of protocols into the
50           plugin.
51
52       •   Support was added for forcing "ssl-version", http-version
53
54       nbdkit-vddk-plugin(1) now supports VDDK 8 (thanks Ming Xie, Alice
55       Frosi).
56
57       nbdkit-torrent-plugin(1) was ported to macOS (Eric Blake).
58
59   Filters
60       nbdkit-blocksize-policy-filter(1) has a new
61       "blocksize-write-disconnect" to force a disconnection if a client
62       attempts a write larger than a certain threshold (Eric Blake).
63
64       nbdkit-retry-filter(1) can now retry plugin open (Eric Blake).
65
66   Language bindings
67       nbdkit-python-plugin(3) now rejects extra parameters to "export_name"
68       and "shutdown" functions (Eric Blake).
69
70       Tracebacks from Python plugins should now include the full method name
71       (Eric Blake).
72
73       nbdkit-sh-plugin(3) status codes have changed in this release, although
74       in a way that will normally be backwards compatible with older plugins.
75       Two new status codes are reserved for shutdown server and disconnect
76       client.  Check the manual page for details.  (Eric Blake)
77
78   Server
79       "nbdkit --dump-config" now reports "exit_with_parent=yes|no" so you can
80       tell if the optional exit with parent functionality is enabled on the
81       platform.
82
83       Debug messages from filters and plugins are now picked out in bold,
84       making them easier to read amongst other nbdkit debug messages.
85
86   API
87       New "nbdkit_disconnect" API which allows a plugin or filter to drop the
88       connection to the current client (Eric Blake).
89
90   Bug fixes
91       Fix a deadlock in nbdkit-exitwhen-filter(1) (Piotr Dobrowolski).
92
93       Fix the error message in nbdkit-ssh-plugin(1) when the known_hosts file
94       is not readable (thanks Jonathon Jongsma).
95
96   Documentation
97       The --help output of plugins is now consistent with the manual pages,
98       and extra tests were added to ensure it stays this way.
99
100   Tests
101       Multiple CI improvements, particularly for Alpine Linux and macOS (Eric
102       Blake).
103
104   Build
105       Most "./configure"-time features can now be both enabled and disabled
106       using --with-feature and --without-feature (Arsen Arsenović).
107
108       Multiple VPATH build problems fixed (Eric Blake).
109
110   Internals
111       Use Subject Alternative Name instead of commonName in test certificates
112       and suggest its use in documentation (thanks Daniel Berrangé).
113
114       Source files reformatted to use ≤ 80 columns (Laszlo Ersek).
115

SEE ALSO

117       nbdkit(1).
118

AUTHORS

120       Authors of nbdkit 1.34:
121
122       Alan Somers
123       Arsen Arsenović
124       Daniel P. Berrangé
125       Eric Blake
126       Laszlo Ersek
127       Michal Orzel
128       Nikolaus Rath
129       Nir Soffer
130       Piotr Dobrowolski
131       Richard W.M. Jones
132       Thomas Weißschuh
133
135       Copyright Red Hat
136

LICENSE

138       Redistribution and use in source and binary forms, with or without
139       modification, are permitted provided that the following conditions are
140       met:
141
142       •   Redistributions of source code must retain the above copyright
143           notice, this list of conditions and the following disclaimer.
144
145       •   Redistributions in binary form must reproduce the above copyright
146           notice, this list of conditions and the following disclaimer in the
147           documentation and/or other materials provided with the
148           distribution.
149
150       •   Neither the name of Red Hat nor the names of its contributors may
151           be used to endorse or promote products derived from this software
152           without specific prior written permission.
153
154       THIS SOFTWARE IS PROVIDED BY RED HAT AND CONTRIBUTORS ''AS IS'' AND ANY
155       EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
156       IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
157       PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RED HAT OR CONTRIBUTORS BE
158       LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
159       CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
160       SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
161       BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
162       WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
163       OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
164       ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
165
166
167
168nbdkit-1.36.2                     2023-11-26      nbdkit-release-notes-1.34(1)
Impressum