Skip to content

Releases: blackbeam/rust_mysql_common

v0.33.0

08 Nov 07:40
Compare
Choose a tag to compare

Breaking changes

  • Add vector type added in MySQL 9.0 by @dbussink in #142
  • Remove HlistFromRow helper trait. by @blackbeam in #150 (fixes #149)
  • time v0.2.x support dropped
  • all bigdecimal.. features are replaced with the bigdecimal feature (see update "Crate features" table)
  • almost all of the previously default features are now non-default (see update "Crate features" table)

Other Changed

New Contributors

Full Changelog: v0.32.4...v0.33.0

derive-0.31.2

08 Nov 07:38
Compare
Choose a tag to compare

What's Changed

  • Replace proc-macro-error crate with proc-macro-error2 by @rs-sac in #148

New Contributors

v0.32.4

09 Jun 19:23
Compare
Choose a tag to compare

What's Changed

  • Read TLV length correctly in optional metadata by @maorsaleh in #139

New Contributors

Full Changelog: v0.32.3...v0.32.4

v0.32.3

17 May 10:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.32.2...v0.32.3

derive-0.31.1

04 Apr 12:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.32.2...derive-v0.31.1

v0.32.2

01 Apr 11:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.32.1...v0.32.2

v0.32.1

18 Mar 15:11
Compare
Choose a tag to compare

What's Changed

  • fix: update MariaDB version regex to make the version hack optional by @Jolg42 in #125
  • Expose a flags() method on RowsEventData to read corresponding event flags by @rjobanp in #126
  • Add flags_raw() methods for rows events by @blackbeam in #127

New Contributors

Full Changelog: v0.32.0...v0.32.1

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