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.
- Upgrade pyarrow to 18.0.0
- Upgrade sentry-sdk to 2.18.0
- Upgrade starlette to 0.41.2
- Upgrade uvicorn to 0.32.0
0.8.0 - 2024-10-17
- Upgrade anyio to 4.6.2.post1
- Upgrade psycopg to 3.2.3
- Upgrade pyinstrument to 5.0.0
- Upgrade sentry-sdk to 2.17.0
- Upgrade sqlalchemy to 2.0.36
- Upgrade starlette to 0.40.0
- Upgrade uvicorn to 0.31.1
0.7.0 - 2024-09-09
- Upgrade dynaconf to 3.2.6
- Upgrade pyarrow to 17.0.0
- Upgrade pyinstrument to 0.5.7
- Upgrade sentry-sdk to 2.13.0
- Upgrade SQLAlchemy to 2.0.32
- Upgrade starlette to 0.38.5
- Upgrade typer to 0.12.5
- Upgrade uvicorn to 0.30.6
- Recommend using psycopg3 driver for PostgreSQL
0.6.0 - 2024-07-16
- Integrate pyinstrument profiler
- Improve performances using Pandas
0.5.0 - 2024-07-08
- Ignore datasets with a query returning no results instead of raising an error
- [CLI]
run
commandreload
option should not be enabled by default
0.4.1 - 2024-07-04
- [CLI] fix ignored
run
--host
and--port
options
0.4.0 - 2024-07-04
- Integrate Sentry
- Fix documentation typos
0.3.0 - 2024-07-03
- Add project documentation
0.2.0 - 2024-07-01
- Implement
data7
CLI
0.1.0 - 2024-06-26
- Implement CSV output format
- Implement Parquet output format