Skip to content

Releases: blackbeam/rust_mysql_common

v0.32.0

17 Jan 11:25
Compare
Choose a tag to compare

What's Changed

  • breaking Add SERVER_STATUS_ANSI_QUOTES flag by @blackbeam in #117
  • brekaing Make SQLSTATE optional in ServerError by @Will-Low in #114
  • Honor max_packet_size field in HandshakeResponse packet by @Will-Low in #121
  • add impl From<Box<[u8]>> for Value by @3tieto in #112
  • Update zstd by @westy92 in #115
  • Add Value conversions for Box, Arc and Rc of str and [u8] by @blackbeam in #116
  • Add packets for caching_sha2_password public key retrieval by @Will-Low in #119

New Contributors

Full Changelog: v0.31.0...v0.32.0

derive-0.31.0

17 Jan 11:26
Compare
Choose a tag to compare

What's Changed

  • Update proc-macro-crate by @westy92 in #122
  • Add with field attribute for the FromRow derive macro by @blackbeam in #118
  • derive: Implement From<Newtype> for Value when serialize_with is given by @blackbeam in #123

New Contributors

Full Changelog: v0.31.0...derive-0.31.0

v0.31.0

16 Oct 11:59
112dba5
Compare
Choose a tag to compare

Breaking changes

  • The bigdecimal feature is now for bigdecimal v0.4 (to migrate use new bigdecimal03 feature)
  • Binlog Transaction Compression feature (see #104) adds new variants to public enums.
  • Binlog-related structures are now hidden behind the new binlog feature (enabled by default)
  • New ParsedNamedParams structure replaces the old parse_named_params function. Use ParsedNamedParams::parse instead.

Changelog:

What's Changed

New Contributors

Full Changelog: v0.30.6...v0.31.0

v0.30.6

19 Jun 10:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.30.5...v0.30.6

v0.30.5

19 Jun 10:39
Compare
Choose a tag to compare

What's Changed

  • Properly handle ? in comments when parsing named parameters (reported by @westy92 in #92)

Full Changelog: v0.30.4...v0.30.5

derive-0.30.2

12 May 14:15
Compare
Choose a tag to compare
  • fix Into<Value> for FromValue derive macro on is_string enums
  • negative discriminant support for FromValue on enums

v0.30.4

10 May 12:49
f8fdefd
Compare
Choose a tag to compare
  • fix ComChangeUser serialization when CLIENT_CONNECT_ATTRS is set

derive-0.30.1

10 May 12:23
Compare
Choose a tag to compare
  • fix attributes parsing.
  • fix behavior for is_integer|is_string (see #88)

v0.30.3

17 Apr 17:35
Compare
Choose a tag to compare

Hotfix

New Contributors

Full Changelog: v0.30.2...v0.30.3

v0.30.2

14 Apr 20:48
Compare
Choose a tag to compare

Fixes

  • Implement FromValue for chrono NaiveTime by @scsmithr in #85

New Contributors

Full Changelog: v0.30.1...v0.30.2