Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

54 lines (30 loc) · 1.04 KB

Changelog

0.2.3 (2024-01-15)

Features

  • Adding JWT authentication support [#15]
  • Introducing verify_ssl parameter

Fixed

  • Filtering out schema from FROM clause

0.2.2.1 (2021-05-21)

Fixed

  • Fixed data type inference issue [#6142397]

0.2.2 (2021-05-20)

Features

  • Supporting multi-value fields as SQL arrays

Fixed

  • Fixed an issue when table names have special characters [#7]

0.2.1 (2021-04-07)

Features

  • Using Solr index schema for data type detection

Fixed

  • Added an initial test suite for reflection, type inference and date range syntax translation

0.2.0 (2021-01-09)

Fixed

  • Updated version build tag

0.1.dev0 (2020-12-28)

Features

  • HTTP basic authentication
  • HTTP over TLS
  • Basic data types support
  • SQL statement binding parameters
  • Basic SQL date range predicate translation