Skip to content

Commit b71e1d6

Browse files
committed
REL: v0.2.2
1 parent 4780b77 commit b71e1d6

File tree

3 files changed

+23
-11
lines changed

3 files changed

+23
-11
lines changed

CHANGELOG.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,27 @@ 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.2 (2025-11-25)
7+
8+
### Changed
9+
10+
- Deletion of nodes or metadata revisions now requires deletion scopes.
11+
12+
### Fixed
13+
14+
- In-memory SQLite databases are connection pooled / cached.
15+
- Addressed backward-incompatible changes in dependencies `fastapi` and `minio`.
16+
rather than writing scopes.
17+
- Pinned down pydantic-settings until breaking changes can be addressed.
18+
- Writing I/O calls in the Zarr adapter were blocking the server event loop;
19+
they are now properly on a thread.
20+
21+
## Fixed
22+
23+
- Fixed a couple of bugs in the example config, to restore it to working order
24+
25+
26+
## v0.2.1 (2025-11-12)
727

828
### Added
929

@@ -18,14 +38,6 @@ Write the date in place of the "Unreleased" in the case a new version is release
1838
manage the deployment and associated certificates.) **The demo remains
1939
world-public, with no login required.** This change affects some
2040
documentation and one test.
21-
- Deletion of nodes or metadata revisions now requires deletion scopes,
22-
rather than writing scopes.
23-
- In-memory SQLite databases are connection pooled / cached.
24-
25-
## Fixed
26-
27-
- Fixed a couple of bugs in the example config, to restore it to working order
28-
2941

3042
## v0.2.0 (2025-10-29)
3143

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.0
4+
image: ghcr.io/bluesky/tiled:0.2.1
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.6"
6+
version = "0.2.2"
77

88
[tasks]
99

0 commit comments

Comments
 (0)