File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,13 @@ Write the date in place of the "Unreleased" in the case a new version is release
33
44# Changelog
55
6- ## Unreleased
6+ ## v0.2.3 (2025-12-17)
77
88### Added
99
1010- Add ExternalPolicyDecisionPoint for authorization and an example with Open Policy Agent
11+ - Subscriptions retry connecting if the websocket connection is interrupted.
12+ - React UI supports server-side sorting.
1113
1214### Changed
1315
@@ -16,11 +18,15 @@ Write the date in place of the "Unreleased" in the case a new version is release
1618
1719### Fixed
1820
21+ - Slicing on a CompositeClient previous always returned the full results.
22+ Now it slices as expected.
1923- Made provision for forks of the repository to publish Helm charts.
2024- Allow clients to register standalone data directories as single nodes
2125 (e.g. Zarr stores) directly rather than discovering them by walking their
2226 parent directory.
2327- Fix regression that broke registering files at a prefix.
28+ - Servers that allow anonymous access (i.e. ` --public ` ) allow streaming
29+ subscribers to connect without authentication.
2430
2531## v0.2.2 (2025-11-25)
2632
Original file line number Diff line number Diff line change 11version : " 3.2"
22services :
33 tiled :
4- image : ghcr.io/bluesky/tiled:0.2.1
4+ image : ghcr.io/bluesky/tiled:0.2.3
55 environment :
66 - TILED_SINGLE_USER_API_KEY=${TILED_SINGLE_USER_API_KEY}
77 ports :
You can’t perform that action at this time.
0 commit comments