diff --git a/CHANGELOG.md b/CHANGELOG.md index 096530f41..8f3b32a4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,22 +3,24 @@ Write the date in place of the "Unreleased" in the case a new version is release # Changelog -## Unreleased +## v0.1.0a117 ### Added -* Support specifying the format that uploaded data will be stored in. -* Support storing uploaded tabular data in CSV format. -* Added a new HTTP endpoint, `PATCH /api/v1/table/partition/{path}` +- Support for specifying the format that uploaded data will be stored in. +- Support for storing uploaded tabular data in CSV format. +- A new HTTP endpoint, `PATCH /api/v1/table/partition/{path}` supporting appending rows to a tabular dataset. -* Added a new method `DataFrameClient.append_partition`. - -### Removed - -### Changed +- A new method `DataFrameClient.append_partition`. +- Support for registering Groups and Datasets _within_ an HDF5 file +- Tiled version is logged by server at startup. ### Fixed +- Critical regression that broke `tiled serve directory ...` CLI. + ### Other - * Updated the pydantic version in the pyproject.toml. Now the allowed versions are >2.0.0 - <3.0.0 . + - Updated the pydantic version in the pyproject.toml. Now the allowed versions are >2.0.0 - <3.0.0 . + - Changes to prepare for upcoming numpy 2.0 release + - Changes to address deprecations in FastAPI diff --git a/docker-compose.yml b/docker-compose.yml index eecd2086e..20358e85c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.2" services: tiled: - image: ghcr.io/bluesky/tiled:v0.1.0a116 + image: ghcr.io/bluesky/tiled:v0.1.0a117 environment: - TILED_SINGLE_USER_API_KEY=${TILED_SINGLE_USER_API_KEY} ports: