All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v0.7.0 - 2024-02-21
- correctly decode mysql binary timestamp (#60) (b47d5c7 by LFC).
v0.6.0 - 2023-12-12
- update rustls libraries (#57) (dab388e by Ning Sun).
v0.5.0 - 2023-11-15
- release v0.5.0 (#55) (d1af47a by Chojan Shang).
v0.4.1 - 2023-09-09
- try to fix memory safety problem (2f84755 by Chojan Shang).
v0.4.0 - 2023-04-11
- add marashal/unmarshal support for large size integer types. (#45) (a97d750 by RinChanNOW).
- make version() return &str to String (a6d29b1 by arthur-zhang).
- add option to reject connection when dbname absence in login (#38) (b44c9d1 by Ning Sun).
- packet reader reduce bytes resize times (32af58d by baishen).
- corrupt tls handshake caused by buffer over read (#39) (4f6400c by Ning Sun).
- make clippy happy (#41) (564e62e by Chojan Shang).
v0.3.0 - 2022-11-26
- 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).
v0.2.0 - 2022-08-17
- Implement proposal Simplify ClickHouseSession (#26) (a757e28 by Xuanwo).
- write mysql resultset in a streaming way (#27) (1287c32 by dantengsky).
v0.1.0 - 2022-06-14
- 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).
- 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).
- make auth_plugin_for_username async (#15) (4e447f8 by Yang Xiufeng).