Skip to content

Releases: blackbeam/rust_mysql_common

v0.28.0

25 Nov 11:14
Compare
Choose a tag to compare

What's new

  • binlog: add support of column visibility metadata introduced in mysql 8.0.23

Fixes

  • #45, #48 (thanks to @bsod90)
  • binlog: fix OptionalMetadataIter
  • binlog: fix signedness flags handling in the BinlogRow deserialization

Other changes

  • update the default set of features (see #44)

v0.27.5

27 Aug 20:03
5ae120f
Compare
Choose a tag to compare

New

  • time v0.3.x support (see time03 feature in the README.md)
  • bigdecimal v0.3.x support (see bigdecimal03 feature in the README.md)

Fixes

v0.27.4

09 Jul 05:41
Compare
Choose a tag to compare

Fixes:

v0.27.3

09 Jul 05:25
Compare
Choose a tag to compare

Fixes:

v0.27.2

27 Jun 14:19
Compare
Choose a tag to compare

New:

  • mysql_old_password authentication plugin support
  • Old auth-switch request support

v0.27.0

10 May 11:17
Compare
Choose a tag to compare

What's new:

  • Binary logging related structures was added
  • FromRow was implemented for frunk::HList (to support tuples of arbitrary arity)

Improvements:

  • Deserialization now zero-copy (mostly)
  • Codec now uses user-provided buffer
  • Serialization now uses user-provided buffer
  • one can now opt-out from bigdecimal, chrono, frunk, rust_decimal, time and uuid support (see #31)

Other:

  • xxhash was removed (see #32)

v0.26.0

05 Jan 14:12
Compare
Choose a tag to compare
  • bytes bumped to 1.0
  • rand bumped to 0.8

v0.24.0

28 Sep 15:21
Compare
Choose a tag to compare

Changes:

v0.23.0

01 Sep 12:39
Compare
Choose a tag to compare
  • failure dependency was removed by @mguillemot;
  • another fix in OkPacket::parse.

v0.22.2

23 Aug 10:49
Compare
Choose a tag to compare