v0.30.0
版本发布时间: 2022-06-02 16:21:13
blackbeam/mysql_async最新发布版本:v0.34.2(2024-08-13 16:10:23)
What's New
- #190 simplifies LOCAL INFILE API as suggested by @cc-morning (see #188)
- thanks to @glittershark the driver is now able to use raw bytes as a query (suggested in #194 and implemented in #203, #204)
Fixes
- @oussama reported and @galeaspablo fixed an issue with the Pool ability to properly handle BinlogStream's Conn (see #200, #201)
- #205 fixes a subtle issue in DisconnectPool, that was reported by @heavycharged in #199
Other changes
- ci: Add TiDB tests by @blackbeam in https://github.com/blackbeam/mysql_async/pull/179
- Narrow the scope of unsafe blocks by @peamaeq in https://github.com/blackbeam/mysql_async/pull/193
- fix some typos by @cuishuang in https://github.com/blackbeam/mysql_async/pull/191