Skip to content

Commit 33f3948

Browse files
authored
release v2.2.8 (#776)
1 parent aeff560 commit 33f3948

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

HISTORY.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
======================
2+
What's new in 2.2.8
3+
======================
4+
5+
Release: 2026-02-10
6+
7+
* Add ``local_infile_dir`` option to restrict LOAD DATA LOCAL INFILE file path. (#755)
8+
* windows wheel: Update mariadb-connector to 3.4.8 (#773)
9+
* Add Python 3.14 and drop Python 3.8, 3.9 support. (#774)
10+
* Experimental support for free threaded Python. Importing ``MySQLdb`` doesn't
11+
enable the GIL anymore. This doesn't mean mysqlclient is thread safe.
12+
You must not use same connection object from multiple threads concurrently. (#775)
13+
14+
115
======================
216
What's new in 2.2.7
317
======================

src/MySQLdb/release.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = "Inada Naoki <songofacandy@gmail.com>"
2-
__version__ = "2.2.7"
3-
version_info = (2, 2, 7, "final", 0)
2+
__version__ = "2.2.8"
3+
version_info = (2, 2, 8, "final", 0)

tests/travis.cnf

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)