[release-announce] sushy 1.3.4 (queens)
    no-reply at openstack.org 
    no-reply at openstack.org
       
    Thu Oct 24 14:47:48 UTC 2019
    
    
  
We are stoked to announce the release of:
sushy 1.3.4: Sushy is a small Python library to communicate with
Redfish based systems
This release is part of the queens stable release series.
The source is available from:
    https://opendev.org/openstack/sushy
Download the package from:
    https://tarballs.openstack.org/null/
Please report issues through:
    https://storyboard.openstack.org/#!/project/openstack/sushy
For more details, please see below.
1.3.4
^^^^^
Bug Fixes
* Disable HTTP connection pooling by asking HTTP server to close our
  connection right upon use. The rationale is that some BMC observed
  in the wild seem to close persistent connections abruptly upon
  eventual re-use failing completely unrelated operation. So in
  "sushy" we just try not to maintain persistent connections with BMC
  at all.
Changes in sushy 1.3.3..1.3.4
-----------------------------
efadfc7 Disable HTTP connection pooling
f598e29 OpenDev Migration Patch
8f43c6f Replace openstack.org git:// URLs with https://
Diffstat (except docs and test files)
-------------------------------------
.gitreview                                                     |  2 +-
.../run.yaml                                                   | 10 +++++-----
releasenotes/notes/disable-conn-pooling-3456782afe56ac94.yaml  |  8 ++++++++
sushy/connector.py                                             |  7 +++++++
zuul.d/legacy-sushy-jobs.yaml                                  |  4 ++--
5 files changed, 23 insertions(+), 8 deletions(-)
    
    
More information about the Release-announce
mailing list