Skip to content

Commit b4da357

Browse files
committed
Release 8.0.1
1 parent 0df72d4 commit b4da357

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## 8.0.0
411

512
### Added

elastic_transport/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
__version__ = "8.0.0"
18+
__version__ = "8.0.1"

0 commit comments

Comments
 (0)