Skip to content

Commit

Permalink
Release notes for v0.1.0b12 (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan authored Dec 9, 2024
1 parent 035b130 commit 930869e
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,25 @@ Write the date in place of the "Unreleased" in the case a new version is release

# Changelog

## Unreleased

- Fix curl and httpie installation in docker image.
- Fix the construction of urls by passing query parameters as kwargs.
## 2024-12-09

### Added

- Add HTTP endpoint `PATCH /array/full/{path}` to enable updating and
optionally _extending_ an existing array.
- Add associated Python client method `ArrayClient.patch`.
- Hook to authentication prompt to make password login available without TTY.

### Fixed

- Fix curl and httpie installation in docker image.
- Minor fix to api key docs to reflect correct CLI usage.
- Fix the construction of urls by passing query parameters as kwargs,
adapting to a behavior change in httpx v0.28.0.

### Changed

- Switch from appdirs to platformdirs.

## v0.1.0b11 (2024-11-14)

Expand All @@ -23,7 +31,7 @@ Write the date in place of the "Unreleased" in the case a new version is release
multipart/related;type=image/jpeg mimetypes.
- Automatic reshaping of tiff data by the adapter to account for
extra/missing singleton dimension
- Add a check for the `openpyxcl` module when importing excel serializer.
- Add a check for the `openpyxcl` module when importing excel serializer.

### Changed

Expand Down Expand Up @@ -254,7 +262,6 @@ Write the date in place of the "Unreleased" in the case a new version is release
- A new method `DataFrameClient.append_partition`.
- Support for registering Groups and Datasets _within_ an HDF5 file
- Tiled version is logged by server at startup.
- Hook to authentication prompt to make password login available without TTY.

### Fixed

Expand Down

0 comments on commit 930869e

Please sign in to comment.