We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df72d4 commit b4da357Copy full SHA for b4da357
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 8.0.1
4
+
5
+### Fixed
6
7
+- Fixed `AiohttpHttpNode` to close TLS connections that aren't properly shutdown by the server instead of leaking them
8
+- Fixed `Urllib3HttpNode` to respect `path_prefix` setting in `NodeConfig`
9
10
## 8.0.0
11
12
### Added
elastic_transport/_version.py
@@ -15,4 +15,4 @@
15
# specific language governing permissions and limitations
16
# under the License.
17
18
-__version__ = "8.0.0"
+__version__ = "8.0.1"
0 commit comments