Skip to content

Latest commit

 

History

History
124 lines (82 loc) · 2.77 KB

CHANGELOG.md

File metadata and controls

124 lines (82 loc) · 2.77 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.

Changed

  • Upgrade dynaconf to 3.2.7
  • Upgrade psycopg to 3.2.4
  • Upgrade pyarrow to 19.0.0
  • Upgrade sentry-sdk to 2.21.0
  • Upgrade sqlalchemy to 2.0.38
  • Upgrade starlette to 0.45.3
  • Upgrade uvicorn to 0.34.0

0.9.0 - 2025-01-07

Changed

  • Upgrade matplotlib to 3.10.0
  • Upgrade pyarrow to 18.2.0
  • Upgrade sentry-sdk to 2.18.0
  • Upgrade starlette to 0.41.2
  • Upgrade typer to 0.15.1
  • Upgrade uvicorn to 0.32.1
  • Improve Sentry configuration (toggle tracing and configure profiling)

0.8.0 - 2024-10-17

Changed

  • 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

Changed

  • 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

Added

  • Integrate pyinstrument profiler

Changed

  • Improve performances using Pandas

0.5.0 - 2024-07-08

Changed

  • Ignore datasets with a query returning no results instead of raising an error

Fixed

  • [CLI] run command reload option should not be enabled by default

0.4.1 - 2024-07-04

Fixed

  • [CLI] fix ignored run --host and --port options

0.4.0 - 2024-07-04

Added

  • Integrate Sentry

Fixed

  • Fix documentation typos

0.3.0 - 2024-07-03

Added

  • Add project documentation

0.2.0 - 2024-07-01

Added

  • Implement data7 CLI

0.1.0 - 2024-06-26

Added

  • Implement CSV output format
  • Implement Parquet output format