Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

56 lines (43 loc) · 1.5 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.

Unreleased

0.5.0 - 2022-12-26

Added

  • Add support for importing NDJSON rows
  • Add Keep-Alive http agent
  • Add sendEvents

0.4.0 - 2022-06-22

Added

  • Generate types on build
  • Add support for NDJSON datasources and importing .ndjson files

0.3.0 - 2022-06-21

Added

  • Add support for custom installations
  • Add queryPipe

0.2.0 - 2022-06-20

Added

  • Add createDatasource
  • Add getAllDatasources
  • Add getDatasource
  • Add dropDatasource
  • Add alterDatasource
  • Add renameDatasource
  • Add appendRows
  • Add truncateDatasource
  • Add deleteRows
  • Add appendFile

0.1.0 - 2022-06-02

Added

  • Create basic project structure
  • Add init method
  • Add query method
  • Validate API tokens
  • Validate and sanitize SQL queries