1.0! π
This is the first official stable release of matrix-authentication-service!
MAS has been usable in production for quite some time, so in conjunction with the stabilisation of the MAS integration in Synapse, and support for the stable scopes and endpoint introduced in Matrix 1.15, we're now happy to cut a 1.0 release for MAS.
Docker image
Regular image:
- Digest:
ghcr.io/element-hq/matrix-authentication-service@sha256:51fbc61de5b7e2906196d0af58136881155ab3404ea9ff74e869e2aa3cfbfd07
- Tags:
ghcr.io/element-hq/matrix-authentication-service:1.0.0 ghcr.io/element-hq/matrix-authentication-service:1.0 ghcr.io/element-hq/matrix-authentication-service:1 ghcr.io/element-hq/matrix-authentication-service:sha-5c2bed1 ghcr.io/element-hq/matrix-authentication-service:latest
Debug variant:
- Digest:
ghcr.io/element-hq/matrix-authentication-service@sha256:fc944eb559fed952bd1cdf2ae7c400e92c55a740042499404be5dc4115ed949c
- Tags:
ghcr.io/element-hq/matrix-authentication-service:1.0.0-debug ghcr.io/element-hq/matrix-authentication-service:1.0-debug ghcr.io/element-hq/matrix-authentication-service:1-debug ghcr.io/element-hq/matrix-authentication-service:sha-5c2bed1-debug ghcr.io/element-hq/matrix-authentication-service:latest-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
- Translations updates for v1.0 by @matrixbot in #4888
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