Docker image
Regular image:
- Digest:
ghcr.io/element-hq/matrix-authentication-service@sha256:6b4c4d1d8b47f8cbaf34455fb4af226c798c9be0b4366c41f2c76c171d07b97e - Tags:
ghcr.io/element-hq/matrix-authentication-service:1.8.0-rc.0 ghcr.io/element-hq/matrix-authentication-service:sha-736d9fe
Debug variant:
- Digest:
ghcr.io/element-hq/matrix-authentication-service@sha256:e60413cd1ccdf95a8d65916d6911d5e1cd31c2fd21c63dd69446558c9207a9a3 - Tags:
ghcr.io/element-hq/matrix-authentication-service:1.8.0-rc.0-debug ghcr.io/element-hq/matrix-authentication-service:sha-736d9fe-debug
What's Changed
New Features
- Allow linking upstream accounts to matching users without confirmation by @sandhose in #5293
- Add more options to deal with localpart conflicts on upstream OAuth 2.0 logins by @sandhose in #5295
- Option to skip confirmation when registering through an upstream OAuth provider by @sandhose in #5296
- Simplify the consent screen by @sandhose in #5310
Documentation
- Fix documentation of
--usage-limitand--unlimitedparameters onissue-user-registration-tokencommand. by @reivilibre in #5285 - Add Shibboleth sample configuration to SSO documentation by @Copilot in #5294
Translations
- Translations updates for main by @matrixbot in #5322
Internal Changes
- Automatic merge back to main by @matrixbot in #5270
- Automatic merge back to main by @matrixbot in #5290
Other Changes
- templates check: Add
--stabiliseflag to make renders reproducible by @reivilibre in #5214 - Add experimental and preliminary policy-driven session limiting when logging in OAuth 2 sessions. by @reivilibre in #5221
- Modify Nginx compatibility-layer location block to forward not just client stuff to matrix-synapse by @marrobHD in #5240
- Unify registrations for local passwords and upstream OAuth registrations by @sandhose in #5281
- Add 'IF NOT EXISTS' to all 'CREATE INDEX CONCURRENTLY' statements to avoid deadlocks by @benbz in #5297
- Revert "Add 'IF NOT EXISTS' to all 'CREATE INDEX CONCURRENTLY' statements to avoid deadlocks (#5297)" by @reivilibre in #5299
- Add experimental and preliminary policy-driven session limiting when logging in compatibility sessions. by @reivilibre in #5287
- Fix mockLocale for vitest 4.x spyOn breaking change by @Copilot in #5303
- Explain the purpose of signing keys in the config documentation. by @reivilibre in #5286
Dependency Updates
- build(deps-dev): bump vite from 7.2.2 to 7.2.4 in /frontend in the vite group by @dependabot[bot] in #5272
- build(deps): bump the i18next group in /frontend with 2 updates by @dependabot[bot] in #5273
- build(deps-dev): bump the graphql-codegen group in /frontend with 2 updates by @dependabot[bot] in #5278
- build(deps-dev): bump @biomejs/biome from 2.3.2 to 2.3.7 in /frontend by @dependabot[bot] in #5280
- build(deps-dev): bump msw-storybook-addon from 2.0.5 to 2.0.6 in /frontend by @dependabot[bot] in #5279
- build(deps): bump peter-evans/create-pull-request from 7.0.8 to 7.0.9 by @dependabot[bot] in #5283
- build(deps): bump EmbarkStudios/cargo-deny-action from 2.0.13 to 2.0.14 by @dependabot[bot] in #5288
- build(deps): bump valibot from 1.1.0 to 1.2.0 in /frontend by @dependabot[bot] in #5291
- build(deps): bump docker/bake-action from 6.9.0 to 6.10.0 by @dependabot[bot] in #5292
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #5277
- build(deps): bump convert_case from 0.8.0 to 0.9.0 by @dependabot[bot] in #5275
- build(deps-dev): bump the vitest group in /frontend with 2 updates by @dependabot[bot] in #5190
- build(deps-dev): bump the storybook group in /frontend with 3 updates by @dependabot[bot] in #5306
- build(deps): bump the i18next group in /frontend with 2 updates by @dependabot[bot] in #5308
- build(deps): bump softprops/action-gh-release from 2.4.2 to 2.5.0 by @dependabot[bot] in #5305
- build(deps): bump docker/metadata-action from 5.9.0 to 5.10.0 by @dependabot[bot] in #5304
- build(deps): bump the sentry group with 3 updates by @dependabot[bot] in #5309
- build(deps-dev): bump vite from 7.2.4 to 7.2.6 in /frontend in the vite group by @dependabot[bot] in #5307
- build(deps-dev): bump i18next-cli from 1.28.3 to 1.29.3 in /frontend in the i18next group by @dependabot[bot] in #5315
- build(deps-dev): bump the vitest group in /frontend with 2 updates by @dependabot[bot] in #5314
- build(deps): bump the tanstack-query group in /frontend with 2 updates by @dependabot[bot] in #5316
- build(deps-dev): bump @types/react from 19.2.6 to 19.2.7 in /frontend in the types group by @dependabot[bot] in #5317
- build(deps): bump tracing-appender from 0.2.3 to 0.2.4 in the tracing group by @dependabot[bot] in #5318
New Contributors
- @marrobHD made their first contribution in #5240
- @Copilot made their first contribution in #5294
- @benbz made their first contribution in #5297
Full Changelog: v1.7.0...v1.8.0-rc.0