Skip to content

Releases: databendlabs/opensrv

OpenSrv v0.7.0

21 Feb 16:47
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

OpenSrv v0.4.1

09 Sep 07:48
Compare
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
Compare
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
Compare
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
Compare
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).

OpenSrv v0.1.0

14 Jun 15:45
53b1c39
Compare
Choose a tag to compare

In fact, we have been using opensrv in Databend for some time now. With the arrival of micromarshal, let's release v0.1.0 as a milestone.

v0.1.0 - 2022-06-14

Compare with first commit

Bug Fixes

  • Spawn to fix sync tests (#17) (54638ee by Chojan Shang).
  • Pass federated query (967477f by zhang2014).
  • Add init schema handle on handshake (#11) (e744427 by Jun).
  • Make authenticate async to fix hang issue (#10) (9690be9 by Chojan Shang).

Code Refactoring

  • Make auth_plugin_for_username async (#15) (4e447f8 by Yang Xiufeng).

Features

  • Add a new marshal mod from databend's common-io (#20) (d29655a by Chojan Shang).
  • Datafuse-extras/msql-srv -> opensrv-mysql (#3) (86d1be8 by Chojan Shang).
  • Common/clickhouse-srv -> opensrv-clickhouse (#1) (183b728 by Chojan Shang).