You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,23 @@
1
1
# Changes
2
2
3
+
## Backward incompatible changes planned in the future.
4
+
5
+
* Error classes in Cursor class will be removed after 2024-06
6
+
*`Connection.set_charset(charset)` will be removed after 2024-06
7
+
*`db` and `passwd` will emit DeprecationWarning in v1.2. See #933.
8
+
9
+
3
10
## v1.1.0
4
11
5
-
Release date: TBD
12
+
Release date: 2023-06-26
6
13
7
14
* Fixed SSCursor raising OperationalError for query timeouts on wrong statement (#1032)
8
15
* Exposed `Cursor.warning_count` to check for warnings without additional query (#1056)
9
16
* Make Cursor iterator (#995)
10
17
* Support '_' in key name in my.cnf (#1114)
11
18
*`Cursor.fetchall()` returns empty list instead of tuple (#1115). Note that `Cursor.fetchmany()` still return empty tuple after reading all rows for compatibility with Django.
0 commit comments