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.0 - 2022-12-26
- Add support for importing NDJSON rows
- Add Keep-Alive http agent
- Add
sendEvents
0.4.0 - 2022-06-22
- Generate types on build
- Add support for NDJSON datasources and importing .ndjson files
0.3.0 - 2022-06-21
- Add support for custom installations
- Add
queryPipe
0.2.0 - 2022-06-20
- 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
- Create basic project structure
- Add
init
method - Add
query
method - Validate API tokens
- Validate and sanitize SQL queries