Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.78 KB

CHANGELOG.md

File metadata and controls

49 lines (37 loc) · 1.78 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.

0.5.1 - 2023-10-19

  • Make Client::get and some functions public #29

0.5.0 - 2023-02-27

  • v0.5.0 can be used with stable rust.
  • Add SSL root certificate support #22
  • Provide a feature flag for running as presto client #19

0.4.0 - 2022-02-07

  • Use Rust 2021

0.3.0 - 2021-05-26

  • Use Trino protocol
  • Add execute to Client
  • Add more session properties
  • Fix deserialization of ClientTypeSignatureParameter

0.2.0 - 2021-01-06

  • Add len, as_slice methods to DataSet<T>
  • Update tokio stack to 1.0
  • Use rustls instead of native-tls

0.1.2 - 2020-10-30

  • Make QueryError::error_location optional

0.1.1 - 2020-10-09

  • Add 'static bound to key and value types of map like types

0.1.0 - 2020-10-01

  • Initial release