Skip to content

OpenSrv v0.4.0

Choose a tag to compare

@PsiACE PsiACE released this 11 Apr 03:10
· 55 commits to main since this release
bcfcf8e

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