From phlogistonjohn at asynchrono.us Tue Dec 15 21:08:28 2020 From: phlogistonjohn at asynchrono.us (John Mulligan) Date: Tue, 15 Dec 2020 16:08:28 -0500 Subject: [heketi-devel] Heketi v10.2.0 available for download Message-ID: <12871935.O9o76ZdvQC@edfu> This is a bugfix and client API improvement release. This is the new stable version of Heketi [0]. # Changelog * Fix an issue with the enumeration of pending operations (PR #1815) [1] * Fix a memory leak caused by use of incompatible gorilla context (PR #1799) * Fix a case when gluster command returns without a proper error code (PR #1795) * Fix an issue in heketi-cli when the server does not set content-length (PR #1789) * Allow consumers of the heketi client API (golang only) to customize how the http client is configured (PR #1771) [0] - https://github.com/heketi/heketi/releases/tag/v10.2.0 [1] - In some cases related to this issue stale pending operations may not be automatically cleaned, due to a identification of the operation type. If you think you have encountered this condition, please file an issue. The original issue was introduced in Heketi version v10.0.0. -- John M. on behalf of the Heketi team