Skip to content

Releases: element-hq/matrix-authentication-service

v0.13.0-rc.2

31 Jan 11:27
5827925
Compare
Choose a tag to compare
v0.13.0-rc.2 Pre-release
Pre-release

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:a2ca459829e41b02bf3a74379d1f26a3c91325e69e56a7053076659c4cbae3eb
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.13.0-rc.2
    ghcr.io/element-hq/matrix-authentication-service:sha-5827925
    

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:71174d3ece75f6087db44d4185de7f2f19a53fc26390a3964f905294715ee0d4
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.13.0-rc.2-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-5827925-debug
    

syn2mas migration tool:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service/syn2mas@sha256:bdbdae151a20bb94b65dad259ca700b728aee05254d2d77daf02491924af7668
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service/syn2mas:0.13.0-rc.2
    ghcr.io/element-hq/matrix-authentication-service/syn2mas:sha-5827925
    

What's Changed since v0.13.0-rc.1

Translations

Other Changes

  • Fix reporting of version in prebuilt binaries & docker image by @sandhose in #3881

Full Changelog: v0.13.0-rc.1...v0.13.0-rc.2

Unstable build

22 Jan 16:19
08fc64e
Compare
Choose a tag to compare
Unstable build Pre-release
Pre-release

This is an automatically updated unstable release containing the latest builds from the main branch.

⚠️ Warning: These are development builds and may be unstable.

Last updated: 2025-01-31T18:35:51+01:00
Commit: 08fc64e

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:52622c78db40d0d317a247104d8f42f9fbfe41f8afed9b42ec9bb4ffd7481356
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:main
    ghcr.io/element-hq/matrix-authentication-service:sha-08fc64e
    

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:9b8ab1cf3508eb8af89ee0f8cb4365c92e1b69b60545ea3607c9feb126de179a
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:main-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-08fc64e-debug
    

v0.13.0-rc.1

24 Jan 16:58
3a18200
Compare
Choose a tag to compare
v0.13.0-rc.1 Pre-release
Pre-release

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:0ddfc88eb8d5869777d92770e5866cdbea07d59a975307d8f3359eb7e73e7986
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.13.0-rc.1
    ghcr.io/element-hq/matrix-authentication-service:sha-3a18200
    

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:523b6763265cf7f9c0d6134b873ecde3b3c2bf186eda494c7581a1057ce3d035
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.13.0-rc.1-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-3a18200-debug
    

syn2mas migration tool:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service/syn2mas@sha256:12a63b896f2070fe206f5e45953895c84dac899f873b695fa29e86f7bb7b12b7
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service/syn2mas:0.13.0-rc.1
    ghcr.io/element-hq/matrix-authentication-service/syn2mas:sha-3a18200
    

What's Changed

Bug Fixes

New Features

  • syn2mas - Use row streaming for pg so that all users aren't loaded into memory at once by @hughns in #3205
  • Update the client registration to comply with MSC2966 by @sandhose in #3202
  • Use CancellationToken and a TaskTracker to handle graceful shutdowns by @sandhose in #3352
  • Add a CLI tool to add an email address to a user by @sandhose in #3235
  • Reset/restore scroll when navigating through the app by @sandhose in #3410
  • Support for HTTP proxy: replace the HTTP client with reqwest by @sandhose in #3424
  • Better compatibility with Python implementation of upstream OAuth 2.0 mapping templates by @sandhose in #3433
  • Implement login_hint as per MSC4198 by @tonkku107 in #3343
  • Support Sign in with Apple by @sandhose in #3521
  • Allow fetching user claims through the userinfo_endpoint for upstream OAuth 2.0 providers by @MatMaul in #3363
  • Concatenate arrays in the config when loading multiple files by @sandhose in #3599
  • Make the id_token optional on upstream OAuth 2.0 providers by @sandhose in #3591
  • Allow setting an explicit upstream account name by @sandhose in #3600
  • Rewrite of the async job queue by @sandhose in #3629
  • Report version from git describe in metrics & CLI by @sandhose in #3671
  • Add metrics to the job queue by @sandhose in #3678
  • Upstream OAuth 2.0 providers: Support signed userinfo and customising the expected id_token signature algorithm by @MatMaul in #3664
  • Make the issuer optional on upstream OAuth 2.0 providers by @sandhose in #3685
  • Allow longer & shorter usernames, complying with the MXID length spec by @sandhose in #3719
  • Polish the registration flow by @sandhose in #3727
  • Polish the password recovery flow and other small design tweaks by @sandhose in #3780
  • Rework how email verification works by @sandhose in #3784

Documentation

Translations

Internal Changes

Read more

v0.12.0

11 Sep 09:01
c741386
Compare
Choose a tag to compare

Initial release of the Element fork of matrix-authentication-service

matrix-authentication-service has been forked by Element out of matrix-org/matrix-authentication-service

Contributions are licensed to Element under a CLA and made available under an AGPLv3.0 license.

You can read more about this here:

The Matrix.org Foundation copy of the project will be archived. The team behind the project stays the same. The main change for administrators is that newer versions of matrix-authentication-service are now distributed by Element:

This version is functionally identical to the 0.11.0 version, but with the new AGPLv3.0 license instead of Apache 2.0

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:3459a91319095f96ca06a250455cfed1febbc215d9a702ac67fb7fdc85774b43
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.12.0
    ghcr.io/element-hq/matrix-authentication-service:0.12
    ghcr.io/element-hq/matrix-authentication-service:0
    ghcr.io/element-hq/matrix-authentication-service:sha-c741386
    ghcr.io/element-hq/matrix-authentication-service:latest
    

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:6f00b0fa7b1f4c306358e60ccf8e484eac6486de7db637e08c4e3b362581884c
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.12.0-debug
    ghcr.io/element-hq/matrix-authentication-service:0.12-debug
    ghcr.io/element-hq/matrix-authentication-service:0-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-c741386-debug
    ghcr.io/element-hq/matrix-authentication-service:latest-debug
    

syn2mas migration tool:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service/syn2mas@sha256:c8ed108dacebd0bc992b1fde1d71c8763bb206059d64012f0dc4e2d33c635a5a
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service/syn2mas:0.12.0
    ghcr.io/element-hq/matrix-authentication-service/syn2mas:0.12
    ghcr.io/element-hq/matrix-authentication-service/syn2mas:0
    ghcr.io/element-hq/matrix-authentication-service/syn2mas:sha-c741386
    ghcr.io/element-hq/matrix-authentication-service/syn2mas:latest