Skip to content

Releases: bluesky/tiled

v0.1.0a120

25 Apr 20:10
Compare
Choose a tag to compare
v0.1.0a120 Pre-release
Pre-release

v0.1.0a120 (25 April 2024)

Fixed

  • The content-encoding blosc was recently upgraded from Blosc to Blosc2.
    The content-encoding has been renamed to blosc2 to avoid version
    confusion between different versions of Tiled servers and clients.

v0.1.0a119

24 Apr 20:54
Compare
Choose a tag to compare
v0.1.0a119 Pre-release
Pre-release

Fixed

  • Metric-reporting had an error when compress timing was recorded but
    content-encoding header was unset.

v0.1.0a118

23 Apr 16:26
Compare
Choose a tag to compare
v0.1.0a118 Pre-release
Pre-release

Added

  • Python 3.12 support
  • Added tiled.adapters.resource_cache for caching file handles between
    requests.

Removed

  • Removed object cache from the codebase. If object_cache is included in
    the server configuration file, a warning is raised that this configuration
    has no effected.

Fixed

  • The configuration setting tiled_admins did not work in practice. If a user
    in the list was already an admin (such as, after a server restart) an error
    was raised on startup.
  • The table creation statements for PostgreSQL were not committed. (This may
    have been a regression due to a change in SQLAlchemy defaults.)
  • Tolerate HTTP responses that are missing a x-tiled-request-id header, such
    as when a proxy server responds with an error.
  • Use httpx status code sentinels (instead of starlette ones) for typing
    client-side status codes.

Changed

  • Removed upper bound version pin on dask.
  • Switched from blosc to blosc2.
  • Made client objects dask-serializable
  • Added support for registering multiple Assets with a DataSource in an update

Other

  • Usage of deprecated Pydantic 2.x APIs was updated.
  • Specify a fallback-version, 0.0.0, to be used when the version-detection
    code cannot run.

v0.1.0a117

28 Mar 20:00
Compare
Choose a tag to compare
v0.1.0a117 Pre-release
Pre-release

Added

  • 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.
  • 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 .
  • Changes to prepare for upcoming numpy 2.0 release
  • Changes to address deprecations in FastAPI

v0.1.0a116

29 Feb 12:06
d3ec126
Compare
Choose a tag to compare
v0.1.0a116 Pre-release
Pre-release
v0.1.0a116

v0.1.0a115

28 Feb 18:09
2e160b5
Compare
Choose a tag to compare
v0.1.0a115 Pre-release
Pre-release
v0.1.0a115

v0.1.0a114

05 Feb 22:32
23b18f2
Compare
Choose a tag to compare
v0.1.0a114 Pre-release
Pre-release
  • Added support for FulLText search queries against PostgreSQL-backed Catalog
  • Normalize structure into its own table
  • Fix missing required client dependency (orjson)
  • Fix human-readable bytesize in log messages, which was off by 10^3.

v0.1.0a113

20 Jan 03:29
Compare
Choose a tag to compare
v0.1.0a113 Pre-release
Pre-release

v0.1.0a113

v0.1.0a112

02 Jan 21:29
Compare
Choose a tag to compare
v0.1.0a112 Pre-release
Pre-release
v0.1.0a112

v0.1.0a110

13 Dec 12:04
Compare
Choose a tag to compare
v0.1.0a110 Pre-release
Pre-release
v0.1.0a110