Docker image
Regular image:
- Digest:
ghcr.io/element-hq/matrix-authentication-service@sha256:6c4ecc128668ae3cbf9cb319ee45ad45c0f01a96adca4841d10e662dd4a7fdc1
- Tags:
ghcr.io/element-hq/matrix-authentication-service:1.5.0 ghcr.io/element-hq/matrix-authentication-service:1.5 ghcr.io/element-hq/matrix-authentication-service:1 ghcr.io/element-hq/matrix-authentication-service:sha-dc3fdd6 ghcr.io/element-hq/matrix-authentication-service:latest
Debug variant:
- Digest:
ghcr.io/element-hq/matrix-authentication-service@sha256:8809ab9c22c5cfed682fbf5de79190cf15e2ee8607d3f83d69859c01744aba97
- Tags:
ghcr.io/element-hq/matrix-authentication-service:1.5.0-debug ghcr.io/element-hq/matrix-authentication-service:1.5-debug ghcr.io/element-hq/matrix-authentication-service:1-debug ghcr.io/element-hq/matrix-authentication-service:sha-dc3fdd6-debug ghcr.io/element-hq/matrix-authentication-service:latest-debug
What's Changed
Bug Fixes
- Fix UNIQUE constraint on active personal access tokens per session by @reivilibre in #5196
New Features
- Add storage for Personal Access Tokens by @reivilibre in #5106
- Accept personal access tokens on the Admin API by @reivilibre in #5183
- When adding or revoking personal sessions, schedule device synchronisation by @reivilibre in #5182
- Revoke personal sessions when users are deactivated by @reivilibre in #5181
Changes to the admin API
- Personal Sessions: add create, list, get, revoke, regenerate Admin APIs by @reivilibre in #5141
Documentation
Translations
- Translations updates for main by @matrixbot in #5185
- Translations updates for v1.5 by @matrixbot in #5209
Internal Changes
- Automatic merge back to main by @matrixbot in #5119
- Automatic merge back to main by @matrixbot in #5130
- Automatic merge back to main by @matrixbot in #5149
- Automatic merge back to main by @matrixbot in #5156
- Highlight dangerous scopes when consenting to them by @sandhose in #5180
Dependency Updates
- build(deps): bump swagger-ui-dist from 5.29.1 to 5.29.3 in /frontend by @dependabot[bot] in #5122
- build(deps-dev): bump tailwindcss from 3.4.17 to 3.4.18 in /frontend by @dependabot[bot] in #5123
- build(deps-dev): bump knip from 5.64.1 to 5.64.2 in /frontend by @dependabot[bot] in #5121
- build(deps-dev): bump typescript from 5.9.2 to 5.9.3 in /frontend by @dependabot[bot] in #5120
- build(deps): bump psl from 2.1.147 to 2.1.148 by @dependabot[bot] in #5127
- build(deps): bump lettre from 0.11.18 to 0.11.19 by @dependabot[bot] in #5126
- build(deps): bump softprops/action-gh-release from 2.4.0 to 2.4.1 by @dependabot[bot] in #5137
- build(deps): bump socket2 from 0.6.0 to 0.6.1 by @dependabot[bot] in #5140
- build(deps): bump actions/setup-node from 5.0.0 to 6.0.0 by @dependabot[bot] in #5142
- build(deps-dev): bump the types group across 1 directory with 2 updates by @dependabot[bot] in #5144
- build(deps): bump tokio from 1.47.1 to 1.48.0 by @dependabot[bot] in #5145
- build(deps): bump regex from 1.11.3 to 1.12.2 by @dependabot[bot] in #5146
- build(deps-dev): bump happy-dom from 19.0.2 to 20.0.4 in /frontend by @dependabot[bot] in #5159
- build(deps): bump sigstore/cosign-installer from 3.10.0 to 4.0.0 by @dependabot[bot] in #5158
- build(deps): bump the i18next group across 1 directory with 2 updates by @dependabot[bot] in #5143
- build(deps-dev): bump vite from 7.1.9 to 7.1.11 in /frontend in the vite group by @dependabot[bot] in #5167
- build(deps): bump the sentry group with 3 updates by @dependabot[bot] in #5166
- build(deps): bump @tanstack/react-query from 5.90.2 to 5.90.5 in /frontend in the tanstack-query group by @dependabot[bot] in #5165
- build(deps): bump ruma-common from 0.15.4 to 0.16.0 by @dependabot[bot] in #5169
- build(deps-dev): bump msw from 2.11.3 to 2.11.6 in /frontend by @dependabot[bot] in #5164
- build(deps): bump swagger-ui-dist from 5.29.3 to 5.29.5 in /frontend by @dependabot[bot] in #5160
- Support personal access tokens for introspection by @reivilibre in #5171
- build(deps): bump clap from 4.5.48 to 4.5.50 by @dependabot[bot] in #5177
- build(deps-dev): bump the storybook group in /frontend with 3 updates by @dependabot[bot] in #5172
- build(deps): bump react-i18next from 16.1.0 to 16.1.3 in /frontend in the i18next group by @dependabot[bot] in #5173
- build(deps): bump reqwest from 0.12.23 to 0.12.24 by @dependabot[bot] in #5178
- build(deps-dev): bump @types/node from 24.8.1 to 24.9.1 in /frontend in the types group by @dependabot[bot] in #5176
- build(deps-dev): bump @graphql-codegen/cli from 6.0.0 to 6.0.1 in /frontend in the graphql-codegen group by @dependabot[bot] in #5175
New Contributors
Full Changelog: v1.4.1...v1.5.0