We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 537001f commit f034099Copy full SHA for f034099
1 file changed
CHANGELOG.md
@@ -1,6 +1,15 @@
1
Changelog
2
=========
3
4
+v2.1.13 (2026-03-30)
5
+-------------------
6
+- Raised minimum supported Python version from 3.6 to 3.7
7
+- Fixed prepared statement cache desync causing KeyError after DDL/ROLLBACK
8
+- Raised lxml upper bound from <6.0.0 to <=6.0.2 to unblock Python 3.14 support
9
+- Bumped beautifulsoup4 minimum version from 4.7.0 to 4.13.5 to fix lxml 6.0 parsing bug with curly braces
10
+- Fixed Python 3.7/3.8 type hint compatibility in Metadata API
11
+
12
13
v2.1.12 (2026-03-04)
14
-------------------
15
- Added support for Identity Enhanced Credentials authentication
0 commit comments