Releases: bluesky/tiled
Releases · bluesky/tiled
v0.1.0-b33
What's Changed
- Fix reading out arrays from database storage by @cjboyle in #1010
- Redefine the Catalog Hierarchy using Closure Tables by @genematx in #954
- Remove .coverage file from repo by @tpoliaw in #1062
- refactor: Replace use of dependency_overrides for accessing root_tree by @tpoliaw in #1027
- Added new registries to export tables and arrays as csv files on Windows by @jmaruland in #1060
- Fix methods for node deletion by @genematx in #997
- Support optional params in mimetypes with serializers by @jmaruland in #991
- refactor: Improve zarr version detection. by @danielballan in #1063
- ENH: human-friendly repr for chunks by @genematx in #1064
- Remove unused server_settings from cli serve methods by @tpoliaw in #1068
- Use timedeltas for settings time values by @tpoliaw in #1067
- Update SQLStorage Repr by @gwbischof in #1071
- Remove unused auth_aliases when building app kwargs by @tpoliaw in #1075
- Update custom format test by @ZohebShaikh in #1039
- Remove registry overrides when building app kwargs by @tpoliaw in #1072
- Re-use build_app_from_config when building default app by @tpoliaw in #1073
- Add initial typing to config module by @tpoliaw in #1074
- Add /zarr/v2 and /zarr/v3 Endpoints by @genematx in #774
- locust read load testing by @gwbischof in #1055
- Use
uv
for GHA workflows by @danielballan in #1082 - Tolerate missing access blob by @danielballan in #1083
- Add access_blob column to revisions table. by @danielballan in #1084
- Test on Python 3.13 in CI matrix by @danielballan in #1085
- fix: Correct indentation in service config schema by @tpoliaw in #1087
Full Changelog: v0.1.0-b32...v0.1.0-b33
v0.1.0-b32
v0.1.0-b31
What's Changed
- Separate CLI client/server deps by @padraic-shafer in #1031
- Add missing asserts by @ZohebShaikh in #1041
- fix: Restore 'latest' tag to published containers by @DiamondJoseph in #1052
- Add Roadmap page to docs by @danielballan in #1022
- chore(types): Make principal type hints consistent in router by @tpoliaw in #1048
- chore(types): Type hints for Database objects by @DiamondJoseph in #1049
- Add Connection Pooling for Storage DBs by @genematx in #1046
- fix(devcontainer): Add stage to Docker build for devcontainer by @DiamondJoseph in #1035
- UI/add unit tests by @AditiChikkali in #1056
- FIX: Allow HDF5 Adapter to Combine Scalar Values into Arrays by @genematx in #1040
- fix(types): Remove incorrect root_tree type hints by @tpoliaw in #1028
- ENH: DataSources Index by @genematx in #1042
- Ensure Correct SQL Schema when Adding Data by @genematx in #998
Full Changelog: v0.1.0-b30...v0.1.0-b31
v0.1.0-b30
What's Changed
- updated frontend dependencies by @AditiChikkali in #994
- 💫 Upgrade Zarr to Version 3 by @Kezzsim in #989
- Add arm64 to github container publish by @dylanmcreynolds in #1001
- Fix typos and grammatical errors by @ZohebShaikh in #1006
- Add type hints to server utils by @abbiemery in #1005
- Update Dockerfile node version by @ZohebShaikh in #1007
- Use correct api_key when printing server details by @tpoliaw in #1011
- Refactored get_entry() to not use dependencies by @vshekar in #995
- Use clearer error message when server config is non-file by @tpoliaw in #1016
- fix lack of authentication during API key functions from commandline by @JunAishima in #1017
- Add filters for warnings in tests by @ZohebShaikh in #1013
- Use dedent to allow indented multiline strings by @tpoliaw in #1020
- Fix zarr test by @ZohebShaikh in #1012
- Ensure background tasks are run and cancelled correctly by @tpoliaw in #1018
- Update
pyproject.toml
to work with pixi by @danielballan in #1003
New Contributors
- @AditiChikkali made their first contribution in #994
- @ZohebShaikh made their first contribution in #1006
- @abbiemery made their first contribution in #1005
- @tpoliaw made their first contribution in #1011
- @vshekar made their first contribution in #995
Full Changelog: v0.1.0-b29...v0.1.0-b30
v0.1.0-b29
What's Changed
- FIX: apply user access_tag to tables when unspecified by @genematx in #980
- Control
page_size
more carefully by @danielballan in #982 - add readable_storage to SimpletiledServer by @jessica-moylan in #985
- Ensure CLI tests run server on random high port by @danielballan in #988
- Add tabular SQL storage by @genematx in #987
New Contributors
- @jessica-moylan made their first contribution in #985
Full Changelog: v0.1.0-b28...v0.1.0-b29
v0.1.0-b28
What's Changed
- MNT: Add Codecov reports by @genematx in #977
- add launch.json by @gwbischof in #967
- Moving tag compilation into separate service by @nmaytan in #978
- Allow for special characters in sql column names by @genematx in #974
Full Changelog: v0.1.0-b27...v0.1.0-b28
v0.1.0-b27
v0.1.0-b26
What's Changed
- Opt in to dropping revision on metadata update. by @danielballan in #972
- Mount nodes hotfix by @danielballan in #971
Full Changelog: v0.1.0-b25...v0.1.0-b26
v0.1.0-b25
v0.1.0-b24
What's Changed
- Do commonpath check on
file:
URIs only. by @danielballan in #964 - Metadata roundtrip by @danielballan in #966
- Refactor Storage. by @danielballan in #965
- Add Adapters for Numpy on-disk format (
.npy
) by @danielballan in #968 - Update data_source from the server response by @genematx in #969
Full Changelog: v0.1.0-b23...v0.1.0-b24