Skip to content

Commit 1adfa7f

Browse files
committed
REL: v0.1.0-b37
1 parent 1939851 commit 1adfa7f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ Write the date in place of the "Unreleased" in the case a new version is release
44
# Changelog
55

66

7-
## v0.1.0-b37 (Unreleased)
7+
## v0.1.0-b37 (2025-08-28)
88

99
### Added
1010

1111
- The access tags compiler and db schema have been upstreamed into Tiled
1212
- API keys can now be restricted to specific access tags
1313
- New unit tests covering the new access policy and access control features
14+
- Experimental support for streaming array data over a websocket endpoint.
15+
Documentation to follow.
1416

1517
### Changed
1618

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.1.0-b36
4+
image: ghcr.io/bluesky/tiled:0.1.0-b37
55
environment:
66
- TILED_SINGLE_USER_API_KEY=${TILED_SINGLE_USER_API_KEY}
77
ports:

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Dan Allan <[email protected]>"]
33
channels = ["conda-forge"]
44
name = "tiled"
55
platforms = ["linux-64", "osx-arm64", "osx-64", "win-64"]
6-
version = "0.1.0-b36"
6+
version = "0.1.0b37"
77

88
[tasks]
99

0 commit comments

Comments
 (0)