Docker image
Regular image:
- Digest:
ghcr.io/element-hq/matrix-authentication-service@sha256:33fc042ec7f7553beaf89f1682b9ab655fde7681ce4743f38f5e40ace193d1ec - Tags:
ghcr.io/element-hq/matrix-authentication-service:1.10.0-rc.0 ghcr.io/element-hq/matrix-authentication-service:sha-a7ca1d4
Debug variant:
- Digest:
ghcr.io/element-hq/matrix-authentication-service@sha256:da1c716a5f85e227258a6a062ab1887e9ecd90ba2e123e34814c0915912e66ee - Tags:
ghcr.io/element-hq/matrix-authentication-service:1.10.0-rc.0-debug ghcr.io/element-hq/matrix-authentication-service:sha-a7ca1d4-debug
What's Changed
Bug Fixes
Documentation
Translations
- Translations updates for main by @matrixbot in #5440
Internal Changes
- Automatic merge back to main by @matrixbot in #5394
- Clean up leftovers in the database schema, part 1 by @sandhose in #5405
- Hard delete expired, revoked and consumed OAuth 2.0 tokens after some time by @sandhose in #5409
- Automatic merge back to main by @matrixbot in #5414
- Remove imported unsupported threepids when deactivating a user by @sandhose in #5406
- Cleanup old OAuth grants by @sandhose in #5424
- Cleanup old email authentications & account recoveries by @sandhose in #5425
- Cleanup old upstream OAuth sessions and unlinked links by @sandhose in #5426
- Cleanup old completed jobs from the database by @sandhose in #5427
Other Changes
- Support for stable MSC3824 (OAuth 2.0 API aware clients) values by @hughns in #5321
- Support for stable MSC4191 account management actions by @hughns in #5312
- Cleanup old user registrations from the database by @sandhose in #5415
- Adjust the retention period for user registrations to 30 days by @sandhose in #5417
- Cleanup finished compat sessions after 30 days by @sandhose in #5419
- Allow hourly cleanup jobs to run for longer by @sandhose in #5422
- Handle deleted and invalid post-auth actions by @sandhose in #5433
- Fix foreign key constraint when cleaning up upstream OAuth 2.0 links by @sandhose in #5432
- Do not cleanup upstream OAuth sessions that may still be useful by @sandhose in #5437
Dependency Updates
- build(deps): bump rsa from 0.9.8 to 0.9.10 by @dependabot[bot] in #5392
- build(deps-dev): bump the vitest group in /frontend with 2 updates by @dependabot[bot] in #5364
- build(deps-dev): bump the storybook group in /frontend with 2 updates by @dependabot[bot] in #5388
- build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot[bot] in #5397
- build(deps): bump the tanstack-query group in /frontend with 2 updates by @dependabot[bot] in #5398
- build(deps-dev): bump vite from 7.3.0 to 7.3.1 in /frontend in the vite group by @dependabot[bot] in #5396
- build(deps): bump the i18next group across 1 directory with 3 updates by @dependabot[bot] in #5412
- build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot[bot] in #5402
- build(deps): bump EmbarkStudios/cargo-deny-action from 2.0.14 to 2.0.15 by @dependabot[bot] in #5404
- build(deps-dev): bump knip from 5.75.1 to 5.80.0 in /frontend by @dependabot[bot] in #5403
- build(deps): bump @vector-im/compound-web from 8.3.1 to 8.3.5 in /frontend by @dependabot[bot] in #5431
New Contributors
Full Changelog: v1.9.0...v1.10.0-rc.0