Docker image
Regular image:
- Digest:
ghcr.io/element-hq/matrix-authentication-service@sha256:bf3daeb5a37a7aab92d351028e8b6406a750977d716eb2da92f7a61e27fe05fc
- Tags:
ghcr.io/element-hq/matrix-authentication-service:0.16.0 ghcr.io/element-hq/matrix-authentication-service:0.16 ghcr.io/element-hq/matrix-authentication-service:0 ghcr.io/element-hq/matrix-authentication-service:sha-2816124 ghcr.io/element-hq/matrix-authentication-service:latest
Debug variant:
- Digest:
ghcr.io/element-hq/matrix-authentication-service@sha256:15a53d49fcea7d17e2bda592410b8e7e63652d4c17ac962165ee443a0b27e4ce
- Tags:
ghcr.io/element-hq/matrix-authentication-service:0.16.0-debug ghcr.io/element-hq/matrix-authentication-service:0.16-debug ghcr.io/element-hq/matrix-authentication-service:0-debug ghcr.io/element-hq/matrix-authentication-service:sha-2816124-debug ghcr.io/element-hq/matrix-authentication-service:latest-debug
What's Changed
Bug Fixes
- Avoid deadlocks when flushing session activities by @sandhose in #4463
- Don't check for availability of usernames that aren't ASCII by @sandhose in #4469
New Features
- Allow using a separate key file when setting up 'Sign in with Apple' by @defaultdino in #4393
- Make the new migration tool generally available by @sandhose in #4444
- New logging output by @sandhose in #4424
- Allow setting custom names on sessions by @sandhose in #4459
Documentation
- fix(docs): add token_endpoint_auth_method in Authentik SSO example by @rom4nik in #4387
- Remove reference to unsupported aws_ses email transport by @hughns in #4435
- Fix headings in config doc by @V02460 in #4419
- Remove the old migration tool and document the new one by @sandhose in #4447
Translations
- Translations updates for main by @matrixbot in #4483
- Translations updates for v0.16 by @matrixbot in #4498
Internal Changes
- Automatic merge back to main by @matrixbot in #4411
- Automatic merge back to main by @matrixbot in #4441
- Fix cargo doc choking on invalid [DEPRECATED] 'link' by @reivilibre in #4446
- perf: avoid unnecessary parsing of user-agents by @sandhose in #4449
- perf: avoid unnecessary clones of the log context by @sandhose in #4451
- Fix the ordering of the middlewares by @sandhose in #4452
- Record the axum route in the Sentry context by @sandhose in #4468
- Allow user deactivation on the Synapse side to take longer than 30s by @sandhose in #4471
- Remove duplicate OTEL meter for the Tokio runtime by @sandhose in #4473
- Rework the error fallback to better report the error to Sentry by @sandhose in #4474
- Insert client_name when upserting statically registered clients by @defaultdino in #4417
- Bump all the frontend dependencies by @sandhose in #4481
- syn2mas: allow setting the db name via the
database
field by @sandhose in #4496
Dependency Updates
- build(deps-dev): bump msw from 2.7.3 to 2.7.4 in /frontend by @dependabot in #4399
- build(deps-dev): bump the vite group across 1 directory with 2 updates by @dependabot in #4420
- build(deps): bump sqlx from 0.8.4 to 0.8.5 by @dependabot in #4418
- build(deps): bump swagger-ui-dist from 5.20.7 to 5.21.0 in /frontend by @dependabot in #4409
- build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 by @dependabot in #4412
- build(deps): bump sigstore/cosign-installer from 3.8.1 to 3.8.2 by @dependabot in #4440
- build(deps): bump psl from 2.1.100 to 2.1.102 by @dependabot in #4439
- build(deps-dev): bump the vite group across 1 directory with 2 updates by @dependabot in #4430
- build(deps): bump clap from 4.5.36 to 4.5.37 by @dependabot in #4429
- build(deps): bump der from 0.7.9 to 0.7.10 by @dependabot in #4428
- build(deps): bump sea-query from 0.32.3 to 0.32.4 in the sea-query group by @dependabot in #4426
- build(deps-dev): bump knip from 5.50.2 to 5.51.0 in /frontend by @dependabot in #4475
- build(deps): bump rustls-platform-verifier from 0.5.1 to 0.5.2 by @dependabot in #4466
- build(deps): bump docker/bake-action from 6.5.0 to 6.6.0 by @dependabot in #4460
- build(deps-dev): bump storybook-react-i18next from 3.2.1 to 3.3.1 in /frontend in the storybook group by @dependabot in #4477
- build(deps): bump tokio-util from 0.7.14 to 0.7.15 by @dependabot in #4455
- build(deps-dev): bump vite from 6.3.2 to 6.3.3 in /frontend in the vite group by @dependabot in #4454
- build(deps): bump chrono from 0.4.40 to 0.4.41 by @dependabot in #4480
- build(deps-dev): bump the vitest group in /frontend with 2 updates by @dependabot in #4453
- build(deps): bump psl from 2.1.102 to 2.1.105 by @dependabot in #4479
- build(deps): bump insta from 1.42.2 to 1.43.1 by @dependabot in #4478
- build(deps-dev): bump @tanstack/react-router-devtools from 1.119.0 to 1.119.1 in /frontend in the tanstack-router group by @dependabot in #4482
New Contributors
- @rom4nik made their first contribution in #4387
- @defaultdino made their first contribution in #4393
- @V02460 made their first contribution in #4419
Full Changelog: v0.15.0...v0.16.0