diff --git a/CHANGELOG.md b/CHANGELOG.md index 61deb8ec1..f445121d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index d5d5e41f0..0387db480 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: