Releases: databendlabs/opensrv
Releases · databendlabs/opensrv
OpenSrv v0.7.0
What's Changed
- correctly decode mysql binary timestamp by @MichaelScofield in #60
- chore: fixup ci and docs by @tisonkun in #61
New Contributors
- @MichaelScofield made their first contribution in #60
- @tisonkun made their first contribution in #61
Full Changelog: v0.6.0...v0.7.0
OpenSrv v0.6.0
OpenSrv v0.5.0
What's Changed
Full Changelog: v0.4.1...v0.5.0
OpenSrv v0.4.1
What's Changed
Full Changelog: v0.4.0...v0.4.1
OpenSrv v0.4.0
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
- @sunng87 made their first contribution in #38
- @arthur-zhang made their first contribution in #43
- @RinChanNOWWW made their first contribution in #45
Full Changelog: v0.3.0...v0.4.0
OpenSrv v0.3.0
OpenSrv v0.2.0
OpenSrv v0.1.0
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
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).