Docker image
Regular image:
- Digest:
ghcr.io/element-hq/matrix-authentication-service@sha256:17fe6d07bda7f84a5359fdc3799730a66a49cee4a0a01279090534b7cc580681
- Tags:
ghcr.io/element-hq/matrix-authentication-service:1.0.0-rc.0 ghcr.io/element-hq/matrix-authentication-service:sha-044e8cf
Debug variant:
- Digest:
ghcr.io/element-hq/matrix-authentication-service@sha256:84496541829756aba0759dc418b8b3b1589a312fa49b49de573f55faf670f060
- Tags:
ghcr.io/element-hq/matrix-authentication-service:1.0.0-rc.0-debug ghcr.io/element-hq/matrix-authentication-service:sha-044e8cf-debug
What's Changed
Bug Fixes
- Don't attempt to set
TCP_NODELAY
on accepted unix streams by @networkException in #4829 - Make
mas-cli manage issue-compatibility-token
create the device on the homeserver by @sandhose in #4856
New Features
- Support for the stable scopes by @sandhose in #4686
- Add
clients.[].client_secret_file
config option by @V02460 in #4857 - Add
matrix.secret_file
config option by @V02460 in #4840
Translations
- Translations updates for main by @matrixbot in #4870
Internal Changes
- Automatic merge back to main by @matrixbot in #4826
- Automatic merge back to main by @matrixbot in #4838
- Use the modern Synapse API (>= 1.135.0) by default by @sandhose in #4858
Dependency Updates
- build(deps): bump psl from 2.1.126 to 2.1.127 by @dependabot[bot] in #4824
- build(deps-dev): bump knip from 5.61.3 to 5.62.0 in /frontend by @dependabot[bot] in #4822
- build(deps): bump react-i18next from 15.6.0 to 15.6.1 in /frontend in the i18next group by @dependabot[bot] in #4821
- build(deps-dev): bump @biomejs/biome from 2.1.1 to 2.1.2 in /frontend by @dependabot[bot] in #4812
- build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot[bot] in #4810
- build(deps): bump tokio from 1.46.1 to 1.47.0 by @dependabot[bot] in #4834
- build(deps): bump rustls from 0.23.29 to 0.23.30 by @dependabot[bot] in #4835
- build(deps-dev): bump @testing-library/jest-dom from 6.6.3 to 6.6.4 in /frontend by @dependabot[bot] in #4832
- build(deps): bump the react group across 1 directory with 4 updates by @dependabot[bot] in #4839
- build(deps): bump socket2 from 0.5.10 to 0.6.0 by @dependabot[bot] in #4823
- build(deps): bump lettre from 0.11.15 to 0.11.18 by @dependabot[bot] in #4836
- build(deps): bump clap from 4.5.41 to 4.5.42 by @dependabot[bot] in #4841
- build(deps): bump opa-wasm from 0.1.6 to 0.1.7 by @dependabot[bot] in #4842
- build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot[bot] in #4833
- Upgrade opentelemetry to 0.30.0 by @sandhose in #4843
- Upgrade Sentry to 0.42.0 by @sandhose in #4844
- Bump Rust dependencies in the lock file by @sandhose in #4845
- build(deps): bump the tanstack-query group in /frontend with 2 updates by @dependabot[bot] in #4849
- build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot[bot] in #4848
- build(deps): bump tokio from 1.47.0 to 1.47.1 by @dependabot[bot] in #4855
- build(deps): bump serde_json from 1.0.141 to 1.0.142 by @dependabot[bot] in #4854
- build(deps): bump the tanstack-query group in /frontend with 2 updates by @dependabot[bot] in #4853
- build(deps): bump docker/metadata-action from 5.7.0 to 5.8.0 by @dependabot[bot] in #4851
- build(deps-dev): bump the storybook group in /frontend with 3 updates by @dependabot[bot] in #4852
- build(deps): bump tokio-util from 0.7.15 to 0.7.16 by @dependabot[bot] in #4864
- build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot[bot] in #4863
- build(deps): bump psl from 2.1.127 to 2.1.128 by @dependabot[bot] in #4862
- build(deps-dev): bump @types/node from 24.1.0 to 24.2.0 in /frontend in the types group by @dependabot[bot] in #4859
- build(deps): bump docker/login-action from 3.4.0 to 3.5.0 by @dependabot[bot] in #4861
- build(deps): bump rustls-platform-verifier from 0.6.0 to 0.6.1 by @dependabot[bot] in #4860
New Contributors
- @networkException made their first contribution in #4829
Full Changelog: v0.20.0...v1.0.0-rc.0