Skip to content

Latest commit

 

History

History
101 lines (58 loc) · 5.8 KB

CHANGELOG.md

File metadata and controls

101 lines (58 loc) · 5.8 KB

Changelog

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

Compare with v0.6.0

Bug Fixes

  • correctly decode mysql binary timestamp (#60) (b47d5c7 by LFC).

v0.6.0 - 2023-12-12

Compare with v0.5.0

Features

  • update rustls libraries (#57) (dab388e by Ning Sun).

v0.5.0 - 2023-11-15

Compare with v0.4.1

Features

  • release v0.5.0 (#55) (d1af47a by Chojan Shang).

v0.4.1 - 2023-09-09

Compare with v0.4.0

Bug Fixes

  • try to fix memory safety problem (2f84755 by Chojan Shang).

v0.4.0 - 2023-04-11

Compare with v0.3.0

Features

  • 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).

Bug Fixes

  • 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

Compare with v0.2.0

Features

  • 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

Compare with v0.1.0

Features

  • Implement proposal Simplify ClickHouseSession (#26) (a757e28 by Xuanwo).

Code Refactoring

  • write mysql resultset in a streaming way (#27) (1287c32 by dantengsky).

v0.1.0 - 2022-06-14

Compare with first commit

Features

  • 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).

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).

Code Refactoring

  • make auth_plugin_for_username async (#15) (4e447f8 by Yang Xiufeng).