Skip to content

Commit a005081

Browse files
authored
Merge pull request #226 from choroba/changes
Bump version and add Changes for 1.24
2 parents fe9420a + f42fd28 commit a005081

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

Changes

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
1.24 2025-05-04
2+
- Add a test for large BLOB with parameter
3+
- Fix Dave Labley's broken e-mail address
4+
- Stop parsing a column named "limits" as the LIMIT keyword
5+
(https://github.com/perl5-dbi/DBD-MariaDB/issues/208)
6+
- Various test fixes (e.g. no dead loop in t/87async.t, remembering the
7+
value of --testauthplugin for repeated Makefile.PL runs, support for the
8+
Embedded server, explicit disconnect after testing the connection)
9+
- Better handling of the Embedded server (e.g. fix mariadb_hostinfo and
10+
SQL_SERVER_NAME, no support for async queries and
11+
mariadb_max_allowed_packets, extended documentation of
12+
mariadb_embedded_options)
13+
- Add new Makefile.PL option --requireembsup (and a corresponding env variable
14+
DBD_MARIADB_REQUIREEMBSUP) to ensure the client library's support for the
15+
Embedded server
16+
- More support and fixes for new MySQL 8 features (mariadb_auto_reconnect for
17+
8.0.24+, SSL options for MySQL 8.3.0+, bind params for 8.3.0+)
18+
- Documentation of empty versus undefined password
19+
- Stop calling mariadb_db_reconnect when changing $dbh attributes unless it's
20+
really needed
21+
- On MSWin32, non-socket connections do not use WINAPI HANDLE
22+
- Fix type (MEDIMUMBLOB -> MEDIUMBLOB)
23+
- Handle new SSL error messages in tests
24+
(https://github.com/perl5-dbi/DBD-MariaDB/issues/209)
25+
126
1.23 2023-09-10
227
- Add a missing break
328
(https://github.com/perl5-dbi/DBD-MariaDB/issues/163)

lib/DBD/MariaDB.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use DBI;
1010
use DynaLoader();
1111
our @ISA = qw(DynaLoader);
1212

13-
our $VERSION = '1.23';
13+
our $VERSION = '1.24';
1414

1515
bootstrap DBD::MariaDB $VERSION;
1616

0 commit comments

Comments
 (0)