Skip to content

Releases: element-hq/matrix-authentication-service

v0.20.0-rc.0

24 Jul 14:16
e6efc04
Compare
Choose a tag to compare
v0.20.0-rc.0 Pre-release
Pre-release

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:b872928c738dad0e07249fbf4551cab2870e5d64584165607abfe333001667b4
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.20.0-rc.0
    ghcr.io/element-hq/matrix-authentication-service:sha-e6efc04
    

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:cfcbdb6056a6d8a0b606463febd6a13c94bc6e637082214a932c404ce072c678
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.20.0-rc.0-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-e6efc04-debug
    

What's Changed

Bug Fixes

  • Fix spec compliance of upstream OAuth 2.0 client auth methods by @sandhose in #4819

New Features

  • Make email address lookups case-insensitive by @sandhose in #4763
  • Return M_USER_LOCKED error when logging in with a locked account on the compatibility endpoints by @AndrewFerr in #4789
  • Allow linking upstream accounts for existing users when the localpart matches in upstream OAuth 2.0 logins by @mcalinghee in #4193
  • Show a better error page in most human-facing pages by @sandhose in #4816

Changes to the admin API

  • Make the admin API provision users synchronously by @AndrewFerr in #4788
  • New admin API endpoint to reactivate users & align what lock/unlock/deactivate does in the admin API by @AndrewFerr in #4768
  • Allow skipping GDPR-erasure when deactivating a user through the admin API by @AndrewFerr in #4744

Documentation

Translations

Internal Changes

Dependency Updates

  • build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot[bot] in #4759
  • build(deps): bump hyper-util from 0.1.14 to 0.1.15 by @dependabot[bot] in #4758
  • build(deps): bump serde_with from 3.13.0 to 3.14.0 by @dependabot[bot] in #4757
  • build(deps): bump the tanstack-query group in /frontend with 2 updates by @dependabot[bot] in #4760
  • build(deps-dev): bump @biomejs/biome from 2.0.6 to 2.1.0 in /frontend by @dependabot[bot] in #4762
  • build(deps-dev): bump msw from 2.10.2 to 2.10.3 in /frontend by @dependabot[bot] in #4761
  • build(deps-dev): bump the storybook group in /frontend with 3 updates by @dependabot[bot] in #4764
  • build(deps): bump @vector-im/compound-design-tokens from 4.0.4 to 4.0.5 in /frontend by @dependabot[bot] in #4765
  • build(deps): bump swagger-ui-dist from 5.24.2 to 5.26.2 in /frontend by @dependabot[bot] in #4766
  • build(deps): bump ruma-common from 0.15.3 to 0.15.4 by @dependabot[bot] in #4773
  • build(deps): bump psl from 2.1.123 to 2.1.124 by @dependabot[bot] in #4774
  • build(deps-dev): bump the types group in /frontend with 2 updates by @dependabot[bot] in #4770
  • build(deps): bump i18next from 25.3.1 to 25.3.2 in /frontend in the i18next group by @dependabot[bot] in #4769
  • build(deps-dev): bump @biomejs/biome from 2.1.0 to 2.1.1 in /frontend by @dependabot[bot] in #4772
  • build(deps): bump @vector-im/compound-design-tokens from 4.0.5 to 5.0.1 in /frontend by @dependabot[bot] in #4771
  • build(deps): bump rustls from 0.23.28 to 0.23.29 by @dependabot[bot] in #4780
  • build(deps): bump clap from 4.5.40 to 4.5.41 by @dependabot[bot] in #4779
  • build(deps): bump the tanstack-query group in /frontend with 2 updates by @dependabot[bot] in #4778
  • build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot[bot] in #4782
  • build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot[bot] in #4790
  • build(deps): bump @vector-im/compound-design-tokens from 5.0.1 to 5.0.2 in /frontend by @dependabot[bot] in #4784
  • build(deps-dev): bump @types/node from 24.0.12 to 24.0.13 in /frontend in the types group by @dependabot[bot] in #4783
  • build(deps): bump the tanstack-query group in /frontend with 2 updates by @dependabot[bot] in #4791
  • Upgrade Clippy to Rust 1.87 by @sandhose in #4794
  • build(deps): bump sigstore/cosign-installer from 3.9.1 to 3.9.2 by @dependabot[bot] in #4800
  • build(deps): bump swagger-ui-dist from 5.26.2 to 5.27.0 in /frontend by @dependabot[bot] in #4799
  • build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot[bot] in #4797
  • build(deps-dev): bump the storybook group in /frontend with 3 updates by @dependabot[bot] in #4796
  • build(deps): bump psl from 2.1.124 to 2.1.125 by @dependabot[bot] in #4795
  • build(deps): bump opa-wasm from 0.1.5 to 0.1.6 by @dependabot[bot] in #4805
  • build(deps): bump psl from 2.1.125 to 2.1.126 by @dependabot[bot] in #4803
  • build(deps): bump serde_json from 1.0.140 to 1.0.141 by @dependabot[bot] in #4804
  • build(deps-dev): bump msw from 2.10.3 to 2.10.4 in /frontend by @dependabot[bot] in #4798
  • build(deps): bump hyper-util from 0.1.15 to 0.1.16 by @dependabot[bot] in #4814
  • build(deps-dev): bump the storybook group in /frontend with 3 updates by @dependabot[bot] in #4809
  • build(deps-dev): bump @types/node from 24.0.14 to 24.1.0 in /frontend in the typ...
Read more

Unstable build

22 Jan 16:19
77d700e
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-07-24T16:01:43+02:00
Commit: 77d700e

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:52e0d0014bb0782380a425f9224d1a8393671a23bdc26adf139f62fc2c6680d9
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:main
    ghcr.io/element-hq/matrix-authentication-service:sha-77d700e
    

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:4d3d054851448f439fea817b112b455538a8c130e839bb1840392894f0234609
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:main-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-77d700e-debug
    

v0.19.0

15 Jul 15:08
7463ed4
Compare
Choose a tag to compare

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:36d2a5a34307546dca25d8b6094e322f4fd907eb634fccc04aca37becd112f4e
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.19.0
    ghcr.io/element-hq/matrix-authentication-service:0.19
    ghcr.io/element-hq/matrix-authentication-service:0
    ghcr.io/element-hq/matrix-authentication-service:sha-7463ed4
    ghcr.io/element-hq/matrix-authentication-service:latest
    

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:b32baf6cccfe41452469caab46b9481a8e683d6334822846dc1f016ffd19e6b2
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.19.0-debug
    ghcr.io/element-hq/matrix-authentication-service:0.19-debug
    ghcr.io/element-hq/matrix-authentication-service:0-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-7463ed4-debug
    ghcr.io/element-hq/matrix-authentication-service:latest-debug
    

What's Changed

Bug Fixes

  • Report AS-exclusive localparts as used, not an error by @sandhose in #4723

New Features

  • Support receiving OpenID Connect Back-Channel Logout notifications by @sandhose in #4743

Translations

Internal Changes

Dependency Updates

  • build(deps): bump minijinja from 2.10.2 to 2.11.0 by @dependabot[bot] in #4734
  • build(deps-dev): bump knip from 5.61.0 to 5.61.3 in /frontend by @dependabot[bot] in #4733
  • build(deps): bump indexmap from 2.9.0 to 2.10.0 by @dependabot[bot] in #4732
  • build(deps): bump psl from 2.1.122 to 2.1.123 by @dependabot[bot] in #4731
  • build(deps): bump sigstore/cosign-installer from 3.9.0 to 3.9.1 by @dependabot[bot] in #4714
  • build(deps): bump pest_derive from 2.8.0 to 2.8.1 by @dependabot[bot] in #4708
  • build(deps-dev): bump @biomejs/biome from 1.9.4 to 2.0.6 in /frontend by @dependabot[bot] in #4730
  • build(deps): bump minijinja-contrib from 2.10.2 to 2.11.0 by @dependabot[bot] in #4751
  • build(deps): bump tokio from 1.45.1 to 1.46.1 by @dependabot[bot] in #4748
  • build(deps): bump reqwest from 0.12.20 to 0.12.22 by @dependabot[bot] in #4749
  • build(deps-dev): bump @types/node from 24.0.3 to 24.0.4 in /frontend in the types group by @dependabot[bot] in #4725
  • build(deps-dev): bump the storybook group in /frontend with 3 updates by @dependabot[bot] in #4752
  • build(deps): bump ruma-common from 0.15.2 to 0.15.3 by @dependabot[bot] in #4750
  • build(deps): bump the i18next group in /frontend with 2 updates by @dependabot[bot] in #4753
  • build(deps-dev): bump @graphql-codegen/client-preset from 4.8.2 to 4.8.3 in /frontend in the graphql-codegen group by @dependabot[bot] in #4724

Full Changelog: v0.18.0...v0.19.0

v0.19.0-rc.1

10 Jul 15:46
99f347f
Compare
Choose a tag to compare
v0.19.0-rc.1 Pre-release
Pre-release

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:9ff3182176dfacab19dc4aced6a08147ea7851c76cb4f724e879d71a30ee7905
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.19.0-rc.1
    ghcr.io/element-hq/matrix-authentication-service:sha-99f347f
    

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:2294ed0fac47006bf8dba8e972bbfff777d75ed956fe593e21458b04f591a2f9
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.19.0-rc.1-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-99f347f-debug
    

What's Changed

Other Changes

  • Make back-channel logout work on existing sessions by @sandhose in #4767

Full Changelog: v0.19.0-rc.0...v0.19.0-rc.1

v0.19.0-rc.0

08 Jul 11:52
7410c2a
Compare
Choose a tag to compare
v0.19.0-rc.0 Pre-release
Pre-release

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:054ada661d8a207bcafab71af983a1fb71cc64c7d5fc99f8f724ad7fa260a633
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.19.0-rc.0
    ghcr.io/element-hq/matrix-authentication-service:sha-7410c2a
    

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:b275b8e9bedda0d1753577fab5e99317cdd4b0090aee7f8d7a7ff6fc0beabe44
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.19.0-rc.0-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-7410c2a-debug
    

What's Changed

Bug Fixes

  • Report AS-exclusive localparts as used, not an error by @sandhose in #4723

New Features

  • Support receiving OpenID Connect Back-Channel Logout notifications by @sandhose in #4743

Translations

Internal Changes

Dependency Updates

  • build(deps): bump minijinja from 2.10.2 to 2.11.0 by @dependabot in #4734
  • build(deps-dev): bump knip from 5.61.0 to 5.61.3 in /frontend by @dependabot in #4733
  • build(deps): bump indexmap from 2.9.0 to 2.10.0 by @dependabot in #4732
  • build(deps): bump psl from 2.1.122 to 2.1.123 by @dependabot in #4731
  • build(deps): bump sigstore/cosign-installer from 3.9.0 to 3.9.1 by @dependabot in #4714
  • build(deps): bump pest_derive from 2.8.0 to 2.8.1 by @dependabot in #4708
  • build(deps-dev): bump @biomejs/biome from 1.9.4 to 2.0.6 in /frontend by @dependabot in #4730
  • build(deps): bump minijinja-contrib from 2.10.2 to 2.11.0 by @dependabot in #4751
  • build(deps): bump tokio from 1.45.1 to 1.46.1 by @dependabot in #4748
  • build(deps): bump reqwest from 0.12.20 to 0.12.22 by @dependabot in #4749
  • build(deps-dev): bump @types/node from 24.0.3 to 24.0.4 in /frontend in the types group by @dependabot in #4725
  • build(deps-dev): bump the storybook group in /frontend with 3 updates by @dependabot in #4752
  • build(deps): bump ruma-common from 0.15.2 to 0.15.3 by @dependabot in #4750
  • build(deps): bump the i18next group in /frontend with 2 updates by @dependabot in #4753
  • build(deps-dev): bump @graphql-codegen/client-preset from 4.8.2 to 4.8.3 in /frontend in the graphql-codegen group by @dependabot in #4724

Full Changelog: v0.18.0...v0.19.0-rc.0

v0.18.0

01 Jul 15:22
66d565d
Compare
Choose a tag to compare

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:549ccdbae2e6da8a3ff3689ae4e4a7af8c242df1ebe0cb1f2117534d6f0588b4
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.18.0
    ghcr.io/element-hq/matrix-authentication-service:0.18
    ghcr.io/element-hq/matrix-authentication-service:0
    ghcr.io/element-hq/matrix-authentication-service:sha-66d565d
    ghcr.io/element-hq/matrix-authentication-service:latest
    

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:f6858b74771dd589b0642430b1adb5f7242181bfe530c8ad29b90c0a9c8f7f59
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.18.0-debug
    ghcr.io/element-hq/matrix-authentication-service:0.18-debug
    ghcr.io/element-hq/matrix-authentication-service:0-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-66d565d-debug
    ghcr.io/element-hq/matrix-authentication-service:latest-debug
    

What's Changed

Documentation

  • README, contribution and release documentation by @sandhose in #4675
  • Fix link to contributing guidelines in the README by @sandhose in #4676

Translations

Internal Changes

Dependency Updates

  • build(deps): bump clap from 4.5.39 to 4.5.40 by @dependabot in #4662
  • build(deps): bump quanta from 0.12.5 to 0.12.6 by @dependabot in #4661
  • build(deps): bump valibot from 1.0.0 to 1.1.0 in /frontend by @dependabot in #4666
  • build(deps-dev): bump msw-storybook-addon from 2.0.4 to 2.0.5 in /frontend by @dependabot in #4665
  • build(deps-dev): bump the types group in /frontend with 2 updates by @dependabot in #4664
  • build(deps-dev): bump @vitejs/plugin-react from 4.5.1 to 4.5.2 in /frontend in the vite group by @dependabot in #4663
  • build(deps): bump softprops/action-gh-release from 2.2.2 to 2.3.2 by @dependabot in #4667
  • build(deps): bump reqwest from 0.12.19 to 0.12.20 by @dependabot in #4669
  • build(deps-dev): bump @codecov/vite-plugin from 1.9.0 to 1.9.1 in /frontend by @dependabot in #4674
  • build(deps-dev): bump the storybook group in /frontend with 3 updates by @dependabot in #4671
  • build(deps): bump psl from 2.1.119 to 2.1.120 by @dependabot in #4670
  • build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot in #4672
  • Bump most frontend dependencies by @sandhose in #4678
  • build(deps-dev): bump the tanstack-router group in /frontend with 2 updates by @dependabot in #4685
  • build(deps): bump react-i18next from 15.5.2 to 15.5.3 in /frontend in the i18next group by @dependabot in #4684
  • build(deps): bump psl from 2.1.120 to 2.1.122 by @dependabot in #4700
  • build(deps): bump sigstore/cosign-installer from 3.8.2 to 3.9.0 by @dependabot in #4701
  • build(deps): bump rustls from 0.23.27 to 0.23.28 by @dependabot in #4689
  • build(deps): bump pest from 2.8.0 to 2.8.1 by @dependabot in #4691
  • build(deps): bump docker/setup-buildx-action from 3.10.0 to 3.11.0 by @dependabot in #4693
  • build(deps): bump swagger-ui-dist from 5.24.1 to 5.24.2 in /frontend by @dependabot in #4696
  • build(deps): bump @vector-im/compound-web from 8.0.0 to 8.1.0 in /frontend by @dependabot in #4699
  • build(deps-dev): bump @types/node from 24.0.1 to 24.0.3 in /frontend in the types group by @dependabot in #4695
  • build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot in #4694
  • build(deps): bump @vector-im/compound-web from 8.1.0 to 8.1.2 in /frontend by @dependabot in #4713
  • build(deps): bump EmbarkStudios/cargo-deny-action from 2.0.11 to 2.0.12 by @dependabot in #4711
  • build(deps): bump wiremock from 0.6.3 to 0.6.4 by @dependabot in #4710
  • build(deps): bump docker/setup-buildx-action from 3.11.0 to 3.11.1 by @dependabot in #4709
  • build(deps-dev): bump postcss-import from 16.1.0 to 16.1.1 in /frontend by @dependabot in #4707
  • build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot in #4705
  • build(deps-dev): bump the vitest group in /frontend with 2 updates by @dependabot in #4704
  • build(deps): bump serde_with from 3.12.0 to 3.13.0 by @dependabot in #4692
  • build(deps-dev): bump the storybook group in /frontend with 4 updates by @dependabot in #4683
  • build(deps-dev): bump the storybook group in /frontend with 3 updates by @dependabot in #4716
  • build(deps-dev): bump postcss from 8.5.5 to 8.5.6 in /frontend by @dependabot in #4720
  • build(deps): bump the tanstack-query group in /frontend with 2 updates by @dependabot in #4719
  • build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot in #4718

New Contributors

Full Changelog: v0.17.1...v0.18.0

v0.18.0-rc.0

24 Jun 14:59
1f78f65
Compare
Choose a tag to compare
v0.18.0-rc.0 Pre-release
Pre-release

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:e7ded3b8d3e1099507c882d45b770d74b53cf1efcb9e29dd44153e474ad8bf18
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.18.0-rc.0
    ghcr.io/element-hq/matrix-authentication-service:sha-1f78f65
    

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:67b188cb0f13743d0782f30a598f91ac9b20d44ff953af3e22548f7fe2c8b2f0
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.18.0-rc.0-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-1f78f65-debug
    

What's Changed

Documentation

  • README, contribution and release documentation by @sandhose in #4675
  • Fix link to contributing guidelines in the README by @sandhose in #4676

Translations

Internal Changes

Dependency Updates

  • build(deps): bump clap from 4.5.39 to 4.5.40 by @dependabot in #4662
  • build(deps): bump quanta from 0.12.5 to 0.12.6 by @dependabot in #4661
  • build(deps): bump valibot from 1.0.0 to 1.1.0 in /frontend by @dependabot in #4666
  • build(deps-dev): bump msw-storybook-addon from 2.0.4 to 2.0.5 in /frontend by @dependabot in #4665
  • build(deps-dev): bump the types group in /frontend with 2 updates by @dependabot in #4664
  • build(deps-dev): bump @vitejs/plugin-react from 4.5.1 to 4.5.2 in /frontend in the vite group by @dependabot in #4663
  • build(deps): bump softprops/action-gh-release from 2.2.2 to 2.3.2 by @dependabot in #4667
  • build(deps): bump reqwest from 0.12.19 to 0.12.20 by @dependabot in #4669
  • build(deps-dev): bump @codecov/vite-plugin from 1.9.0 to 1.9.1 in /frontend by @dependabot in #4674
  • build(deps-dev): bump the storybook group in /frontend with 3 updates by @dependabot in #4671
  • build(deps): bump psl from 2.1.119 to 2.1.120 by @dependabot in #4670
  • build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot in #4672
  • Bump most frontend dependencies by @sandhose in #4678
  • build(deps-dev): bump the tanstack-router group in /frontend with 2 updates by @dependabot in #4685
  • build(deps): bump react-i18next from 15.5.2 to 15.5.3 in /frontend in the i18next group by @dependabot in #4684
  • build(deps): bump psl from 2.1.120 to 2.1.122 by @dependabot in #4700
  • build(deps): bump sigstore/cosign-installer from 3.8.2 to 3.9.0 by @dependabot in #4701
  • build(deps): bump rustls from 0.23.27 to 0.23.28 by @dependabot in #4689
  • build(deps): bump pest from 2.8.0 to 2.8.1 by @dependabot in #4691
  • build(deps): bump docker/setup-buildx-action from 3.10.0 to 3.11.0 by @dependabot in #4693
  • build(deps): bump swagger-ui-dist from 5.24.1 to 5.24.2 in /frontend by @dependabot in #4696
  • build(deps): bump @vector-im/compound-web from 8.0.0 to 8.1.0 in /frontend by @dependabot in #4699
  • build(deps-dev): bump @types/node from 24.0.1 to 24.0.3 in /frontend in the types group by @dependabot in #4695
  • build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot in #4694
  • build(deps): bump @vector-im/compound-web from 8.1.0 to 8.1.2 in /frontend by @dependabot in #4713
  • build(deps): bump EmbarkStudios/cargo-deny-action from 2.0.11 to 2.0.12 by @dependabot in #4711
  • build(deps): bump wiremock from 0.6.3 to 0.6.4 by @dependabot in #4710
  • build(deps): bump docker/setup-buildx-action from 3.11.0 to 3.11.1 by @dependabot in #4709
  • build(deps-dev): bump postcss-import from 16.1.0 to 16.1.1 in /frontend by @dependabot in #4707
  • build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot in #4705
  • build(deps-dev): bump the vitest group in /frontend with 2 updates by @dependabot in #4704
  • build(deps): bump serde_with from 3.12.0 to 3.13.0 by @dependabot in #4692
  • build(deps-dev): bump the storybook group in /frontend with 4 updates by @dependabot in #4683
  • build(deps-dev): bump the storybook group in /frontend with 3 updates by @dependabot in #4716
  • build(deps-dev): bump postcss from 8.5.5 to 8.5.6 in /frontend by @dependabot in #4720
  • build(deps): bump the tanstack-query group in /frontend with 2 updates by @dependabot in #4719
  • build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot in #4718

New Contributors

Full Changelog: v0.17.1...v0.18.0-rc.0

v0.17.1

17 Jun 15:38
60f16ef
Compare
Choose a tag to compare

This is a patch release to fix a regression introduced in 0.17.0. See the the 0.17.0 changelog for all the changes since 0.16.0.

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:ba5a546fdcb09231b004a50c27a8be326073d3ee9f084c527292270bc0479104
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.17.1
    ghcr.io/element-hq/matrix-authentication-service:0.17
    ghcr.io/element-hq/matrix-authentication-service:0
    ghcr.io/element-hq/matrix-authentication-service:sha-60f16ef
    ghcr.io/element-hq/matrix-authentication-service:latest
    

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:363ef1d2b5b4d10b3f01e6b7974e96019333c69277a40a9082256f206cfdfaff
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.17.1-debug
    ghcr.io/element-hq/matrix-authentication-service:0.17-debug
    ghcr.io/element-hq/matrix-authentication-service:0-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-60f16ef-debug
    ghcr.io/element-hq/matrix-authentication-service:latest-debug
    

What's Changed

Bug Fixes

  • Fix a regression when loading of DER-encoded key files by @sandhose in #4702

Full Changelog: v0.17.0...v0.17.1

v0.17.0

17 Jun 13:54
5b11d15
Compare
Choose a tag to compare

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:33c636fd434f9f8ba7d2c4621a9e59b2a6fcc082f4cb71e454e8fdbb2fcac2fb
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.17.0
    ghcr.io/element-hq/matrix-authentication-service:0.17
    ghcr.io/element-hq/matrix-authentication-service:0
    ghcr.io/element-hq/matrix-authentication-service:sha-5b11d15
    ghcr.io/element-hq/matrix-authentication-service:latest
    

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:6bf93d15d6182dca0eede9a69ee6b2cf9a0d62ccbf5e8b0bb0749686d666376a
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.17.0-debug
    ghcr.io/element-hq/matrix-authentication-service:0.17-debug
    ghcr.io/element-hq/matrix-authentication-service:0-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-5b11d15-debug
    ghcr.io/element-hq/matrix-authentication-service:latest-debug
    

What's Changed

Bug Fixes

  • Don't automatically insert the openid scope on upstream providers by @sandhose in #4517
  • Fix MSC2966 compliance around redirect_uri validity by @t3chguy in #4529
  • Fix encoding of MXIDs when creating devices in Synapse by @sandhose in #4542
  • Allow applying unicode normalisation to passwords before hashing by @sandhose in #4599
  • Fix client_registration URI regex not accepting full query string grammar by @t3chguy in #4563

New Features

Changes to the admin API

  • Fix the Swagger UI not working when MAS is mounted on a prefix by @sandhose in #4515
  • Add the user deactivation state in the admin API by @sandhose in #4603
  • Admin API to un-revoke and edit registration tokens by @sandhose in #4637

Documentation

Translations

Internal Changes

Dependency Updates

  • build(deps): bump minijinja from 2.9.0 to 2.10.2 by @dependabot in #4510
  • build(deps-dev): bump knip from 5.51.1 to 5.54.1 in /frontend by @dependabot in #4509
  • build(deps): bump psl from 2.1.105 to 2.1.106 by @dependabot in #4501
  • build(deps-dev): bump happy-dom from 17.4.4 to 17.4.6 in /frontend by @dependabot in #4488
  • build(deps): bump the tanstack-query group in /frontend with 2 updates by @dependabot in #4487
  • build(deps): bump sha2 from 0.10.8 to 0.10.9 by @dependabot in #4486
  • build(deps): bump axum from 0.8.3 to 0.8.4 in the axum group by @dependabot in #4485
  • build(deps-dev): bump the vitest group in /frontend with 2 updates by @dependabot in #4502
  • build(deps): bump i18next from 25.0.2 to 25.1.1 in /frontend in the i18next group by @dependabot in #4523
  • build(deps-dev): bump the vite group in /frontend with 2 updates by @dependabot in #4522
  • build(deps): bump rustls-pki-types from 1.11.0 to 1.12.0 by @dependabot in #4521
  • build(deps): bump rustls from 0.23.26 to 0.23.27 by @dependabot in #4518
  • build(deps): bump minijinja-contrib from 2.9.0 to 2.10.2 by @dependabot in #4519
  • build(deps-dev): bump the graphql-codegen group in /frontend with 2 updates by @dependabot in #4524
  • build(deps): bump tokio from 1.44.2 to 1.45.0 by @dependabot in #4520
  • build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot in #4525
  • build(deps): bump rustls-platform-verifier from 0.5.2 to 0.5.3 by @dependabot in #4539
  • build(deps): bump crc from 3.2.1 to 3.3.0 by @dependabot in #4538
  • build(deps): bump tower-http from 0.6.2 to 0.6.3 by @dependabot in #4537
  • build(deps): bump sea-query from 0.32.4 to 0.32.5 in the sea-query group by @dependabot in #4535
  • build(deps-dev): bump the types group in /frontend with 2 updates by @dependabot in #4534
  • build(deps): bump the tanstack-query group in /frontend with 2 updates by @dependabot in #4533
  • build(deps): bump i18next from 25.1.1 to 25.1.2 in /frontend in the i18next group by @dependabot in #4532
  • build(deps-dev): bump vite-plugin-graphql-codegen from 3.6.0 to 3.6.1 in /frontend in the vite group by @dependabot in #4531
  • build(deps): bump codecov/codecov-action from 5.4.2 to 5.4.3 by @dependabot in #4574
  • build(deps): bump docker/bake-action from 6.6.0 to 6.7.0 by @dependabot in #4570
  • build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot in #4551
  • build(deps): bump clap from 4.5.37 to 4.5.38 by @dependabot in #4558
  • build(deps): bump tower-http from 0.6.3 to 0.6.4 by @dependabot in #4560
  • build(deps): bump @vector-im/compound-web from 7.10.2 to 7.12.0 in /frontend by @dependabot in #4572
  • build(deps): bump psl from 2.1.106 to 2.1.111 by @dependabot in #4585
  • build(deps-dev): bump knip from 5.54.1 to 5.57.2 in /frontend by @dependabot in #4586
  • build(deps-dev): bump the types group across 1 directory with 3 updates by @dependabot in #4565
  • build(deps): bump the tanstack-query group in /frontend with 2 updates by @dependabot in https://github.com...
Read more

v0.17.0-rc.0

10 Jun 13:44
2bbc943
Compare
Choose a tag to compare
v0.17.0-rc.0 Pre-release
Pre-release

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:3559fc9c32de44f81861c3377f2c0adb7f549e55907c3f6125d91ef35ecbab6f
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.17.0-rc.0
    ghcr.io/element-hq/matrix-authentication-service:sha-2bbc943
    

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:1baade45f3cab5cdd326718e8f07da5aa7d476348c5ef28bfd61094367765ac0
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.17.0-rc.0-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-2bbc943-debug
    

What's Changed

Bug Fixes

  • Don't automatically insert the openid scope on upstream providers by @sandhose in #4517
  • Fix MSC2966 compliance around redirect_uri validity by @t3chguy in #4529
  • Fix encoding of MXIDs when creating devices in Synapse by @sandhose in #4542
  • Allow applying unicode normalisation to passwords before hashing by @sandhose in #4599
  • Fix client_registration URI regex not accepting full query string grammar by @t3chguy in #4563

New Features

Changes to the admin API

  • Fix the Swagger UI not working when MAS is mounted on a prefix by @sandhose in #4515
  • Add the user deactivation state in the admin API by @sandhose in #4603
  • Admin API to un-revoke and edit registration tokens by @sandhose in #4637

Documentation

Translations

Internal Changes

Dependency updates

  • build(deps): bump minijinja from 2.9.0 to 2.10.2 by @dependabot in #4510
  • build(deps-dev): bump knip from 5.51.1 to 5.54.1 in /frontend by @dependabot in #4509
  • build(deps): bump psl from 2.1.105 to 2.1.106 by @dependabot in #4501
  • build(deps-dev): bump happy-dom from 17.4.4 to 17.4.6 in /frontend by @dependabot in #4488
  • build(deps): bump the tanstack-query group in /frontend with 2 updates by @dependabot in #4487
  • build(deps): bump sha2 from 0.10.8 to 0.10.9 by @dependabot in #4486
  • build(deps): bump axum from 0.8.3 to 0.8.4 in the axum group by @dependabot in #4485
  • build(deps-dev): bump the vitest group in /frontend with 2 updates by @dependabot in #4502
  • build(deps): bump i18next from 25.0.2 to 25.1.1 in /frontend in the i18next group by @dependabot in #4523
  • build(deps-dev): bump the vite group in /frontend with 2 updates by @dependabot in #4522
  • build(deps): bump rustls-pki-types from 1.11.0 to 1.12.0 by @dependabot in #4521
  • build(deps): bump rustls from 0.23.26 to 0.23.27 by @dependabot in #4518
  • build(deps): bump minijinja-contrib from 2.9.0 to 2.10.2 by @dependabot in #4519
  • build(deps-dev): bump the graphql-codegen group in /frontend with 2 updates by @dependabot in #4524
  • build(deps): bump tokio from 1.44.2 to 1.45.0 by @dependabot in #4520
  • build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot in #4525
  • build(deps): bump rustls-platform-verifier from 0.5.2 to 0.5.3 by @dependabot in #4539
  • build(deps): bump crc from 3.2.1 to 3.3.0 by @dependabot in #4538
  • build(deps): bump tower-http from 0.6.2 to 0.6.3 by @dependabot in #4537
  • build(deps): bump sea-query from 0.32.4 to 0.32.5 in the sea-query group by @dependabot in #4535
  • build(deps-dev): bump the types group in /frontend with 2 updates by @dependabot in #4534
  • build(deps): bump the tanstack-query group in /frontend with 2 updates by @dependabot in #4533
  • build(deps): bump i18next from 25.1.1 to 25.1.2 in /frontend in the i18next group by @dependabot in #4532
  • build(deps-dev): bump vite-plugin-graphql-codegen from 3.6.0 to 3.6.1 in /frontend in the vite group by @dependabot in #4531
  • build(deps): bump codecov/codecov-action from 5.4.2 to 5.4.3 by @dependabot in #4574
  • build(deps): bump docker/bake-action from 6.6.0 to 6.7.0 by @dependabot in #4570
  • build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot in #4551
  • build(deps): bump clap from 4.5.37 to 4.5.38 by @dependabot in #4558
  • build(deps): bump tower-http from 0.6.3 to 0.6.4 by @dependabot in #4560
  • build(deps): bump @vector-im/compound-web from 7.10.2 to 7.12.0 in /frontend by @dependabot in #4572
  • build(deps): bump psl from 2.1.106 to 2.1.111 by @dependabot in #4585
  • build(deps-dev): bump knip from 5.54.1 to 5.57.2 in /frontend by @dependabot in #4586
  • build(deps-dev): bump the types group across 1 directory with 3 updates by @dependabot in #4565
  • build(deps): bump the tanstack-query group in /frontend with 2 updates by @dependabot in #4552
  • build(deps): bump uuid from 1.16.0 to 1.17.0 by @dependabot in #4594
  • build(deps): bump bitflags from 2.9.0 to 2.9.1 by @dependabot in #4595
  • build(deps): bump docker/bake-action from 6.7.0 to 6.8.0 by @dependabot in https://github.com/element-h...
Read more