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