Skip to content

Commit 09e8823

Browse files
authored
Release 8.11.0
1 parent b000391 commit 09e8823

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.11.0
4+
5+
- Always set default HTTPS port to 443 (#127)
6+
- Drop support for Python 3.6 (#109)
7+
- Include tests in sdist (#122, contributed by @parona-source)
8+
- Fix `__iter__` return type to Iterator (#129, contributed by @altescy)
9+
310
## 8.10.0
411

512
- Support urllib3 2.x in addition to urllib3 1.26.x ([#121](https://github.com/elastic/elastic-transport-python/pull/121))

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.10.0"
18+
__version__ = "8.11.0"

0 commit comments

Comments
 (0)