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 b000391 commit 09e8823Copy full SHA for 09e8823
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## 8.10.0
11
12
- 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
@@ -15,4 +15,4 @@
15
# specific language governing permissions and limitations
16
# under the License.
17
18
-__version__ = "8.10.0"
+__version__ = "8.11.0"
0 commit comments