Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Aug 09:34
· 83 commits to main since this release
5c2bed1

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

Translations

Internal Changes

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

Full Changelog: v0.20.0...v1.0.0