Docker image
Regular image:
- Digest:
ghcr.io/element-hq/matrix-authentication-service@sha256:b611962d5ef3b58c352ce35b0e29a12dc5fe3bd0f1037c55606dd868eede6071
- Tags:
ghcr.io/element-hq/matrix-authentication-service:1.1.0-rc.0 ghcr.io/element-hq/matrix-authentication-service:sha-7f892b2
Debug variant:
- Digest:
ghcr.io/element-hq/matrix-authentication-service@sha256:78e140601f8d1a062b846d7edeb36300467475d3adf918e3313efdf72c3923b6
- Tags:
ghcr.io/element-hq/matrix-authentication-service:1.1.0-rc.0-debug ghcr.io/element-hq/matrix-authentication-service:sha-7f892b2-debug
What's Changed
Documentation
- Include simple script to generate an access token by @sandhose in #4890
- Docs: Run local tests via
cargo-nextest
by @jaywink in #4873
Translations
- Translations updates for main by @matrixbot in #4914
Internal Changes
- Automatic merge back to main by @matrixbot in #4871
- Automatic merge back to main by @matrixbot in #4889
- Enable the
urlencode
filter inminijinja
templates by @jaywink in #4872
Other Changes
- Add missing
branding
config to docs by @jaywink in #4577 - Support suggesting email as
login_hint
by @mcalinghee in #4568
Dependency Updates
- build(deps): bump slab from 0.4.10 to 0.4.11 in the cargo group by @dependabot[bot] in #4893
- build(deps): bump sea-query from 0.32.6 to 0.32.7 in the sea-query group by @dependabot[bot] in #4869
- build(deps): bump the npm_and_yarn group in /frontend with 2 updates by @dependabot[bot] in #4892
- build(deps): bump actions/upload-pages-artifact from 3.0.1 to 4.0.0 by @dependabot[bot] in #4899
- build(deps): bump clap from 4.5.42 to 4.5.45 by @dependabot[bot] in #4894
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #4884
- build(deps): bump camino from 1.1.10 to 1.1.11 by @dependabot[bot] in #4878
- build(deps): bump governor from 0.10.0 to 0.10.1 by @dependabot[bot] in #4874
- build(deps): bump swagger-ui-dist from 5.27.0 to 5.27.1 in /frontend by @dependabot[bot] in #4867
- build(deps-dev): bump typescript from 5.8.3 to 5.9.2 in /frontend by @dependabot[bot] in #4866
- build(deps): bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #4865
- build(deps): bump EmbarkStudios/cargo-deny-action from 2.0.12 to 2.0.13 by @dependabot[bot] in #4897
- Upgrade to Rust 1.89.0 by @sandhose in #4900
- build(deps): bump uuid from 1.17.0 to 1.18.0 by @dependabot[bot] in #4905
- build(deps): bump async-trait from 0.1.88 to 0.1.89 by @dependabot[bot] in #4904
- build(deps): bump psl from 2.1.128 to 2.1.133 by @dependabot[bot] in #4903
- build(deps-dev): bump the storybook group in /frontend with 3 updates by @dependabot[bot] in #4906
- build(deps): bump thiserror from 2.0.12 to 2.0.15 by @dependabot[bot] in #4907
- build(deps): bump bitflags from 2.9.1 to 2.9.2 by @dependabot[bot] in #4909
- build(deps): bump reqwest from 0.12.22 to 0.12.23 by @dependabot[bot] in #4910
- build(deps): bump anyhow from 1.0.98 to 1.0.99 by @dependabot[bot] in #4911
- build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot[bot] in #4912
New Contributors
Full Changelog: v1.0.0...v1.1.0-rc.0