Releases: databendlabs/opensrv
Releases · databendlabs/opensrv
OpenSrv v0.10.0
OpenSrv v0.9.0
What's Changed
Full Changelog: v0.8.0...v0.9.0
OpenSrv v0.8.0
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
- @discord9 made their first contribution in #67
- @CookiePieWw made their first contribution in #70
- @bohutang made their first contribution in #76
- @hozan23 made their first contribution in #73
Full Changelog: v0.7.0...v0.8.0
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