Skip to content

Releases: databendlabs/opensrv

OpenSrv v0.10.0

12 Nov 07:10
074bd8f

Choose a tag to compare

What's Changed

  • feat(mysql): add init_before_ssl_with_config by @everpcpc in #79

New Contributors

Full Changelog: v0.9.0...v0.10.0

OpenSrv v0.9.0

31 Oct 11:36
ae91dc3

Choose a tag to compare

What's Changed

  • feat(mysql): encode OK packet info when session tracking by @TCeason in #78

Full Changelog: v0.8.0...v0.9.0

OpenSrv v0.8.0

29 Oct 15:16
b39d56d

Choose a tag to compare

What's Changed

  • feat: update rustls to 0.23 by @sunng87 in #65
  • fix: Use After Free in PacketReader by @discord9 in #67
  • chore: make ci happy by @PsiACE in #69
  • chore: bump opensrv-mysql to 0.8.0 by @TCeason in #72
  • fix: write binary as hex strings in mysql text protocol by @CookiePieWw in #70
  • Fix init handshake regression and restore lifetime conversions by @bohutang in #76
  • Return OK_Packet when the handshake is successful and the database name is present by @hozan23 in #73
  • fix(mysql): emit protocol-compliant OK packets by @TCeason in #75

New Contributors

Full Changelog: v0.7.0...v0.8.0

OpenSrv v0.7.0

21 Feb 16:47

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

OpenSrv v0.6.0

12 Dec 16:33

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

OpenSrv v0.5.0

15 Nov 16:58
d1af47a

Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.5.0

OpenSrv v0.4.1

09 Sep 07:48

Choose a tag to compare

What's Changed

  • fix(opensrv-mysql): try to fix memory safety problem by @PsiACE in #50

Full Changelog: v0.4.0...v0.4.1

OpenSrv v0.4.0

11 Apr 03:10
bcfcf8e

Choose a tag to compare

What's Changed

  • feat: packet reader reduce bytes resize times by @b41sh in #37
  • feat: add option to reject connection when dbname absence in login by @sunng87 in #38
  • fix: make clippy happy by @PsiACE in #41
  • feat: make version() return &str to String by @arthur-zhang in #43
  • fix: corrupt tls handshake caused by buffer over read by @sunng87 in #39
  • feat: add marashal/unmarshal support for large size integer types. by @RinChanNOWWW in #45
  • chore: update tokio-rustls to 0.24 by @sunng87 in #46
  • chore: bump to v0.4.0 by @PsiACE in #47

New Contributors

Full Changelog: v0.3.0...v0.4.0

OpenSrv v0.3.0

26 Nov 14:33
17f7726

Choose a tag to compare

v0.3.0 - 2022-11-26

Compare with v0.2.0

Features

  • Add tls support for opensrv-mysql (#34) (3a984ec by SSebo).
  • Bump main deps (#33) (1b3e11d by Chojan Shang).
  • Bump version to 0.2.1 (0f488d0 by sundyli).
  • Remove unused clippy (161b5a9 by sundyli).
  • Add orderfloat (c875ddd by sundyli).

OpenSrv v0.2.0

17 Aug 02:26
a3df8cd

Choose a tag to compare

v0.2.0 - 2022-08-17

Compare with v0.1.0

Code Refactoring

  • Write mysql resultset in a streaming way (#27) (1287c32 by dantengsky).

Features

  • Implement proposal simplify clickhousesession (#26) (a757e28 by Xuanwo).