Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Current (in progress)

## 0.2.0 (2024-11-18)

- Add endpoint to stream a CSV response [#5](https://github.com/etalab/api-tabular/pull/5)
- Make URL in links absolute [#7](https://github.com/etalab/api-tabular/pull/7)
- Add health route [#16](https://github.com/etalab/api-tabular/pull/16)
Expand All @@ -10,3 +14,5 @@
- Update CI to build in Python 3.11 instead of Python 3.9, update deprecated CI [#29](https://github.com/datagouv/api-tabular/pull/29)
- Better handling of columns with special characters [#30](https://github.com/etalab/api-tabular/pull/30)
- Update deprecated Sentry methods [#28](https://github.com/datagouv/api-tabular/pull/28)

## 0.1.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "udata-hydra-csvapi"
version = "0.1.0.dev"
version = "0.2.0.dev"
description = "API for CSV converted by udata-hydra"
authors = ["data.gouv.fr <opendatateam@data.gouv.fr>"]
license = "MIT"
Expand Down