Skip to content

Commit 59165a0

Browse files
committed
REL: v0.2.3
1 parent 3d22a5f commit 59165a0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.2"
22
services:
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:

0 commit comments

Comments
 (0)