Releases: hiblaphp/mysql
Releases · hiblaphp/mysql
1.0.0-beta.8
- Added new buffer size argument for prepared statement executeStream
Full Changelog: 1.0.0-beta.7...1.0.0-beta.8
1.0.0-beta.7
- Fix connection leaks in streaming completion when not explicitly close
Full Changelog: 1.0.0-beta.5...1.0.0-beta.7
1.0.0-beta.6
- Improve exception semantics for prepared statements
Full Changelog: 1.0.0-beta.4...1.0.0-beta.5
1.0.0-beta.5
- Improve exception semantics for prepared statements
Full Changelog: 1.0.0-beta.4...1.0.0-beta.5
1.0.0-beta.4
- Fix bug on hanging issue where preparing and processing thousands of row simultaneously hangs.
1.0.0-beta.3
What's Changed
- Improve documentation covering hidden features and quirks.
- Rename MysqlConfig property, correct fromUri default, and remove redundant code by @jeffreybulanadi in #6
New Contributors
- @jeffreybulanadi made their first contribution in #6
Full Changelog: 1.0.0-beta.2...1.0.0-beta.3
1.0.0-beta.2
- fix critical edge case on prepared statement leaks on cache eviction where statements are not properly close in mysql client
1.0.0-beta.1
- Initial beta release