summaryrefslogtreecommitdiff
path: root/releasenotes/notes/2_19_1_release-5072dd72557f5708.yaml
blob: 0e1a6d259ca1fdeb04900779e6a89e6261d42772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
fixes:
  - >
    Prevent PyKMIP's kmip_protocol logger from logging at DEBUG.
    Previously, some versions of PyKMIP would include all wire
    data when the root logger was configured to log at DEBUG; this
    could expose key material in logs. Only the kmip_keymaster was
    affected.

  - >
    Fixed an issue where a failed drive could prevent the container sharder
    from making progress.

  - >
    Fixed a bug in how Swift uses eventlet that was exposed under high
    concurrency.