Skip to content

Releases: denodrivers/mysql

v2.12.1

13 Sep 07:04
37569ad
Compare
Choose a tag to compare
  • Fix querying empty string in #163
  • Fix typo in client's connect method docstring by @EwenSellitto in #158

Full Changelog: v2.12.0...v2.12.1

v2.12.0

22 Aug 06:36
62cddec
Compare
Choose a tag to compare

Full Changelog: v2.11.0...v2.12.0

v2.11.0

27 Nov 13:47
aaee923
Compare
Choose a tag to compare
  • Support Authentication Method Mismatch by @shiyuhang0 (#137)
  • Handle EOF_Packet and CLIENT_DEPRECATE_EOF correctly (#139)
  • Enhancement CLIENT_DEPRECATE_EOF by @shiyuhang0 (#140)
  • Add test for Authentication Method Mismatch (#141)
  • Add test and fix caching_sha2_password (#142)
  • Don't block the event loop from finishing (#143)

Full Changelog: v2.10.3...v2.11.0

v2.10.3

27 Oct 16:17
1622fe5
Compare
Choose a tag to compare
  • Migrate RSA to SubtleCrypto (#132)

v2.10.2

24 Dec 01:36
082020b
Compare
Choose a tag to compare
  • Add ExecuteResult export to mod.ts (#123)

v2.10.1

24 Sep 09:52
1b92e5a
Compare
Choose a tag to compare
Updated dep for RegExp fix (#121)

v2.10.0

11 Aug 17:46
Compare
Choose a tag to compare
  • Bump std to 0.104.0

v2.9.0

03 May 18:00
6dcab80
Compare
Choose a tag to compare
  • Changes to support big data actions (#112)

v2.8.0

18 Feb 22:43
Compare
Choose a tag to compare
  • Add MariaDB 10.0 support (#99)
  • Stop casting TINYINT columns to booleans (#102)
  • Auth plugin caching sha2 password (#68)
  • Add configLogger (#107)

v2.7.0

18 Nov 06:42
Compare
Choose a tag to compare
  • Fix empty execute result array for MariaDB version 10.1 (#98)