@@ -4,10 +4,41 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ## [ 1.9.12] - 2026-01-26
8+
9+ ### API changes list
10+
11+ - Implement when_all coroutine gate.
712
813### Changed
914
10- - Add toString method to all models
15+ - Models: add toString method.
16+
17+ - changing std::strlen to a string comparison consistent with multibyte chars on model generation templates.
18+
19+ - Enhance error handling in CacheFile methods.
20+
21+ - Mysql exception forward errorNo to SqlError.
22+
23+ - Support unsigned integer types in MySQL ORM.
24+
25+ ### Fixed
26+
27+ - Fix errors after database connection interruption.
28+
29+ - Use redisFreeCommand instead of free() function.
30+
31+ - Fix the missing openssl dependency in FindMysql.
32+
33+ - Fix warnings - for range loop no copies, unsigned int always >= 0.
34+
35+ - Fix cross compiling.
36+
37+ - Fix linker errors on mingw64.
38+
39+ - Fix SQL syntax error when UPDATE has no fields to update.
40+
41+ - Fix unused variable warnings.
1142
1243## [ 1.9.11] - 2025-06-20
1344
@@ -1847,7 +1878,9 @@ All notable changes to this project will be documented in this file.
18471878
18481879## [ 1.0.0-beta1] - 2019-06-11
18491880
1850- [ Unreleased ] : https://github.com/an-tao/drogon/compare/v1.9.11...HEAD
1881+ [ Unreleased ] : https://github.com/an-tao/drogon/compare/v1.9.12...HEAD
1882+
1883+ [ 1.9.12 ] : https://github.com/an-tao/drogon/compare/v1.9.11...v1.9.12
18511884
18521885[ 1.9.11 ] : https://github.com/an-tao/drogon/compare/v1.9.10...v1.9.11
18531886
0 commit comments