Skip to content

Commit

Permalink
REL: v0.1.0-b13
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Jan 9, 2025
1 parent 8b14aa8 commit 4c0bb12
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Write the date in place of the "Unreleased" in the case a new version is release

# Changelog

## Unreleased
## v0.1.0-b13 (2024-01-09)

### Added

Expand All @@ -23,10 +23,22 @@ Write the date in place of the "Unreleased" in the case a new version is release

### Changed

- The argument `prompt_for_reauthentication` is now ignored and warns.
Tiled will never prompt for reauthentication after the client is constructed;
if a session expires or is revoked, it will raise `CannotRefreshAuthentication`.
- The arguments `username` and `password` have been removed from the client
constructor functions. Tiled will always prompt for these interactively.
See the Authentication How-to Guide for more information, including on
how applications built on Tiled can customize this.
- The argument `remember_me` has been added to the client constructor
functions and to `Context.authenticate` and its alias `Context.login`.
This can be used to clear and avoid storing any tokens related to
the session.
- Change access policy API to be async for filters and allowed_scopes
- Pinned zarr to `<3` because Zarr 3 is still working on adding support for
certain features that we rely on from Zarr 2.


## 2024-12-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.2"
services:
tiled:
image: ghcr.io/bluesky/tiled:v0.1.0b12
image: ghcr.io/bluesky/tiled:v0.1.0-b13
environment:
- TILED_SINGLE_USER_API_KEY=${TILED_SINGLE_USER_API_KEY}
ports:
Expand Down

0 comments on commit 4c0bb12

Please sign in to comment.